summaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-28 22:47:06 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-28 22:47:06 +0000
commit8cab1d380a9a9743ed825533f389e0edb7b777d0 (patch)
treeb09d2392f927fde63bee7da1fdc78af575bf57db /linuxthreads
parentb2884f159dc6adf4e8bbff91465d83fac578af5a (diff)
Update.
2000-09-28 Ulrich Drepper <drepper@redhat.com> * cancel.c (pthread_cancel): Don't do anything if cancelation is disabled.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 6d22d9b8a5..90458288e9 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-28 Ulrich Drepper <drepper@redhat.com>
+
+ * cancel.c (pthread_cancel): Don't do anything if cancelation is
+ disabled.
+
2000-09-26 Ulrich Drepper <drepper@redhat.com>
* spinlock.h (__pthread_set_own_extricate_if): Optimize a bit.