diff options
author | Bruce Momjian | 2004-02-11 21:44:06 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-02-11 21:44:06 +0000 |
commit | c6f05593710757351535cc80a3872152d91e5cef (patch) | |
tree | b6381cb0ff9a63a2f38eda1d139b60f3946c08b6 /src/template/unixware | |
parent | 15b330b648553627230a11adce304103a55e0b62 (diff) |
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.
Diffstat (limited to 'src/template/unixware')
-rw-r--r-- | src/template/unixware | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/template/unixware b/src/template/unixware index dc469873ccc..c1af94b5b4d 100644 --- a/src/template/unixware +++ b/src/template/unixware @@ -24,6 +24,5 @@ __EOF__ THREAD_CPPFLAGS="-K pthread" fi -THREAD_SUPPORT=yes -NEED_REENTRANT_FUNCS=no # verified 7.1.3 2003-09-03 +# tools/thread/thread_test must be run THREAD_CPPFLAGS="$THREAD_CPPFLAGS -D_REENTRANT" |