* libc/reent/signgam.c (__signgam): Fix error in previous.
This commit is contained in:
parent
8195aff714
commit
a4139c1259
|
@ -1,3 +1,7 @@
|
|||
2002-02-03 matthew green <mrg@redhat.com>
|
||||
|
||||
* libc/reent/signgam.c (__signgam): Fix error in previous.
|
||||
|
||||
2002-02-02 matthew green <mrg@redhat.com>
|
||||
|
||||
* libc/include/sys/config.h (_REENT_SMALL): Define for Xstormy16.
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
int *
|
||||
__signgam ()
|
||||
{
|
||||
return _REENT_SIGNGAM(_REENT);
|
||||
return &_REENT_SIGNGAM(_REENT);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue