fix multi-arch-exec for parallel mode
[deliverable/binutils-gdb.git] / gdb / procfs.c
index e0130968b796dcb59e31a3d684f0f416bf6e9db9..018a0d846b9e2fc4267542d9ffe24bd55de7ee77 100644 (file)
 /* This module defines the GDB target vector and its methods.  */
 
 static void procfs_attach (struct target_ops *, char *, int);
-static void procfs_detach (struct target_ops *, char *, int);
+static void procfs_detach (struct target_ops *, const char *, int);
 static void procfs_resume (struct target_ops *,
                           ptid_t, int, enum gdb_signal);
 static void procfs_stop (ptid_t);
@@ -3071,7 +3071,7 @@ procfs_attach (struct target_ops *ops, char *args, int from_tty)
 }
 
 static void
-procfs_detach (struct target_ops *ops, char *args, int from_tty)
+procfs_detach (struct target_ops *ops, const char *args, int from_tty)
 {
   int sig = 0;
   int pid = ptid_get_pid (inferior_ptid);
This page took 0.023872 seconds and 4 git commands to generate.