We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3bc35 commit e675a23Copy full SHA for e675a23
src/template/darwin
@@ -7,6 +7,9 @@ USE_NAMED_POSIX_SEMAPHORES=1
7
8
THREAD_SUPPORT=yes
9
# verified Mac OS X 10.3.3, Darwin Kernel Version 7.3.0, 2004-04-07
10
+THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
11
+THREAD_LIBS="-lpthread"
12
+
13
STRERROR_THREADSAFE=yes
14
GETPWUID_THREADSAFE=yes
15
GETHOSTBYNAME_THREADSAFE=yes
0 commit comments