daily update
[deliverable/binutils-gdb.git] / gdb / uw-thread.c
index 947fb147e227b1b1a95c93e3e6c5f3615d0a5ee2..c37e0ffeb70b59292de1c086eac3df03e4d2f34c 100644 (file)
@@ -797,12 +797,13 @@ uw_thread_prepare_to_store (void)
    This function only gets called with uw_thread_active == 0. */
 
 static void
-uw_thread_create_inferior (char *exec_file, char *allargs, char **env)
+uw_thread_create_inferior (char *exec_file, char *allargs, char **env,
+                          int from_tty)
 {
   if (uw_thread_active)
     deactivate_uw_thread ();
 
-  procfs_ops.to_create_inferior (exec_file, allargs, env);
+  procfs_ops.to_create_inferior (exec_file, allargs, env, from_tty);
   if (uw_thread_active)
     {
       find_main ();
This page took 0.02402 seconds and 4 git commands to generate.