diff options
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index e49d4f0524..1f44e4c70d 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,9 +1,13 @@ 2000-09-05 Ulrich Drepper <drepper@redhat.com> + * Examples/ex14.c: New file. + * Makefile (tests): Add ex14. + * mutex.c (__pthread_mutex_unlock): Correct test for already unlocked mutex. Patch by dtc@cmucl.cons.org. * ecmutex.c: New file. + * Makefile (tests): Add ecmutex. 2000-09-04 H.J. Lu <hjl@gnu.org> |