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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 5c2d9a7ef7..04a196c8fd 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2009-1-30 +GNU C Library NEWS -- history of user-visible changes. 2009-2-25 Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc. See the end for copying conditions. @@ -12,6 +12,8 @@ Version 2.10 * Correct declarations of string function when used in C++ code. This could lead to compile error for invalid C++ code. +* XPG7/POSIX 2008 compilation environment. + Version 2.9 |