diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-07-29 05:07:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-07-29 05:07:43 +0000 |
commit | d5ba53f90790e2c3e9c95e39db32067d7e25b34e (patch) | |
tree | a97a71a37f5535846ce5bf52a263724ca6183b23 /NEWS | |
parent | df47504c78f82b9c975b2a48a6c8b6dd73a79ce1 (diff) | |
download | glibc-d5ba53f90790e2c3e9c95e39db32067d7e25b34e.tar.gz glibc-d5ba53f90790e2c3e9c95e39db32067d7e25b34e.tar.xz glibc-d5ba53f90790e2c3e9c95e39db32067d7e25b34e.zip |
* sysdeps/unix/sysv/linux/kernel-features.h: Define cvs/fedora-glibc-20060729T2255
__ASSUME_FUTEX_LOCK_PI. * include/time.h: Declare __nanosleep_nocancel. * include/unistd.h: Declare __pause_nocancel.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 0f73029978..55855ad81a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2006-07-10 +GNU C Library NEWS -- history of user-visible changes. 2006-07-28 Copyright (C) 1992-2002,2003,2004,2005,2006 Free Software Foundation, Inc. See the end for copying conditions. @@ -33,6 +33,9 @@ Version 2.5 * Support for the new ELF hash table format was added by Ulrich Drepper. +* Support for priority inheritance mutexes added by Jakub Jelinek and + Ulrich Drepper. + Version 2.4 |