mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
Mark Unixware as not requiring *_r functions.
This commit is contained in:
parent
b96e32ebf8
commit
c351729e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@ else
|
|||
fi
|
||||
|
||||
SUPPORTS_THREADS=yes
|
||||
NEED_REENTRANT_FUNC_NAMES=yes
|
||||
NEED_REENTRANT_FUNC_NAMES=no
|
||||
THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"
|
||||
|
|
|
|||
Loading…
Reference in a new issue