Change type of pthread_t to be compatible with LT.
authorUlrich Drepper <drepper@redhat.com>
Mon, 8 Sep 2003 23:56:13 +0000 (23:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 8 Sep 2003 23:56:13 +0000 (23:56 +0000)
sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h

index bd5ab97..2d8a00b 100644 (file)
@@ -33,7 +33,7 @@
 
 /* Thread identifiers.  The structure of the attribute type is
    deliberately not exposed.  */
-typedef struct __opaque_pthread *pthread_t;
+typedef unsigned long int pthread_t;
 
 
 typedef union