aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-05 01:09:19 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-05 01:09:19 +0000
commiteaa4099fd64e99dd3c86d993e18a87bc0207c5ed (patch)
tree849f1afe7c1b464d3af558b240901b0e51a72552 /nptl/sysdeps
parent33b5d0cc7fe59c963efc7d450d4cf631712be73f (diff)
downloadglibc-eaa4099fd64e99dd3c86d993e18a87bc0207c5ed.tar
glibc-eaa4099fd64e99dd3c86d993e18a87bc0207c5ed.tar.gz
glibc-eaa4099fd64e99dd3c86d993e18a87bc0207c5ed.tar.bz2
glibc-eaa4099fd64e99dd3c86d993e18a87bc0207c5ed.zip
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.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h2
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
index 2167bbb988..dbd477cca0 100644
--- a/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
+++ b/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.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
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h
index 95dd3c5453..d7550d597d 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.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