aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-04-27 14:28:35 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-04-27 14:28:35 +0000
commit13bdd2e791a9da0749efd74719cdf42421ac3875 (patch)
tree5feac9f8df1f1e55569524bc776db3cc2a3208de /gdb/procfs.c
parent2455069d930b37918b92281be109444d1e38dc6d (diff)
downloadgdb-13bdd2e791a9da0749efd74719cdf42421ac3875.zip
gdb-13bdd2e791a9da0749efd74719cdf42421ac3875.tar.gz
gdb-13bdd2e791a9da0749efd74719cdf42421ac3875.tar.bz2
fix procfs.c:procfs_pass_signals advance declaration
gdb/ChangeLog: * procfs.c (procfs_pass_signals): Fix advance declaration.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c
index 2a21526..917e122 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 *,