mirror of
git://git.musl-libc.org/musl
synced 2024-12-17 12:14:42 +00:00
pthread.h needs clockid_t
actually it gets this from time.h if _POSIX_C_SOURCE or any other feature test macros are defined, but it breaks if they're not.
This commit is contained in:
parent
9f50b77d2b
commit
d8d19f4d46
@ -5,6 +5,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define __NEED_time_t
|
||||
#define __NEED_clockid_t
|
||||
#define __NEED_struct_timespec
|
||||
#define __NEED_sigset_t
|
||||
#define __NEED_pthread_t
|
||||
|
Loading…
Reference in New Issue
Block a user