diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-07 21:52:39 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-07 21:52:39 -0400 |
commit | a450513e1d51cb8fe46ba5ebd92399247060b980 (patch) | |
tree | 841c1c71f8a899f67c9d8e14cde9a85ffb9f6c16 /sysdeps | |
parent | 08a300c956feeca7ccb9081f88701229da8e25c5 (diff) | |
parent | 59178ef977d3c8392eff263d40a16d7c741edca4 (diff) | |
download | glibc-a450513e1d51cb8fe46ba5ebd92399247060b980.tar glibc-a450513e1d51cb8fe46ba5ebd92399247060b980.tar.gz glibc-a450513e1d51cb8fe46ba5ebd92399247060b980.tar.bz2 glibc-a450513e1d51cb8fe46ba5ebd92399247060b980.zip |
Merge branch 'master' of ssh://sourceware.org/git/glibc
Conflicts:
ChangeLog
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/bits/sem.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/bits/sem.h b/sysdeps/unix/sysv/linux/x86_64/bits/sem.h index 7153e21431..e86c3578ba 100644 --- a/sysdeps/unix/sysv/linux/x86_64/bits/sem.h +++ b/sysdeps/unix/sysv/linux/x86_64/bits/sem.h @@ -40,13 +40,9 @@ struct semid_ds { struct ipc_perm sem_perm; /* operation permission struct */ __time_t sem_otime; /* last semop() time */ -#if __WORDSIZE == 32 unsigned long int __unused1; -#endif __time_t sem_ctime; /* last time changed by semctl() */ -#if __WORDSIZE == 32 unsigned long int __unused2; -#endif unsigned long int sem_nsems; /* number of semaphores in set */ unsigned long int __unused3; unsigned long int __unused4; |