Fix bug in SIZEOF_PTHREAD_T implementation
This commit is contained in:
parent
2062ab7e57
commit
2e1a2fe3c1
@ -3,7 +3,7 @@
|
|||||||
#undef SIZEOF_PTHREAD_T
|
#undef SIZEOF_PTHREAD_T
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
# ifdef defined(__APPLE__)
|
# if defined(__APPLE__)
|
||||||
# ifdef __LP64__
|
# ifdef __LP64__
|
||||||
# define SIZEOF_PTHREAD_T 8
|
# define SIZEOF_PTHREAD_T 8
|
||||||
# else
|
# else
|
||||||
|
Loading…
Reference in New Issue
Block a user