C++-fy and prepare for sharing fork_inferior
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index 8dececf2c52d206867c26cb08af4ee356bb3d593..b008df0ac06cf8e3d81d22ce251182f0576a876f 100644 (file)
@@ -1105,8 +1105,8 @@ linux_nat_post_attach_wait (ptid_t ptid, int first, int *signalled)
 
 static void
 linux_nat_create_inferior (struct target_ops *ops, 
-                          char *exec_file, char *allargs, char **env,
-                          int from_tty)
+                          const char *exec_file, const std::string &allargs,
+                          char **env, int from_tty)
 {
   struct cleanup *restore_personality
     = maybe_disable_address_space_randomization (disable_randomization);
This page took 0.02469 seconds and 4 git commands to generate.