mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-27 13:10:29 +00:00
Include pthreadtypes.h.
This commit is contained in:
parent
030d182c93
commit
6cc7c3b3c0
@ -107,4 +107,8 @@ typedef struct
|
|||||||
typedef int __t_scalar_t;
|
typedef int __t_scalar_t;
|
||||||
typedef unsigned int __t_uscalar_t;
|
typedef unsigned int __t_uscalar_t;
|
||||||
|
|
||||||
|
|
||||||
|
/* Now add the thread types. */
|
||||||
|
#include <bits/pthreadtypes.h>
|
||||||
|
|
||||||
#endif /* bits/types.h */
|
#endif /* bits/types.h */
|
||||||
|
Loading…
Reference in New Issue
Block a user