From: Andreas Arnez <arnez@linux.vnet.ibm.com>
To: Pedro Alves <palves@redhat.com>
Cc: Joel Brobecker <brobecker@adacore.com>, gdb-patches@sourceware.org
Subject: Re: [PATCH] s390-nat.c: Fix missing prototypes
Date: Tue, 06 Mar 2012 12:15:00 -0000 [thread overview]
Message-ID: <871up6gc2q.fsf@linux.vnet.ibm.com> (raw)
In-Reply-To: <4F55FA6F.2090203@redhat.com> (Pedro Alves's message of "Tue, 06 Mar 2012 11:52:15 +0000")
Pedro Alves <palves@redhat.com> writes:
> Builds fine on x64-64 Fedora, [...]
> Comments, anyone?
Builds fine on s390x.
>
> 2012-03-06 Pedro Alves <palves@redhat.com>
>
> * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
>
> ---
>
> gdb/gregset.h | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/gdb/gregset.h b/gdb/gregset.h
> index 4f34788..d73b5b8 100644
> --- a/gdb/gregset.h
> +++ b/gdb/gregset.h
> @@ -19,6 +19,10 @@
> #ifndef GREGSET_H
> #define GREGSET_H
>
> +#ifdef HAVE_SYS_PROCFS_H
> +#include <sys/procfs.h>
> +#endif
> +
> #ifndef GDB_GREGSET_T
> #define GDB_GREGSET_T gregset_t
> #endif
next prev parent reply other threads:[~2012-03-06 12:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-05 17:39 Andreas Arnez
2012-03-05 19:07 ` Joel Brobecker
2012-03-06 9:49 ` Andreas Arnez
2012-03-06 10:26 ` Pedro Alves
2012-03-06 11:35 ` Andreas Arnez
2012-03-06 11:52 ` Pedro Alves
2012-03-06 12:15 ` Andreas Arnez [this message]
2012-03-06 16:30 ` Joel Brobecker
2012-03-06 17:18 ` Pedro Alves
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=871up6gc2q.fsf@linux.vnet.ibm.com \
--to=arnez@linux.vnet.ibm.com \
--cc=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=palves@redhat.com \
/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