diff options
author | rpj <rpj> | 2002-02-07 09:44:06 +0000 |
---|---|---|
committer | rpj <rpj> | 2002-02-07 09:44:06 +0000 |
commit | 006bf1acd58ea44c44d7de5a70f3fc6f5e040ac7 (patch) | |
tree | a427bab397d3f920c171f0ae9c62a61b8b6b4599 /ChangeLog | |
parent | d432fab8dc7bcaa47e59c41ce3e94f88380b80a2 (diff) |
* nonportable.c (pthread_delay_np): Make a true
cancelation point. Deferred cancels will interrupt the
wait.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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
|