Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * libc/reent/signgam.c (__signgam): Fix error in previous. | Matthew Green | 2002-02-03 | 1 | -1/+1 |
| | |||||
* | * implement a new `struct _reent' that is significantly smaller. use this | Matthew Green | 2002-02-03 | 1 | -1/+1 |
| | | | | if _REENT_SMALL is defined in config.h. define this for xstormy16. | ||||
* | 2001-01-29 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2001-01-29 | 1 | -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. |