diff options
| author | Bruce Momjian | 2003-09-03 22:34:08 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-09-03 22:34:08 +0000 |
| commit | 38eb18092c88a2a6e826c4fa50d60810c6735abd (patch) | |
| tree | 3fc425c8e837974fea9e63a1eba1e94397a69363 /src/template/linux | |
| parent | ee4ae6ceb2e5722d1c4c2d5888f7697141d6a046 (diff) | |
Tighten casting of function call pointers for threads.
Diffstat (limited to 'src/template/linux')
| -rw-r--r-- | src/template/linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/linux b/src/template/linux index 070e260a27..db13803710 100644 --- a/src/template/linux +++ b/src/template/linux @@ -1,7 +1,7 @@ CFLAGS=-O2 SUPPORTS_THREADS=yes -NEED_REENTRANT_FUNC_NAMES=yes +NEED_REENTRANT_FUNC_NAMES=yes # verified glibc 2.1 2003-09-03 THREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS" THREAD_LIBS="-lpthread" |
