Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79b805f

Browse files
committed
Add -D_REENTRANT for Solaris threading.
1 parent1090aa8 commit79b805f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/template/solaris

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ esac
1111

1212
# tools/thread/thread_test must be run
1313
# -D_POSIX_PTHREAD_SEMANTICS enables 5-arg getpwuid_r, among other things
14-
THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
14+
THREAD_CPPFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS"
1515
if test "$GCC" != yes
1616
thenTHREAD_CPPFLAGS="$THREAD_CPPFLAGS -mt"
1717
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp