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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/reent/signgam.c b/newlib/libc/reent/signgam.c
index bfb2dea51..905386686 100644
--- a/newlib/libc/reent/signgam.c
+++ b/newlib/libc/reent/signgam.c
@@ -8,9 +8,9 @@
#ifndef _REENT_ONLY
int *
-_DEFUN_VOID (__signgam)
+__signgam ()
{
- return &_REENT_SIGNGAM(_REENT);
+ return &_REENT->_new._reent._gamma_signgam;
}
#endif