4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-02 13:05:42 +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:36:31 +00:00
parent f2137182fb
commit 5cd5638f57

View File

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