diff options
Diffstat (limited to 'gdb/aix-thread.c')
-rw-r--r-- | gdb/aix-thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index f15845f..0f0404f 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -981,12 +981,12 @@ aix_thread_inferior_created (struct target_ops *ops, int from_tty) /* Detach from the process attached to by aix_thread_attach(). */ static void -aix_thread_detach (struct target_ops *ops, const char *args, int from_tty) +aix_thread_detach (struct target_ops *ops, int from_tty) { struct target_ops *beneath = find_target_beneath (ops); pd_disable (); - beneath->to_detach (beneath, args, from_tty); + beneath->to_detach (beneath, from_tty); } /* Tell the inferior process to continue running thread PID if != -1 |