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

Commit 6e7a0f3

Browse files
committed
Mark linux as thread-enabled with new 7.5 tests.
1 parent 48f3ddf commit 6e7a0f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/template/linux

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ CPPFLAGS="-D_GNU_SOURCE"
44
# tools/thread/thread_test must be run
55
THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
66
THREAD_LIBS="-lpthread"
7+
8+
THREAD_SUPPORT=yes
9+
# 2004-03-14, Linux 2.4.25-1-686
10+
STRERROR_THREADSAFE=yes
11+
GETPWUID_THREADSAFE=no
12+
GETHOSTBYNAME_THREADSAFE=no
13+

0 commit comments

Comments
 (0)