fix strerror on mips: one error code is out of the 8-bit table range
authorRich Felker <dalias@aerifal.cx>
Wed, 5 Mar 2014 21:08:56 +0000 (16:08 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 5 Mar 2014 21:08:56 +0000 (16:08 -0500)
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.


No differences found