_strerror_lr
__dso_hidden int _strerror_lr(int, char *, size_t, locale_t);
error = _strerror_lr(num, buf, NL_TEXTMAX, loc);
return _strerror_lr(num, buf, buflen, _current_locale());
return _strerror_lr(num, buf, buflen, NULL);