Fix bug in SIZEOF_PTHREAD_T implementation

This commit is contained in:
Boris Kolpackov 2022-09-04 12:34:05 +02:00
parent 2062ab7e57
commit 2e1a2fe3c1

View File

@ -3,7 +3,7 @@
#undef SIZEOF_PTHREAD_T
#ifndef _WIN32
# ifdef defined(__APPLE__)
# if defined(__APPLE__)
# ifdef __LP64__
# define SIZEOF_PTHREAD_T 8
# else