diff options
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 6 | ||||
-rw-r--r-- | newlib/libc/include/sys/reent.h | 2 |
2 files changed, 7 insertions, 1 deletions
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 <jjohnstn@redhat.com> + + * 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 <jjohnstn@redhat.com> * 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 } |