gdb/
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index 0713edd44518c515dfea9d723a503f2248a25b14..3cbd126807e452d498af7ceb1cf335ea86634f74 100644 (file)
@@ -5022,14 +5022,14 @@ linux_nat_stop (ptid_t ptid)
 }
 
 static void
-linux_nat_close (int quitting)
+linux_nat_close (void)
 {
   /* Unregister from the event loop.  */
   if (linux_nat_is_async_p ())
     linux_nat_async (NULL, 0);
 
   if (linux_ops->to_close)
-    linux_ops->to_close (quitting);
+    linux_ops->to_close ();
 }
 
 /* When requests are passed down from the linux-nat layer to the
This page took 0.024822 seconds and 4 git commands to generate.