diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-15 05:27:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-15 05:27:55 +0000 |
commit | ad2a3c0750f79662d03a870bdd06e71f4a0aeca9 (patch) | |
tree | 11ab277f70365641343b2874b5d3163c25a63c04 /NEWS | |
parent | f17efcb43e500d4af62b71bd6f286af831069b5a (diff) | |
download | glibc-ad2a3c0750f79662d03a870bdd06e71f4a0aeca9.tar glibc-ad2a3c0750f79662d03a870bdd06e71f4a0aeca9.tar.gz glibc-ad2a3c0750f79662d03a870bdd06e71f4a0aeca9.tar.bz2 glibc-ad2a3c0750f79662d03a870bdd06e71f4a0aeca9.zip |
* sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Usecvs/fedora-glibc-20060815T0533
sysdeps/posix/pause.c implementation instead.
2006-08-09 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
to EPERM.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2006-07-28 +GNU C Library NEWS -- history of user-visible changes. 2006-08-14 Copyright (C) 1992-2002,2003,2004,2005,2006 Free Software Foundation, Inc. See the end for copying conditions. @@ -36,6 +36,8 @@ Version 2.5 * Support for priority inheritance mutexes added by Jakub Jelinek and Ulrich Drepper. +* Support for priority protected mutexes added by Jakub Jelinek. + Version 2.4 |