diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS index fe2aec0d9e..5704d4c8d4 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2000-05-28 +GNU C Library NEWS -- history of user-visible changes. 2000-07-01 Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc. See the end for copying conditions. @@ -49,10 +49,14 @@ Version 2.2 * POSIX clocks and timers implemented by Kaz Kylheku and Ulrich Drepper. +* POSIX barriers implemented by Kaz Kylheku. + * POSIX spawn function family implemented by Ulrich Drepper. * POSIX spinlocks are now available. +* Timed wait functions for mutex, rwlock, and semaphores are implemented. + Version 2.1.3 |