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

Commit 9fc3b93

Browse files
committed
Mark FreeBSD as non-thread-safe.
1 parent 17d15dd commit 9fc3b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template/freebsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ case $host_cpu in
44
alpha*) CFLAGS="$CFLAGS -O" ;;
55
esac
66

7-
SUPPORTS_THREADS=yes
7+
SUPPORTS_THREADS=no # 4.8, 5.1 2003-09-12
88
NEED_REENTRANT_FUNC_NAMES=no
99

1010
case $host_os in

0 commit comments

Comments
 (0)