Change type of pthread_t to be compatible with LT.
This commit is contained in:
parent
49d7842ab5
commit
ea72a68d42
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user