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:
Diffstat (limited to 'newlib/libc/reent/signgam.c')
-rw-r--r--newlib/libc/reent/signgam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/reent/signgam.c b/newlib/libc/reent/signgam.c
index 905386686..d3c17c9e5 100644
--- a/newlib/libc/reent/signgam.c
+++ b/newlib/libc/reent/signgam.c
@@ -10,7 +10,7 @@
int *
__signgam ()
{
- return &_REENT->_new._reent._gamma_signgam;
+ return _REENT_SIGNGAM(_REENT);
}
#endif