about summary refs log tree commit diff
path: root/src/errno/strerror.c
Commit message (Collapse)AuthorAgeFilesLines
* fix strerror on mips: one error code is out of the 8-bit table rangeRich Felker2014-03-051-1/+7
| | | | | | | if we ever encounter other targets where error codes don't fit in the 8-bit range, the table should probably just be bumped to 16-bit, but for now I don't want to increase the table size on all archs just because of a bug in the mips abi.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+22