summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-26 02:23:50 +0000
committerUlrich Drepper <drepper@redhat.com>2009-02-26 02:23:50 +0000
commit77db439eaf8d88da3dfae342631384b143ce33e6 (patch)
treea0a12781bae58ef6519bc2672fcd3bf755beb235 /stdlib
parent3e6b0a28ebc2319262b318790019558f78249c8b (diff)
* 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 'stdlib')
-rw-r--r--stdlib/monetary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/monetary.h b/stdlib/monetary.h
index c8483b27a8..7f0c0ec208 100644
--- a/stdlib/monetary.h
+++ b/stdlib/monetary.h
@@ -41,7 +41,7 @@ extern ssize_t strfmon (char *__restrict __s, size_t __maxsize,
__const char *__restrict __format, ...)
__THROW __attribute_format_strfmon__ (3, 4);
-#ifdef __USE_GNU
+#ifdef __USE_XOPEN2K8
# include <xlocale.h>
/* Formatting a monetary value according to the current locale. */