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.
This commit is contained in:
Jeff Johnston 2004-06-18 00:33:53 +00:00
parent a8992cbaca
commit 80dba41eb2
2 changed files with 7 additions and 1 deletions

View 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

View 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
}