From f2137182fb71922fb2cec26ce9f3ef0855b900de Mon Sep 17 00:00:00 2001 From: Thomas Pfaff Date: Tue, 21 Jan 2003 21:34:24 +0000 Subject: [PATCH] * winsup.api/pthread/cancel9.c: Make child pid static global. (main): Wait in mainthread until child process has terminated. --- winsup/testsuite/ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index 54e88a8ef..e2b437f72 100644 --- a/winsup/testsuite/ChangeLog +++ b/winsup/testsuite/ChangeLog @@ -1,7 +1,8 @@ 2003-01-21 Thomas Pfaff - * 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