about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-09-07 14:29:53 +0200
committerAndreas Schwab <schwab@redhat.com>2011-09-07 14:29:53 +0200
commit59178ef977d3c8392eff263d40a16d7c741edca4 (patch)
treead2ec57e690cd264a1ea3700a13dd7aaf79cfcbf /sysdeps/unix/sysv/linux
parent9e5c9dcd57e80cd56c47fd2bf11de8d167176a0e (diff)
downloadglibc-59178ef977d3c8392eff263d40a16d7c741edca4.tar.gz
glibc-59178ef977d3c8392eff263d40a16d7c741edca4.tar.xz
glibc-59178ef977d3c8392eff263d40a16d7c741edca4.zip
Revert "Fix semid_ds for x86-64"
This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/bits/sem.h4
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;