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 /nptl/ChangeLog | |
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 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 124c3d6eb1..edb5f67e48 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2009-02-25 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/pthread.h: The robust mutex functions are in + POSIX 2008. + 2009-02-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/posix_opt.h (_BITS_POSIX_OPT_H): |