fix procfs.c:procfs_pass_signals advance declaration

gdb/ChangeLog:

	* procfs.c (procfs_pass_signals): Fix advance declaration.
This commit is contained in:
Joel Brobecker
2011-04-27 14:28:35 +00:00
parent 2455069d93
commit 13bdd2e791
2 changed files with 5 additions and 1 deletions

View File

@@ -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 *,