We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483363b commit bb0b73cCopy full SHA for bb0b73c
src/template/unixware
@@ -6,3 +6,7 @@ else
6
# when the 7.1.3UP3 or later compiler is out, we can do a version check.
7
CFLAGS='-O -Kinline,no_host'
8
fi
9
+
10
+SUPPORTS_THREADS=yes
11
+THREAD_CFLAGS="-D_REENTRANT -K pthread"
12
+NEED_REENTRANT_FUNC_NAMES=yes
0 commit comments