mirror of git://sourceware.org/git/glibc.git
parent
9e5c9dcd57
commit
59178ef977
|
@ -1,3 +1,9 @@
|
||||||
|
2011-09-07 Andreas Schwab <schwab@redhat.com>
|
||||||
|
|
||||||
|
[BZ #13144]
|
||||||
|
* sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
|
||||||
|
last change.
|
||||||
|
|
||||||
2011-09-07 Ulrich Drepper <drepper@gmail.com>
|
2011-09-07 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/init-first.c
|
* sysdeps/unix/sysv/linux/x86_64/init-first.c
|
||||||
|
|
|
@ -40,13 +40,9 @@ struct semid_ds
|
||||||
{
|
{
|
||||||
struct ipc_perm sem_perm; /* operation permission struct */
|
struct ipc_perm sem_perm; /* operation permission struct */
|
||||||
__time_t sem_otime; /* last semop() time */
|
__time_t sem_otime; /* last semop() time */
|
||||||
#if __WORDSIZE == 32
|
|
||||||
unsigned long int __unused1;
|
unsigned long int __unused1;
|
||||||
#endif
|
|
||||||
__time_t sem_ctime; /* last time changed by semctl() */
|
__time_t sem_ctime; /* last time changed by semctl() */
|
||||||
#if __WORDSIZE == 32
|
|
||||||
unsigned long int __unused2;
|
unsigned long int __unused2;
|
||||||
#endif
|
|
||||||
unsigned long int sem_nsems; /* number of semaphores in set */
|
unsigned long int sem_nsems; /* number of semaphores in set */
|
||||||
unsigned long int __unused3;
|
unsigned long int __unused3;
|
||||||
unsigned long int __unused4;
|
unsigned long int __unused4;
|
||||||
|
|
Loading…
Reference in New Issue