diff options
Diffstat (limited to 'locale/nl_langinfo.c')
-rw-r--r-- | locale/nl_langinfo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/locale/nl_langinfo.c b/locale/nl_langinfo.c index ccd7ea4..69749a4 100644 --- a/locale/nl_langinfo.c +++ b/locale/nl_langinfo.c @@ -26,8 +26,7 @@ /* Return a string with the data for locale-dependent parameter ITEM. */ char * -nl_langinfo (item) - nl_item item; +nl_langinfo (nl_item item) { return __nl_langinfo_l (item, _NL_CURRENT_LOCALE); } |