diff options
Diffstat (limited to 'locale/langinfo.h')
-rw-r--r-- | locale/langinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/langinfo.h b/locale/langinfo.h index 93d84463b5..14039576bc 100644 --- a/locale/langinfo.h +++ b/locale/langinfo.h @@ -588,7 +588,7 @@ extern char *nl_langinfo (nl_item __item) __THROW; # include <bits/types/locale_t.h> /* Just like nl_langinfo but get the information from the locale object L. */ -extern char *nl_langinfo_l (nl_item __item, __locale_t __l); +extern char *nl_langinfo_l (nl_item __item, locale_t __l); #endif __END_DECLS |