hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/parisc/include/uapi/asm/sembuf.h
....@@ -3,6 +3,7 @@
33 #define _PARISC_SEMBUF_H
44
55 #include <asm/bitsperlong.h>
6
+#include <asm/ipcbuf.h>
67
78 /*
89 * The semid64_ds structure for parisc architecture.
....@@ -16,8 +17,8 @@
1617 struct semid64_ds {
1718 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
1819 #if __BITS_PER_LONG == 64
19
- __kernel_time_t sem_otime; /* last semop time */
20
- __kernel_time_t sem_ctime; /* last change time */
20
+ long sem_otime; /* last semop time */
21
+ long sem_ctime; /* last change time */
2122 #else
2223 unsigned long sem_otime_high;
2324 unsigned long sem_otime; /* last semop time */