aboutsummaryrefslogtreecommitdiff
path: root/src/errno/strerror.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix strerror on mips: one error code is out of the 8-bit table range•••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. Rich Felker2014-03-051-1/+7
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+22