adaint.h, adaint.c (__gnat_waitpid): Moved to expect.c where it is used.
authorPascal Obry <obry@adacore.com>
Fri, 18 Mar 2005 11:46:57 +0000 (12:46 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 18 Mar 2005 11:46:57 +0000 (12:46 +0100)
commite602394c38b7ad5053769e2ff03550fd5b5d412a
treec6f054c8d8afc51a137d9e7ead083ea1a480e398
parentbae802f98b2514a0a93a615db8dbdd957f4c7111
adaint.h, adaint.c (__gnat_waitpid): Moved to expect.c where it is used.

2005-03-17  Pascal Obry  <obry@adacore.com>

* adaint.h, adaint.c (__gnat_waitpid): Moved to expect.c where it is
used.

* expect.c (__gnat_waitpid): Moved here from adaint.c.
Reimplement under Win32 using Win32 API.
(__gnat_kill) [Win32]: Properly close the process handle before leaving
this routine.

From-SVN: r96659
gcc/ada/adaint.c
gcc/ada/adaint.h
gcc/ada/expect.c