From 77db439eaf8d88da3dfae342631384b143ce33e6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 26 Feb 2009 02:23:50 +0000 Subject: * 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 --- stdlib/monetary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib') 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 /* Formatting a monetary value according to the current locale. */ -- cgit v1.2.3