diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-03-16 Ross Johnson <ross at callisto.canberra.edu.au>
+ * pthread_setcancelstate.c: Undo the last change. + +2005-03-16 Ross Johnson <ross at callisto.canberra.edu.au>
+ * pthread_once.c (pthread_once): Fix faulty 'done' check; fix a few races involving 'done' flag setting; fix incorrect 'done' assignment. |