summaryrefslogtreecommitdiffstats
path: root/8/platforms/android-9/arch-mips/usr/include/asm/msgbuf.h
diff options
context:
space:
mode:
Diffstat (limited to '8/platforms/android-9/arch-mips/usr/include/asm/msgbuf.h')
-rw-r--r--8/platforms/android-9/arch-mips/usr/include/asm/msgbuf.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/8/platforms/android-9/arch-mips/usr/include/asm/msgbuf.h b/8/platforms/android-9/arch-mips/usr/include/asm/msgbuf.h
index 31a1887..d81da73 100644
--- a/8/platforms/android-9/arch-mips/usr/include/asm/msgbuf.h
+++ b/8/platforms/android-9/arch-mips/usr/include/asm/msgbuf.h
@@ -21,18 +21,21 @@
struct msqid64_ds {
struct ipc64_perm msg_perm;
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
+ unsigned long __unused1;
__kernel_time_t msg_stime;
+ unsigned long __unused2;
__kernel_time_t msg_rtime;
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
+ unsigned long __unused3;
__kernel_time_t msg_ctime;
unsigned long msg_cbytes;
-/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
unsigned long msg_qnum;
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
unsigned long msg_qbytes;
__kernel_pid_t msg_lspid;
__kernel_pid_t msg_lrpid;
-/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
unsigned long __unused4;
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
unsigned long __unused5;
};
#endif
-/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */