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 84f53ef172..59017b31c8 100644 --- a/locale/langinfo.h +++ b/locale/langinfo.h @@ -582,7 +582,7 @@ enum extern char *nl_langinfo (nl_item __item) __THROW; -#ifdef __USE_GNU +#ifdef __USE_XOPEN2K /* This interface is for the extended locale model. See <locale.h> for more information. */ |