* 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

@ -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> 2002-02-02 matthew green <mrg@redhat.com>
* libc/include/sys/config.h (_REENT_SMALL): Define for Xstormy16. * libc/include/sys/config.h (_REENT_SMALL): Define for Xstormy16.

View File

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