forked from Imagelibrary/binutils-gdb
fix procfs.c:procfs_pass_signals advance declaration
gdb/ChangeLog: * procfs.c (procfs_pass_signals): Fix advance declaration.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-04-27 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* procfs.c (procfs_pass_signals): Fix advance declaration.
|
||||
|
||||
2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
|
||||
|
||||
* target.h (struct target_ops): Remove to_notice_signals;
|
||||
|
||||
@@ -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 *,
|
||||
|
||||
Reference in New Issue
Block a user