Change type of pthread_t to be compatible with LT.

This commit is contained in:
Ulrich Drepper 2003-09-08 23:56:13 +00:00
parent 49d7842ab5
commit ea72a68d42

View 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