diff options
author | Vasiliy Fofanov <fofanov@adacore.com> | 2009-07-13 12:16:51 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-13 14:16:51 +0200 |
commit | 75069667df1ed5fafbb9e1f4532adf1233b7eeab (patch) | |
tree | 94908b1bab6a306f6dede652eb468c1a41ae89f5 /gcc/ada/initialize.c | |
parent | e2d9085b0f600ee51a331a2135f2da43c661881d (diff) | |
download | gcc-75069667df1ed5fafbb9e1f4532adf1233b7eeab.zip gcc-75069667df1ed5fafbb9e1f4532adf1233b7eeab.tar.gz gcc-75069667df1ed5fafbb9e1f4532adf1233b7eeab.tar.bz2 |
mingw32.h: Make it explicit that we need XP or later.
2009-07-13 Vasiliy Fofanov <fofanov@adacore.com>
* mingw32.h: Make it explicit that we need XP or later.
* initialize.c: Remove useless extern symbol declaration.
* adaint.h: Ditto, also expose __gnat_win32_remove_handle to allow
code reuse in expect.c.
* adaint.c: Changes throughout the Windows section to redesign storage
of the child process list and the process identification.
* expect.c (__gnat_kill, __gnat_waitpid): Simplify, cleanup, use pids
for interfacing, fix errors.
(__gnat_expect_portable_execvp): use function in adaint.c
From-SVN: r149573
Diffstat (limited to 'gcc/ada/initialize.c')
-rw-r--r-- | gcc/ada/initialize.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ada/initialize.c b/gcc/ada/initialize.c index ccad170..fbbdf60 100644 --- a/gcc/ada/initialize.c +++ b/gcc/ada/initialize.c @@ -67,12 +67,6 @@ extern void __gnat_install_SEH_handler (void *); extern int gnat_argc; extern char **gnat_argv; -#ifndef RTX -/* Do not define for RTX since it is only used for creating child processes - which is not supported in RTX. */ -extern void __gnat_plist_init (void); -#endif - #ifdef GNAT_UNICODE_SUPPORT #define EXPAND_ARGV_RATE 128 |