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 8ba42fa036..69341223cb 100644 --- a/locale/langinfo.h +++ b/locale/langinfo.h @@ -474,7 +474,7 @@ enum The string returned will not change until `setlocale' is called; it is usually in read-only memory and cannot be modified. */ -extern char *nl_langinfo __P ((nl_item __item)); +extern char *nl_langinfo (nl_item __item) __THROW; __END_DECLS |