diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-26 02:23:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-26 02:23:50 +0000 |
commit | 77db439eaf8d88da3dfae342631384b143ce33e6 (patch) | |
tree | a0a12781bae58ef6519bc2672fcd3bf755beb235 /locale/langinfo.h | |
parent | 3e6b0a28ebc2319262b318790019558f78249c8b (diff) | |
download | glibc-77db439eaf8d88da3dfae342631384b143ce33e6.tar.gz glibc-77db439eaf8d88da3dfae342631384b143ce33e6.tar.xz glibc-77db439eaf8d88da3dfae342631384b143ce33e6.zip |
* ctype/ctype.h: The *_l functions are in POSIX 2008.
* dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in POSIX 2008. /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
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. */ |