This commit is contained in:
Ulrich Drepper 2000-03-15 07:53:09 +00:00
parent 3fcbafec4e
commit 9f96178daa
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-03-14 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for
Nautilus. Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.
2000-03-07 H.J. Lu <hjl@gnu.org>
* locale/C-ctype.c (_nl_C_LC_CTYPE): Fix the initializer order

View File

@ -2,7 +2,8 @@
* condvar.c (pthread_cond_wait): Check whether mutex is owned by
current thread and return error if not.
(pthread_cond_timedwait): Likewise.
(pthread_cond_timedwait_relative_old): Likewise.
(pthread_cond_timedwait_relative_new): Likewise.
* mutex.c (__pthread_once): Handle cancelled init function correctly.
(pthread_once_cancelhandler): New function.