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 /ChangeLog | |
parent | 3e6b0a28ebc2319262b318790019558f78249c8b (diff) | |
download | glibc-77db439eaf8d88da3dfae342631384b143ce33e6.tar.gz |
* 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ 2009-02-25 Ulrich Drepper <drepper@redhat.com> * include/features.h: Define macros for XPG7/POSIX 2008. + * ctype/ctype.h: The *_l functions are in POSIX 2008. + * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in + POSIX 2008. * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and UTIME_OMIT only with __USE_ATFILE. * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise. @@ -52,7 +55,7 @@ 2009-02-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): - /proc/sys/kenrel/rtsig_max doesn't exist anymore, use getrlimit + /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit instead. * io/sys/stat.h: The lstat functions have been mandatory since 2001. |