summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2003-07-13 05:35:30 +0000
committerdeischen <deischen@FreeBSD.org>2003-07-13 05:35:30 +0000
commita9b4c655b3f17ba8adac19c7e7f08b2db8bb67b9 (patch)
tree4b1b7181cdb2ece6084d838cf81f6eea947d93bd /lib/libc_r
parent1247b1a9afb3eb4dbb1a3bdcbdcb311dbdbf07d1 (diff)
downloadFreeBSD-src-a9b4c655b3f17ba8adac19c7e7f08b2db8bb67b9.zip
FreeBSD-src-a9b4c655b3f17ba8adac19c7e7f08b2db8bb67b9.tar.gz
Remove -D_THREAD_SAFE.
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index f5edef9..854fd16 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/Makefile
@@ -9,7 +9,7 @@
# system call stubs.
LIB=c_r
SHLIB_MAJOR= 5
-CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE
+CFLAGS+=-DPTHREAD_KERNEL
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/uthread \
-I${.CURDIR}/../../include
OpenPOWER on IntegriCloud