Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e675a23

Browse files
committed
Update Darwin thread compile flags, and OS version info.
1 parent 9b3bc35 commit e675a23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/template/darwin

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ USE_NAMED_POSIX_SEMAPHORES=1
77

88
THREAD_SUPPORT=yes
99
# 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+
1013
STRERROR_THREADSAFE=yes
1114
GETPWUID_THREADSAFE=yes
1215
GETHOSTBYNAME_THREADSAFE=yes

0 commit comments

Comments
 (0)