Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-06-18 04:33:53 +0400
committerJeff Johnston <jjohnstn@redhat.com>2004-06-18 04:33:53 +0400
commit80dba41eb272b11c51be22183e715057eabd048b (patch)
treedc0e630f76cf4ab99f6fa8fa2b310544f499859d
parenta8992cbacaad27d722805bf264f9f36b6d99e802 (diff)
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.
-rw-r--r--newlib/ChangeLog6
-rw-r--r--newlib/libc/include/sys/reent.h2
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
}