mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
Update.
* sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent): Change type of _attribute to void*. * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
This commit is contained in:
parent
33b5d0cc7f
commit
eaa4099fd6
@ -2,6 +2,14 @@
|
||||
|
||||
* argp/Makefile (tests): Add tst-argp1.
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent):
|
||||
Change type of _attribute to void*.
|
||||
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
|
||||
|
||||
2002-12-04 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS]
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-12-04 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Make pthread_t
|
||||
a completely opaque, non-integer type.
|
||||
* sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
|
||||
|
||||
2002-12-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/i386/tls.h: Include stdlib.h.
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
/* Thread identifiers. The structure of the attribute type is not
|
||||
exposed on purpose. */
|
||||
typedef unsigned long int pthread_t;
|
||||
typedef struct __opaque_pthread *pthread_t;
|
||||
|
||||
|
||||
typedef union
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
/* Thread identifiers. The structure of the attribute type is not
|
||||
exposed on purpose. */
|
||||
typedef unsigned long int pthread_t;
|
||||
typedef struct __opaque_pthread *pthread_t;
|
||||
|
||||
|
||||
typedef union
|
||||
|
Loading…
Reference in New Issue
Block a user