diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 1cad0aa..156d981 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -1936,7 +1936,7 @@ gnu_create_inferior (exec_file, allargs, env) inf_debug (inf, "creating inferior"); - fork_inferior (exec_file, allargs, env, trace_me, attach_to_child, NULL); + fork_inferior (exec_file, allargs, env, trace_me, attach_to_child, NULL, NULL); inf_update_signal_thread (inf); inf_set_traced (inf, inf->want_signals); |