summaryrefslogtreecommitdiff
path: root/linux-user/arm/target_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/arm/target_structs.h')
-rw-r--r--linux-user/arm/target_structs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/linux-user/arm/target_structs.h b/linux-user/arm/target_structs.h
index 0bf034cc25..9a3dbce03d 100644
--- a/linux-user/arm/target_structs.h
+++ b/linux-user/arm/target_structs.h
@@ -49,4 +49,11 @@ struct target_shmid_ds {
abi_ulong __unused5;
};
+struct target_oabi_flock64 {
+ abi_short l_type;
+ abi_short l_whence;
+ abi_llong l_start;
+ abi_llong l_len;
+ abi_int l_pid;
+} QEMU_PACKED;
#endif