__strerror_rl
int __strerror_rl(int errnum, char *strerrbuf, size_t buflen,
error = __strerror_rl(serrno, errnomsg,
return (__strerror_rl(errnum, strerrbuf, buflen, __get_locale()));
if (__strerror_rl(num, ebuf, sizeof(ebuf), locale) != 0)
if (__strerror_rl(num, ebuf, sizeof(ebuf), __get_locale()) != 0)