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:
parent
a8992cbaca
commit
80dba41eb2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue