diff options
author | rpj <rpj> | 2000-08-17 14:43:12 +0000 |
---|---|---|
committer | rpj <rpj> | 2000-08-17 14:43:12 +0000 |
commit | 2ca5c368816d1e48955505e5ecb52a09e3fbe62a (patch) | |
tree | cf78f71ab0c9f1f29eb02793b1282b8e20afa0bd /tests/ChangeLog | |
parent | a366b6d8c2e6debf247c82af3d41aa2483711c52 (diff) |
2000-08-17 Ross Johnson <rpj@special.ise.canberra.edu.au>
* create2.c: New; Test that pthread_t contains
the W32 HANDLE before it calls the thread routine
proper.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 412c09c..0bccb5b 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2000-08-17 Ross Johnson <rpj@special.ise.canberra.edu.au> + + * create2.c: New; Test that pthread_t contains + the W32 HANDLE before it calls the thread routine + proper. + 2000-08-13 Ross Johnson <rpj@special.ise.canberra.edu.au> * condvar3.c: Minor change to eliminate compiler |