]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 bd5ab9706ca24af8aca49a37e8f8b28915a41d0e..2d8a00b93f42b4b803983e3cdd67c3556a0edba6 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