]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 5 Dec 2002 01:09:19 +0000 (01:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 5 Dec 2002 01:09:19 +0000 (01:09 +0000)
* 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.

ChangeLog
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h

index cb00575a1483f61782f5619d8ded6a3f252cb74c..2edf97ae7528f54ea1327ab83528130d350201ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index a25ecccc135e8aa51d7e012c5a95e6942d366330..45a7b34c9aef9c12a0438281ddc182ac8b0b8624 100644 (file)
@@ -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.
index 2167bbb98850420697bc8abb88e747c45b4e4f1d..dbd477cca05ca8f34f1e89e9707c580b47f54838 100644 (file)
@@ -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
index 95dd3c5453bc048fcebee7b686f577ac6b1ae020..d7550d597d482889a58cc435366f41d494691eee 100644 (file)
@@ -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
This page took 0.057557 seconds and 5 git commands to generate.