4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

* 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:34:24 +00:00
parent 00d1a4bb20
commit f2137182fb

View File

@ -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>