* libc/reent/signgam.c (__signgam): Fix error in previous.

This commit is contained in:
Matthew Green
2002-02-03 12:53:04 +00:00
parent 8195aff714
commit a4139c1259
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@
int *
__signgam ()
{
return _REENT_SIGNGAM(_REENT);
return &_REENT_SIGNGAM(_REENT);
}
#endif