aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Pfaff <tpfaff@gmx.net>2003-01-21 21:36:31 +0000
committerThomas Pfaff <tpfaff@gmx.net>2003-01-21 21:36:31 +0000
commit5cd5638f57426f184f18358c261f8b80d49e8e5c (patch)
treeef7957241f84bd54043f2a3f35d0f4afe6ad4a0b
parentf2137182fb71922fb2cec26ce9f3ef0855b900de (diff)
downloadnewlib-5cd5638f57426f184f18358c261f8b80d49e8e5c.zip
newlib-5cd5638f57426f184f18358c261f8b80d49e8e5c.tar.gz
newlib-5cd5638f57426f184f18358c261f8b80d49e8e5c.tar.bz2
* winsup.api/pthread/cancel9.c: Make child pid static global.
(main): Wait in mainthread until child process has terminated.
-rw-r--r--winsup/testsuite/ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index e2b437f..4e33524 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -1,8 +1,7 @@
2003-01-21 Thomas Pfaff <tpfaff@gmx.net>
* winsup.api/pthread/cancel9.c: Make child pid static global.
- (main): Wait in mainthread until child process
- has terminated.
+ (main): Wait in mainthread until child process has terminated.
2003-01-14 Thomas Pfaff <tpfaff@gmx.net>