strerror_r
int strerror_r(int, char *, size_t);
strerror_r(saved_errno, errstr, sizeof(errstr));
strerror_r(errno, msgbuf, sizeof(msgbuf));