From 80dba41eb272b11c51be22183e715057eabd048b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 18 Jun 2004 00:33:53 +0000 Subject: [PATCH] 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/ChangeLog | 6 ++++++ newlib/libc/include/sys/reent.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 2c3946746..f239a60ea 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +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. + 2004-06-14 Jeff Johnston * libc/sys/linux/machine/i386/syscall.h: For now, set up 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 }