hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/mips/include/uapi/asm/msgbuf.h
....@@ -2,6 +2,7 @@
22 #ifndef _ASM_MSGBUF_H
33 #define _ASM_MSGBUF_H
44
5
+#include <asm/ipcbuf.h>
56
67 /*
78 * The msqid64_ds structure for the MIPS architecture.
....@@ -15,9 +16,9 @@
1516 #if defined(__mips64)
1617 struct msqid64_ds {
1718 struct ipc64_perm msg_perm;
18
- __kernel_time_t msg_stime; /* last msgsnd time */
19
- __kernel_time_t msg_rtime; /* last msgrcv time */
20
- __kernel_time_t msg_ctime; /* last change time */
19
+ long msg_stime; /* last msgsnd time */
20
+ long msg_rtime; /* last msgrcv time */
21
+ long msg_ctime; /* last change time */
2122 unsigned long msg_cbytes; /* current number of bytes on queue */
2223 unsigned long msg_qnum; /* number of messages in queue */
2324 unsigned long msg_qbytes; /* max number of bytes on queue */