]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/langinfo.h
Correct range checking in mallopt/mxfast/tcache [BZ #25194]
[thirdparty/glibc.git] / include / langinfo.h
CommitLineData
c41f555e
RM
1#ifndef _LANGINFO_H
2
246b1a5d 3#include <locale/langinfo.h>
c41f555e 4
d94a4670 5#ifndef _ISOMAC
c41f555e
RM
6libc_hidden_proto (nl_langinfo)
7
da4cfe38 8extern __typeof (nl_langinfo_l) __nl_langinfo_l;
bc3e1c12 9libc_hidden_proto (__nl_langinfo_l)
d94a4670 10#endif
da4cfe38 11
c41f555e 12#endif