diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 07:14:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 07:14:09 +0000 |
commit | 594cee6c498dc6124e0ba1926d54ffd1fd5bffd8 (patch) | |
tree | 98224e9be0d476798f905126fda8155ed475d93b /NEWS | |
parent | 38161ac76efe4c50f13e244903a44645023fec83 (diff) | |
download | glibc-594cee6c498dc6124e0ba1926d54ffd1fd5bffd8.tar.gz glibc-594cee6c498dc6124e0ba1926d54ffd1fd5bffd8.tar.xz glibc-594cee6c498dc6124e0ba1926d54ffd1fd5bffd8.zip |
Update.
2000-06-14 Ulrich Drepper <drepper@redhat.com> * misc/syslog.c (vsyslog): Allow open_memstream to fail without crashing the application. Emit some simple error message. Reported by mju@panasas.com [PR libc/1769].
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS index b90e7dbdda..fe2aec0d9e 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,12 @@ Version 2.2 * A port to Hitachi SH3 and SH4 has been contributed by Kazumoto Kojima and Yutaka Niibe. +* POSIX clocks and timers implemented by Kaz Kylheku and Ulrich Drepper. + +* POSIX spawn function family implemented by Ulrich Drepper. + +* POSIX spinlocks are now available. + Version 2.1.3 |