diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-06-18 00:33:53 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-06-18 00:33:53 +0000 |
commit | 80dba41eb272b11c51be22183e715057eabd048b (patch) | |
tree | dc0e630f76cf4ab99f6fa8fa2b310544f499859d /newlib/libc/include/sys/reent.h | |
parent | a8992cbacaad27d722805bf264f9f36b6d99e802 (diff) | |
download | cygnal-80dba41eb272b11c51be22183e715057eabd048b.tar.gz cygnal-80dba41eb272b11c51be22183e715057eabd048b.tar.bz2 cygnal-80dba41eb272b11c51be22183e715057eabd048b.zip |
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.
Diffstat (limited to 'newlib/libc/include/sys/reent.h')
-rw-r--r-- | newlib/libc/include/sys/reent.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |