hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/powerpc/include/uapi/asm/sembuf.h
....@@ -2,6 +2,8 @@
22 #ifndef _ASM_POWERPC_SEMBUF_H
33 #define _ASM_POWERPC_SEMBUF_H
44
5
+#include <asm/ipcbuf.h>
6
+
57 /*
68 * This program is free software; you can redistribute it and/or
79 * modify it under the terms of the GNU General Public License
....@@ -26,8 +28,8 @@
2628 unsigned long sem_ctime_high;
2729 unsigned long sem_ctime; /* last change time */
2830 #else
29
- __kernel_time_t sem_otime; /* last semop time */
30
- __kernel_time_t sem_ctime; /* last change time */
31
+ long sem_otime; /* last semop time */
32
+ long sem_ctime; /* last change time */
3133 #endif
3234 unsigned long sem_nsems; /* no. of semaphores in array */
3335 unsigned long __unused3;