diff options
author | Thomas Pfaff <tpfaff@gmx.net> | 2003-01-21 21:34:24 +0000 |
---|---|---|
committer | Thomas Pfaff <tpfaff@gmx.net> | 2003-01-21 21:34:24 +0000 |
commit | f2137182fb71922fb2cec26ce9f3ef0855b900de (patch) | |
tree | de13fdb599371fab54ebecf452f95826637835db /winsup/testsuite/ChangeLog | |
parent | 00d1a4bb2000bd726cf5e1093cba94b0e4f62090 (diff) | |
download | newlib-f2137182fb71922fb2cec26ce9f3ef0855b900de.zip newlib-f2137182fb71922fb2cec26ce9f3ef0855b900de.tar.gz newlib-f2137182fb71922fb2cec26ce9f3ef0855b900de.tar.bz2 |
* winsup.api/pthread/cancel9.c: Make child pid static global.
(main): Wait in mainthread until child process has terminated.
Diffstat (limited to 'winsup/testsuite/ChangeLog')
-rw-r--r-- | winsup/testsuite/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index 54e88a8..e2b437f 100644 --- a/winsup/testsuite/ChangeLog +++ b/winsup/testsuite/ChangeLog @@ -1,7 +1,8 @@ 2003-01-21 Thomas Pfaff <tpfaff@gmx.net> - * winsup.api/pthread/cancel9.c: Wait in mainthread until child - process has terminated. + * winsup.api/pthread/cancel9.c: Make child pid static global. + (main): Wait in mainthread until child process + has terminated. 2003-01-14 Thomas Pfaff <tpfaff@gmx.net> |