mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 05:09:43 +00:00
macppc cant get thread names
This commit is contained in:
parent
661859136b
commit
63b9fe38a8
@ -84,8 +84,12 @@
|
||||
#if __linux__ && __GLIBC_MINOR < 12
|
||||
#define HAVE_PTHREAD_NP 0
|
||||
#else
|
||||
#if __APPLE__ && __ppc__
|
||||
#define HAVE_PTHREAD_NP 0
|
||||
#else
|
||||
#define HAVE_PTHREAD_NP 1
|
||||
#endif
|
||||
#endif
|
||||
#if __APPLE__
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user