Skip to content

Commit bb0b73c

Browse files
committed
Mark unixware as having threaded support.
1 parent 483363b commit bb0b73c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/template/unixware

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ else
66
# when the 7.1.3UP3 or later compiler is out, we can do a version check.
77
CFLAGS='-O -Kinline,no_host'
88
fi
9+
10+
SUPPORTS_THREADS=yes
11+
THREAD_CFLAGS="-D_REENTRANT -K pthread"
12+
NEED_REENTRANT_FUNC_NAMES=yes

0 commit comments

Comments
 (0)