From 13bdd2e791a9da0749efd74719cdf42421ac3875 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 27 Apr 2011 14:28:35 +0000 Subject: [PATCH] fix procfs.c:procfs_pass_signals advance declaration gdb/ChangeLog: * procfs.c (procfs_pass_signals): Fix advance declaration. --- gdb/ChangeLog | 4 ++++ gdb/procfs.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d829658a14..e004ee6eed 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-04-27 Joel Brobecker + + * procfs.c (procfs_pass_signals): Fix advance declaration. + 2011-04-27 Ulrich Weigand * target.h (struct target_ops): Remove to_notice_signals; diff --git a/gdb/procfs.c b/gdb/procfs.c index 2a21526f55..917e122c9a 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -120,7 +120,7 @@ static void procfs_fetch_registers (struct target_ops *, struct regcache *, int); static void procfs_store_registers (struct target_ops *, struct regcache *, int); -static void procfs_pass_signals (ptid_t, int, unsigned char *); +static void procfs_pass_signals (int, unsigned char *); static void procfs_kill_inferior (struct target_ops *ops); static void procfs_mourn_inferior (struct target_ops *ops); static void procfs_create_inferior (struct target_ops *, char *, -- 2.34.1