mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
bc3e1c1273
* locale/nl_langinfo_l.c: Real implementation, copied from nl_langinfo.c. * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
11 lines
177 B
C
11 lines
177 B
C
#ifndef _LANGINFO_H
|
|
|
|
#include <locale/langinfo.h>
|
|
|
|
libc_hidden_proto (nl_langinfo)
|
|
|
|
extern __typeof (nl_langinfo_l) __nl_langinfo_l;
|
|
libc_hidden_proto (__nl_langinfo_l)
|
|
|
|
#endif
|