1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* 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
This commit is contained in:
Ulrich Drepper
2009-02-26 02:23:50 +00:00
parent 3e6b0a28eb
commit 77db439eaf
10 changed files with 88 additions and 57 deletions

View File

@ -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. */