hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/mips/include/uapi/asm/sembuf.h
....@@ -2,6 +2,8 @@
22 #ifndef _ASM_SEMBUF_H
33 #define _ASM_SEMBUF_H
44
5
+#include <asm/ipcbuf.h>
6
+
57 /*
68 * The semid64_ds structure for the MIPS architecture.
79 * Note extra padding because this structure is passed back and forth
....@@ -14,8 +16,8 @@
1416 #ifdef __mips64
1517 struct semid64_ds {
1618 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
17
- __kernel_time_t sem_otime; /* last semop time */
18
- __kernel_time_t sem_ctime; /* last change time */
19
+ long sem_otime; /* last semop time */
20
+ long sem_ctime; /* last change time */
1921 unsigned long sem_nsems; /* no. of semaphores in array */
2022 unsigned long __unused1;
2123 unsigned long __unused2;