public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
From: jkratoch@sourceware.org
To: archer-commits@sourceware.org
Subject: [SCM] archer-jankratochvil-watchpoint3: Merge branch 'f-cleanup-fork-multifix' into archer-jankratochvil-watchpoint3
Date: Mon, 26 Dec 2011 20:32:00 -0000 [thread overview]
Message-ID: <20111226203234.9088.qmail@sourceware.org> (raw)
The branch, archer-jankratochvil-watchpoint3 has been updated
via 74a9c6ed99a4ca7f4983b6b33e5bf2a0ced2388a (commit)
via 548f50b92ed7b940d3a489cba916260cb82e5b70 (commit)
via 6db103e4e7f86fefcee3c62067fc0499c3b6f9a2 (commit)
from fe68a8c899120cb2b1c03ebc426ee64d2c94eec3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email.
- Log -----------------------------------------------------------------
commit 74a9c6ed99a4ca7f4983b6b33e5bf2a0ced2388a
Merge: fe68a8c 548f50b
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Dec 26 21:32:28 2011 +0100
Merge branch 'f-cleanup-fork-multifix' into archer-jankratochvil-watchpoint3
commit 548f50b92ed7b940d3a489cba916260cb82e5b70
Merge: c0045e7 6db103e
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Dec 26 21:32:25 2011 +0100
Merge branch 'f-cleanup-fork' into f-cleanup-fork-multifix
commit 6db103e4e7f86fefcee3c62067fc0499c3b6f9a2
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Dec 26 21:32:15 2011 +0100
Fix RHEL-4 compatibility - pid_t.
-----------------------------------------------------------------------
Summary of changes:
gdb/testsuite/gdb.threads/watchpoint-fork-child.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
First 500 lines of diff:
diff --git a/gdb/testsuite/gdb.threads/watchpoint-fork-child.c b/gdb/testsuite/gdb.threads/watchpoint-fork-child.c
index a2ad29a..e6c39cf 100644
--- a/gdb/testsuite/gdb.threads/watchpoint-fork-child.c
+++ b/gdb/testsuite/gdb.threads/watchpoint-fork-child.c
@@ -28,6 +28,8 @@
#include "watchpoint-fork.h"
+/* `pid_t' may not be available. */
+
static volatile int usr1_got;
static void
@@ -39,7 +41,7 @@ handler_usr1 (int signo)
void
forkoff (int nr)
{
- pid_t child, save_parent = getpid ();
+ int child, save_parent = getpid ();
int i;
struct sigaction act, oldact;
#ifdef THREAD
hooks/post-receive
--
Repository for Project Archer.
next reply other threads:[~2011-12-26 20:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-26 20:32 jkratoch [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-01-30 16:58 jkratoch
2012-01-24 14:19 jkratoch
2012-01-20 20:16 jkratoch
2012-01-20 11:07 jkratoch
2012-01-20 1:30 jkratoch
2012-01-20 1:20 jkratoch
2012-01-05 9:18 jkratoch
2012-01-02 22:43 jkratoch
2012-01-02 16:46 jkratoch
2012-01-02 15:19 jkratoch
2011-12-26 23:24 jkratoch
2011-12-26 22:04 jkratoch
2011-12-26 19:28 jkratoch
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=20111226203234.9088.qmail@sourceware.org \
--to=jkratoch@sourceware.org \
--cc=archer-commits@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).