From a9b4c655b3f17ba8adac19c7e7f08b2db8bb67b9 Mon Sep 17 00:00:00 2001 From: deischen Date: Sun, 13 Jul 2003 05:35:30 +0000 Subject: Remove -D_THREAD_SAFE. Submitted by: Craig Rodrigues --- lib/libc_r/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.1