diff options
Diffstat (limited to 'include/linux/shm.h')
-rw-r--r-- | include/linux/shm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/shm.h b/include/linux/shm.h index 21a5e6c43385..74a4b3b64352 100644 --- a/include/linux/shm.h +++ b/include/linux/shm.h | |||
@@ -12,9 +12,9 @@ struct shmid_kernel /* private to the kernel */ | |||
12 | struct file *shm_file; | 12 | struct file *shm_file; |
13 | unsigned long shm_nattch; | 13 | unsigned long shm_nattch; |
14 | unsigned long shm_segsz; | 14 | unsigned long shm_segsz; |
15 | time_t shm_atim; | 15 | time64_t shm_atim; |
16 | time_t shm_dtim; | 16 | time64_t shm_dtim; |
17 | time_t shm_ctim; | 17 | time64_t shm_ctim; |
18 | pid_t shm_cprid; | 18 | pid_t shm_cprid; |
19 | pid_t shm_lprid; | 19 | pid_t shm_lprid; |
20 | struct user_struct *mlock_user; | 20 | struct user_struct *mlock_user; |