summaryrefslogtreecommitdiff
path: root/src/errno/strerror.c
AgeCommit message (Collapse)AuthorLines
2014-03-05fix strerror on mips: one error code is out of the 8-bit table rangeRich Felker-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.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+22