summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-07-28 18:28:48 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-07-28 18:28:48 +0000
commiteecf33cc5915d2c42e6555d0d9b78484dfbbb6e6 (patch)
tree187b440c9227ee33ec695ac20dfbac113d638f9b /libc/sysdeps/linux/mips
parentf9741433e1d668888fc1305f4261e98775673f60 (diff)
s/__kernel_time_t/__time_t
Diffstat (limited to 'libc/sysdeps/linux/mips')
-rw-r--r--libc/sysdeps/linux/mips/bits/sem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/mips/bits/sem.h b/libc/sysdeps/linux/mips/bits/sem.h
index a2d6933ae..6282de9cc 100644
--- a/libc/sysdeps/linux/mips/bits/sem.h
+++ b/libc/sysdeps/linux/mips/bits/sem.h
@@ -39,8 +39,8 @@
struct semid_ds
{
struct ipc_perm sem_perm; /* operation permission struct */
- __kernel_time_t sem_otime; /* last semop() time */
- __kernel_time_t sem_ctime; /* last time changed by semctl() */
+ __time_t sem_otime; /* last semop() time */
+ __time_t sem_ctime; /* last time changed by semctl() */
unsigned long int sem_nsems; /* number of semaphores in set */
unsigned long int __unused1;
unsigned long int __unused2;