diff options
author | Bruce Momjian | 2003-09-27 22:23:35 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-09-27 22:23:35 +0000 |
commit | 74c87030317b7e6d2b6dfbcb077c616b3526ab05 (patch) | |
tree | 8ea24b91ace5254d1d6a3585d520ce43aef8b57b | |
parent | 0ac697b2699686cf062fb9dfa83f727b87e705a8 (diff) |
Mark Linux for threads.
-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 2a3209ccb07..44b046033ab 100644 --- a/src/template/linux +++ b/src/template/linux @@ -3,7 +3,7 @@ CFLAGS=-O2 CPPFLAGS="-D_GNU_SOURCE" THREAD_SUPPORT=yes -NEED_REENTRANT_FUNCS=yes +NEED_REENTRANT_FUNCS=yes # Debian kernel 2.2 2003-09-27 THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS" THREAD_LIBS="-lpthread" |