summaryrefslogtreecommitdiffstats
path: root/newlib/libc/reent/signgam.c
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 41d955d3a..bfb2dea51 100644
--- a/newlib/libc/reent/signgam.c
+++ b/newlib/libc/reent/signgam.c
@@ -8,7 +8,7 @@
#ifndef _REENT_ONLY
int *
-__signgam ()
+_DEFUN_VOID (__signgam)
{
return &_REENT_SIGNGAM(_REENT);
}