diff options
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 2282152..fb78535 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1680,7 +1680,8 @@ child_open (char *arg, int from_tty) ENV is the environment vector to pass. Errors reported with error(). */ static void -child_create_inferior (char *exec_file, char *allargs, char **env) +child_create_inferior (char *exec_file, char *allargs, char **env, + int from_tty) { char *winenv; char *temp; |