From f106775df14dbd1af2f1e0d3b1b3c67c167f8ce0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 16 Aug 2002 04:49:08 +0000 Subject: Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ -Erik --- Rules.mak | 3 --- 1 file changed, 3 deletions(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 53e324081..5a912ae6d 100644 --- a/Rules.mak +++ b/Rules.mak @@ -120,9 +120,6 @@ endif ifeq ($(strip $(DOPIC)),true) CFLAGS += -fPIC endif -ifeq ($(strip $(INCLUDE_THREADS)),true) - CFLAGS += -D_LIBC_REENTRANT -endif # Currently locale support requires wide char support. ifeq ($(strip $(HAS_LOCALE)),true) HAS_WCHAR:=true -- cgit v1.2.3