summaryrefslogtreecommitdiffstats
path: root/newlib/libc/reent/signgam.c
Commit message (Collapse)AuthorAgeFilesLines
* * libc/reent/signgam.c (__signgam): Fix error in previous.Matthew Green2002-02-031-1/+1
|
* * implement a new `struct _reent' that is significantly smaller. use thisMatthew Green2002-02-031-1/+1
| | | | if _REENT_SMALL is defined in config.h. define this for xstormy16.
* 2001-01-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-01-291-0/+16
* libc/include/math.h (signgam): Change to errno-like solution using a function to return the address of the real signgam. * libc/reent/signgam.c: New file containing __signgam(). * libc/reent/Makefile.am: Added signgam.c to list of files. * libc/reent/Makefile.in: Regenerated.