diff options
Diffstat (limited to 'libc/sysdeps/linux/common/bits/sem.h')
| -rw-r--r-- | libc/sysdeps/linux/common/bits/sem.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/libc/sysdeps/linux/common/bits/sem.h b/libc/sysdeps/linux/common/bits/sem.h index 64ff76498..6193501e2 100644 --- a/libc/sysdeps/linux/common/bits/sem.h +++ b/libc/sysdeps/linux/common/bits/sem.h @@ -39,9 +39,9 @@  struct semid_ds  {    struct ipc_perm sem_perm;		/* operation permission struct */ -  __kernel_time_t sem_otime;		/* last semop() time */ +  __time_t sem_otime;			/* last semop() time */    unsigned long int __unused1; -  __kernel_time_t sem_ctime;		/* last time changed by semctl() */ +  __time_t sem_ctime;			/* last time changed by semctl() */    unsigned long int __unused2;    unsigned long int sem_nsems;		/* number of semaphores in set */    unsigned long int __unused3; | 
