summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2002-02-07 09:44:06 +0000
committerrpj <rpj>2002-02-07 09:44:06 +0000
commit006bf1acd58ea44c44d7de5a70f3fc6f5e040ac7 (patch)
treea427bab397d3f920c171f0ae9c62a61b8b6b4599 /ChangeLog
parentd432fab8dc7bcaa47e59c41ce3e94f88380b80a2 (diff)
* nonportable.c (pthread_delay_np): Make a true
cancelation point. Deferred cancels will interrupt the wait.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cad0504..1295213 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2002-02-02 Ross Johnson <rpj@setup1.ise.canberra.edu.au>
+ Contributed by - Alexander Terekhov<TEREKHOV@de.ibm.com>
+
+ * nonportable.c (pthread_delay_np): Make a true
+ cancelation point. Deferred cancels will interrupt the
+ wait.
+
+2002-02-02 Ross Johnson <rpj@setup1.ise.canberra.edu.au>
+
* cancel.c: Rearranged some code and introduced checks
to disable cancelation at the start of a thread's cancelation
run to prevent double cancelation. The main problem