macppc cant get thread names

This commit is contained in:
pancake 2024-03-30 19:05:30 +01:00
parent 661859136b
commit 63b9fe38a8

View File

@ -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