]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/inftarg.c
Fix PR gdb/393:
[thirdparty/binutils-gdb.git] / gdb / inftarg.c
index 9035310c4947f1f5b9638f534f62f2975c8bff84..e49681192fee4a8ba2fecd80f1d3c8d69fda3331 100644 (file)
@@ -774,6 +774,7 @@ init_child_ops (void)
   child_ops.to_terminal_init = terminal_init_inferior;
   child_ops.to_terminal_inferior = terminal_inferior;
   child_ops.to_terminal_ours_for_output = terminal_ours_for_output;
+  child_ops.to_terminal_save_ours = terminal_save_ours;
   child_ops.to_terminal_ours = terminal_ours;
   child_ops.to_terminal_info = child_terminal_info;
   child_ops.to_kill = kill_inferior;