2011-05-09 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / solib-sunos.c
index 52f50a434fe0cd9e457c6140d037d4e76ddce2b4..9936038d4e5e86683d5a110cc844bed9f1e99e82 100644 (file)
@@ -778,7 +778,7 @@ sunos_solib_create_inferior_hook (int from_tty)
   do
     {
       target_resume (pid_to_ptid (-1), 0, tp->suspend.stop_signal);
-      wait_for_inferior (0);
+      wait_for_inferior ();
     }
   while (tp->suspend.stop_signal != TARGET_SIGNAL_TRAP);
   inf->control.stop_soon = NO_STOP_QUIETLY;
This page took 0.025947 seconds and 4 git commands to generate.