From 80dba41eb272b11c51be22183e715057eabd048b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 18 Jun 2004 00:33:53 +0000 Subject: 2004-06-17 Jeff Johnston * libc/include/sys/reent.h (_GLOBAL_REENT): Back out change which set _GLOBAL_REENT to _global_impure_ptr until we understand why Cygwin breaks because of it. --- newlib/libc/include/sys/reent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h index f8cc41ed1..a216c2434 100644 --- a/newlib/libc/include/sys/reent.h +++ b/newlib/libc/include/sys/reent.h @@ -806,7 +806,7 @@ void _reclaim_reent _PARAMS ((struct _reent *)); #endif /* !_REENT_ONLY */ -#define _GLOBAL_REENT _global_impure_ptr +#define _GLOBAL_REENT _impure_ptr #ifdef __cplusplus } -- cgit v1.2.3