hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/include/uapi/linux/shm.h
....@@ -28,9 +28,9 @@
2828 struct shmid_ds {
2929 struct ipc_perm shm_perm; /* operation perms */
3030 int shm_segsz; /* size of segment (bytes) */
31
- __kernel_time_t shm_atime; /* last attach time */
32
- __kernel_time_t shm_dtime; /* last detach time */
33
- __kernel_time_t shm_ctime; /* last change time */
31
+ __kernel_old_time_t shm_atime; /* last attach time */
32
+ __kernel_old_time_t shm_dtime; /* last detach time */
33
+ __kernel_old_time_t shm_ctime; /* last change time */
3434 __kernel_ipc_pid_t shm_cpid; /* pid of creator */
3535 __kernel_ipc_pid_t shm_lpid; /* pid of last operator */
3636 unsigned short shm_nattch; /* no. of current attaches */