*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / solib-osf.c
index 33e851c87b1dcebba090b00001b09abbb84888d2..809114cc300ace4d2763f93ac183dac953129585 100644 (file)
@@ -1,7 +1,7 @@
 /* Handle OSF/1, Digital UNIX, and Tru64 shared libraries
    for GDB, the GNU Debugger.
-   Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2007, 2008,
-   2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1993-1996, 1998-2001, 2007-2012 Free Software
+   Foundation, Inc.
 
    This file is part of GDB.
 
@@ -346,7 +346,7 @@ osf_solib_create_inferior_hook (int from_tty)
   do
     {
       target_resume (minus_one_ptid, 0, tp->suspend.stop_signal);
-      wait_for_inferior (0);
+      wait_for_inferior ();
     }
   while (tp->suspend.stop_signal != TARGET_SIGNAL_TRAP);
 
This page took 0.064505 seconds and 4 git commands to generate.