hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/powerpc/include/uapi/asm/shmbuf.h
....@@ -22,9 +22,9 @@
2222 struct shmid64_ds {
2323 struct ipc64_perm shm_perm; /* operation perms */
2424 #ifdef __powerpc64__
25
- __kernel_time_t shm_atime; /* last attach time */
26
- __kernel_time_t shm_dtime; /* last detach time */
27
- __kernel_time_t shm_ctime; /* last change time */
25
+ long shm_atime; /* last attach time */
26
+ long shm_dtime; /* last detach time */
27
+ long shm_ctime; /* last change time */
2828 #else
2929 unsigned long shm_atime_high;
3030 unsigned long shm_atime; /* last attach time */