Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@adacore.com>
To: gdb-patches@sourceware.org
Cc: Joel Brobecker <brobecker@adacore.com>
Subject: [commit] fix procfs.c:procfs_pass_signals advance declaration
Date: Wed, 27 Apr 2011 14:30:00 -0000	[thread overview]
Message-ID: <1303914595-23481-1-git-send-email-brobecker@adacore.com> (raw)

Argh - I forgot to tell Ulrich when I tested his patch that there was
one discrepancy.  I fixed it locally, and even prepared the patch, but
then forgot when I sent my reply.  Fixed thusly.

gdb/ChangeLog:

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

---
 gdb/ChangeLog |    4 ++++
 gdb/procfs.c  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d829658..e004ee6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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;
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 *,
-- 
1.7.1


             reply	other threads:[~2011-04-27 14:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-27 14:30 Joel Brobecker [this message]
2011-04-27 17:07 ` Ulrich Weigand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1303914595-23481-1-git-send-email-brobecker@adacore.com \
    --to=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox