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 558e3578c05..96531a88e0b 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -2216,7 +2216,7 @@ gnu_open (char *arg, int from_tty) } static void -gnu_stop (void) +gnu_stop (ptid_t ptid) { error (_("to_stop target function not implemented")); } |