aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-12 19:02:02 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-12 19:02:02 +0000
commita5b97402f70a3cd43ffee9ccb71560457b4cd88c (patch)
treec4db775edbfc4cec6fe8f9d5f50635dd6173e083 /linuxthreads/ChangeLog
parenta21cd9d19337a272b5ae311b26b470b42f3a6e53 (diff)
downloadglibc-a5b97402f70a3cd43ffee9ccb71560457b4cd88c.zip
glibc-a5b97402f70a3cd43ffee9ccb71560457b4cd88c.tar.gz
glibc-a5b97402f70a3cd43ffee9ccb71560457b4cd88c.tar.bz2
Update.
2000-06-12 Ulrich Drepper <drepper@redhat.com> * Examples/ex6.c: Test return value of pthread_join.
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 c948fe3..c4236bd 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-12 Ulrich Drepper <drepper@redhat.com>
+
+ * Examples/ex6.c: Test return value of pthread_join.
+
2000-06-11 Geoff Keating <geoffk@cygnus.com>
* sysdeps/powerpc/pspinlock.c (__pthread_spin_lock): Implement.