From c6f05593710757351535cc80a3872152d91e5cef Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 11 Feb 2004 21:44:06 +0000 Subject: Check and set thread-safe functions separately, rather than as a single variable. Remove thread locking for non-thread-safe functions, instead throw a compile error. Platforms will have to re-run tools/thread to record their thread safety. --- src/template/netbsd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/template/netbsd') diff --git a/src/template/netbsd b/src/template/netbsd index 0d119a0136..1cb953c7fb 100644 --- a/src/template/netbsd +++ b/src/template/netbsd @@ -1,2 +1 @@ -THREAD_SUPPORT=yes -NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14 +# tools/thread/thread_test must be run -- cgit v1.2.3