catopen_l
nl_catd catopen_l(const char *, int, locale_t);
__weak_alias(catopen_l, _catopen_l)
return catopen_l(name, oflag, _current_locale());
catd = catopen_l("libc", NL_CAT_LOCALE, loc);