mirror of git://sourceware.org/git/glibc.git
(__nl_langinfo_l): Add prototype.
This commit is contained in:
parent
85adf31604
commit
3e2ad31c49
|
@ -1 +1,7 @@
|
||||||
#include <locale/langinfo.h>
|
#ifndef _LANGINFO_H
|
||||||
|
# include <locale/langinfo.h>
|
||||||
|
|
||||||
|
/* Internal prototypes. */
|
||||||
|
extern char *__nl_langinfo_l (nl_item __item, __locale_t l);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue