Cleanups. Now passes!
[deliverable/binutils-gdb.git] / gdb / osfsolib.c
index 0ca8f8407298642a776c8bfbebe1ca990641ddb9..b5a61518bc13bed8e8c7ebfb2fa4f694d269c592 100644 (file)
@@ -1,5 +1,6 @@
 /* Handle OSF/1 shared libraries for GDB, the GNU Debugger.
-   Copyright 1993, 94, 95, 96, 98, 1999 Free Software Foundation, Inc.
+   Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -875,7 +876,7 @@ solib_create_inferior_hook (void)
   stop_signal = TARGET_SIGNAL_0;
   do
     {
-      target_resume (-1, 0, stop_signal);
+      target_resume (minus_one_ptid, 0, stop_signal);
       wait_for_inferior ();
     }
   while (stop_signal != TARGET_SIGNAL_TRAP);
This page took 0.023389 seconds and 4 git commands to generate.