OSDN Git Service

2004-06-17 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 18 Jun 2004 00:33:53 +0000 (00:33 +0000)
committerjjohnstn <jjohnstn>
Fri, 18 Jun 2004 00:33:53 +0000 (00:33 +0000)
        * 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
newlib/libc/include/sys/reent.h

index 2c39467..f239a60 100644 (file)
@@ -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
index f8cc41e..a216c24 100644 (file)
@@ -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
 }