* winsup.api/pthread/cancel9.c: Make child pid static global.

(main): Wait in mainthread until child process has terminated.
This commit is contained in:
Thomas Pfaff 2003-01-21 21:36:31 +00:00
parent f2137182fb
commit 5cd5638f57
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
2003-01-21 Thomas Pfaff <tpfaff@gmx.net> 2003-01-21 Thomas Pfaff <tpfaff@gmx.net>
* winsup.api/pthread/cancel9.c: Make child pid static global. * winsup.api/pthread/cancel9.c: Make child pid static global.
(main): Wait in mainthread until child process (main): Wait in mainthread until child process has terminated.
has terminated.
2003-01-14 Thomas Pfaff <tpfaff@gmx.net> 2003-01-14 Thomas Pfaff <tpfaff@gmx.net>