Skip to content

Commit b483253

Browse files
committed
Update Darwin as thread-safe.
1 parent 6a25c6e commit b483253

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/template/darwin

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ CC="$CC -no-cpp-precomp"
44

55
# Select appropriate semaphore support
66
USE_NAMED_POSIX_SEMAPHORES=1
7+
8+
THREAD_SUPPORT=yes
9+
# verified 2004-04-07
10+
STRERROR_THREADSAFE=yes
11+
GETPWUID_THREADSAFE=yes
12+
GETHOSTBYNAME_THREADSAFE=yes
13+

0 commit comments

Comments
 (0)