fix procfs.c:procfs_pass_signals advance declaration
authorJoel Brobecker <brobecker@gnat.com>
Wed, 27 Apr 2011 14:28:35 +0000 (14:28 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 27 Apr 2011 14:28:35 +0000 (14:28 +0000)
gdb/ChangeLog:

* procfs.c (procfs_pass_signals): Fix advance declaration.

gdb/ChangeLog
gdb/procfs.c

index d829658a141c8da040695cdce4e4f124bb72d563..e004ee6eed8b90b03f6f67c6aab665b4fc3f38d4 100644 (file)
@@ -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;
index 2a21526f55766382d3dbb6ec5f0c76662b4438b3..917e122c9a5d9aa40a9e77279ee2d045fd41d193 100644 (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 *,
This page took 0.054436 seconds and 4 git commands to generate.