mirror of https://git.musl-libc.org/git/musl
4 changed files with 17 additions and 17 deletions
@ -1,7 +0,0 @@ |
|||||
#include <locale.h> |
|
||||
#include <langinfo.h> |
|
||||
|
|
||||
char *nl_langinfo_l(nl_item item, locale_t l) |
|
||||
{ |
|
||||
return nl_langinfo(item); |
|
||||
} |
|
||||
Loading…
Reference in new issue