diff options
author | rpj <rpj> | 2005-04-11 07:27:56 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-11 07:27:56 +0000 |
commit | 5b085e54a51322522ce8d38d3139228f035a9bf4 (patch) | |
tree | 127042396c959a2eb72d86fefe510d938f9830ba /tests/ChangeLog | |
parent | 43d9b077d5aa2ee02712ca7e81546f78863f172b (diff) |
pthread_once post-cancel starvation solution
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 4d1a832..1f0ad0d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2005-04-11 Ross Johnson <rpj@callisto.canberra.edu.au> + + * once4.c: New test; tries to test priority adjustments. + 2005-04-06 Ross Johnson <rpj@callisto.canberra.edu.au> * cleanup0.c: Fix unguarded global variable accesses. |