aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-05 09:20:53 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-05 09:20:53 +0000
commitf3d581b8cc17f25191cc173e860e90bba73a5e41 (patch)
tree4efa99ebc6f6a8f9fdf1bb3c8bec521c9a373dc9 /linuxthreads/ChangeLog
parentfcf30823f6b5e1931a36be92cd4f76d98b0f541f (diff)
downloadglibc-f3d581b8cc17f25191cc173e860e90bba73a5e41.tar
glibc-f3d581b8cc17f25191cc173e860e90bba73a5e41.tar.gz
glibc-f3d581b8cc17f25191cc173e860e90bba73a5e41.tar.bz2
glibc-f3d581b8cc17f25191cc173e860e90bba73a5e41.zip
Update.
* Examples/ex14.c: New file. * Makefile (tests): Add ex14. * Makefile (tests): Add ecmutex.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog4
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>