From: Eli Zaretskii Date: Sat, 11 Apr 2009 17:57:34 +0000 (+0000) Subject: * go32-nat.c (go32_attach, go32_detach:) Fix prototypes to be X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=685af672caee3f095a0bad488abbc168808ffc05;p=binutils-gdb.git * go32-nat.c (go32_attach, go32_detach:) Fix prototypes to be consistent with the change from 2009-03-17. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b6f86a76466..1fcfcb24acb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-04-11 Eli Zaretskii + + * go32-nat.c (go32_attach, go32_detach:) Fix prototypes to be + consistent with the change from 2009-03-17. + 2009-04-10 Jan Kratochvil * gdbtypes.c: Remove excessive parentheses at the return keywords. diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index e1f793edf11..4d58a577888 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -167,8 +167,8 @@ static int dr_ref_count[4]; static int prog_has_started = 0; static void go32_open (char *name, int from_tty); static void go32_close (int quitting); -static void go32_attach (char *args, int from_tty); -static void go32_detach (char *args, int from_tty); +static void go32_attach (struct target_ops *ops, char *args, int from_tty); +static void go32_detach (struct target_ops *ops, char *args, int from_tty); static void go32_resume (struct target_ops *ops, ptid_t ptid, int step, enum target_signal siggnal);