fix implicit declaration of pthread_setname_np on musl
This commit is contained in:
parent
f9393ab57c
commit
54f3549108
|
@ -22,6 +22,7 @@
|
|||
|
||||
#ifdef __unix__
|
||||
#define _POSIX_C_SOURCE 199309
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue