diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-09-15 21:44:39 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-09-15 21:44:39 +0000 |
commit | 181cb05147a5590048f29f246f4b146e6f3b8112 (patch) | |
tree | 7db188d06a0ffe8da7e41c645bd2fe6dc068f16c /newlib/libc/include | |
parent | 51d4a7eae1d1ad375146e43b74e0241ff774adea (diff) | |
download | cygnal-181cb05147a5590048f29f246f4b146e6f3b8112.tar.gz cygnal-181cb05147a5590048f29f246f4b146e6f3b8112.tar.bz2 cygnal-181cb05147a5590048f29f246f4b146e6f3b8112.zip |
2004-09-15 Corinna Vinschen <vinschen@redhat.com>
* libc/reent/impure.c (reent_data): Define as alias to impure_data
when building for Cygwin.
* libc/include/sys/reent.h (_GLOBAL_REENT): Revert definition to
_global_impure_ptr.
Diffstat (limited to 'newlib/libc/include')
-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 54f5d8efe..53cc14281 100644 --- a/newlib/libc/include/sys/reent.h +++ b/newlib/libc/include/sys/reent.h @@ -816,7 +816,7 @@ void _reclaim_reent _PARAMS ((struct _reent *)); #endif /* !_REENT_ONLY */ -#define _GLOBAL_REENT _impure_ptr +#define _GLOBAL_REENT _global_impure_ptr #ifdef __cplusplus } |