hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/mips/include/uapi/asm/shmbuf.h
....@@ -17,9 +17,9 @@
1717 struct shmid64_ds {
1818 struct ipc64_perm shm_perm; /* operation perms */
1919 size_t shm_segsz; /* size of segment (bytes) */
20
- __kernel_time_t shm_atime; /* last attach time */
21
- __kernel_time_t shm_dtime; /* last detach time */
22
- __kernel_time_t shm_ctime; /* last change time */
20
+ long shm_atime; /* last attach time */
21
+ long shm_dtime; /* last detach time */
22
+ long shm_ctime; /* last change time */
2323 __kernel_pid_t shm_cpid; /* pid of creator */
2424 __kernel_pid_t shm_lpid; /* pid of last operator */
2525 unsigned long shm_nattch; /* no. of current attaches */