diff options
author | Andreas Jaeger <aj@suse.de> | 2000-09-26 15:09:33 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-09-26 15:09:33 +0000 |
commit | 3e2ad31c49b47f085f13a93fd45e48e2a03554be (patch) | |
tree | a2094adac20531bdeaf5b952a594fcb798ab376d /include/langinfo.h | |
parent | 85adf316046f5c7f69cb859c1f4d3652b1a8841e (diff) | |
download | glibc-3e2ad31c49b47f085f13a93fd45e48e2a03554be.zip glibc-3e2ad31c49b47f085f13a93fd45e48e2a03554be.tar.gz glibc-3e2ad31c49b47f085f13a93fd45e48e2a03554be.tar.bz2 |
(__nl_langinfo_l): Add prototype.
Diffstat (limited to 'include/langinfo.h')
-rw-r--r-- | include/langinfo.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/langinfo.h b/include/langinfo.h index 2a81c6d..8f2cb81 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -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 |