Skip to content

Commit

Permalink
macppc cant get thread names
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Mar 30, 2024
1 parent d2eae25 commit 6bea622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libr/include/r_th.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bea622

Please sign in to comment.