hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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 */