* libc/reent/signgam.c (__signgam): Fix error in previous.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
int *
|
||||
__signgam ()
|
||||
{
|
||||
return _REENT_SIGNGAM(_REENT);
|
||||
return &_REENT_SIGNGAM(_REENT);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user