diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index f2d5fca..0debb02 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -2255,7 +2255,7 @@ gnu_attach (struct target_ops *ops, const char *args, int from_tty) previously attached. It *might* work if the program was started via fork. */ static void -gnu_detach (struct target_ops *ops, const char *args, int from_tty) +gnu_detach (struct target_ops *ops, int from_tty) { int pid; |