diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/include/langinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/include/langinfo.h b/newlib/libc/include/langinfo.h index 542e43843..9040adeff 100644 --- a/newlib/libc/include/langinfo.h +++ b/newlib/libc/include/langinfo.h @@ -303,11 +303,12 @@ enum __nl_item /* This MUST be the last entry since it's used to check for an array index in nl_langinfo(). */ _NL_LOCALE_EXTENDED_LAST_ENTRY -}; #endif /* __HAVE_LOCALE_INFO_EXTENDED__ */ #endif /* __HAVE_LOCALE_INFO__ */ +}; + __BEGIN_DECLS char *nl_langinfo(nl_item); __END_DECLS |