]> git.ipfire.org Git - thirdparty/glibc.git/blob - include/langinfo.h
nscd: Use time_t for return type of addgetnetgrentX
[thirdparty/glibc.git] / include / langinfo.h
1 #ifndef _LANGINFO_H
2
3 #include <locale/langinfo.h>
4
5 #ifndef _ISOMAC
6 libc_hidden_proto (nl_langinfo)
7
8 extern __typeof (nl_langinfo_l) __nl_langinfo_l;
9 libc_hidden_proto (__nl_langinfo_l)
10 #endif
11
12 #endif