From: Markus Armbruster <armbru@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Khem Raj <raj.khem@gmail.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Kamil Rytarowski <kamil@netbsd.org>,
Riku Voipio <riku.voipio@iki.fi>,
QEMU Developers <qemu-devel@nongnu.org>,
Laurent Vivier <laurent@vivier.eu>
Subject: Re: [Qemu-devel] [PATCH] replace struct ucontext with ucontext_t type
Date: Thu, 29 Jun 2017 15:12:49 +0200 [thread overview]
Message-ID: <87vanfuecu.fsf@dusky.pond.sub.org> (raw)
In-Reply-To: <CAFEAcA-N3Ve8GmX6Yq+Kbng8vExe3CzDT_2_07JML8QC2xVwDA@mail.gmail.com> (Peter Maydell's message of "Thu, 29 Jun 2017 10:05:13 +0100")
Peter Maydell <peter.maydell@linaro.org> writes:
> On 28 June 2017 at 21:44, Khem Raj <raj.khem@gmail.com> wrote:
>> The ucontext_t type had a tag struct ucontext until now
>> but newer glibc will drop it so we need to adjust and use
>> the exposed type instead
>
> If true this seems like a bug in glibc to break
> existing working programs, and it should be fixed there...
I'd support that notion. However, SUSv2 documents ucontext_t, not
struct ucontext. Using the former instead of the latter makes sense as
a portability improvement, doesn't it?
next prev parent reply other threads:[~2017-06-29 13:12 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-28 20:44 [Qemu-devel] [PATCH] replace struct ucontext with ucontext_t type Khem Raj
2017-06-29 8:02 ` Laurent Vivier
2017-06-29 13:12 ` Khem Raj
2017-06-29 9:05 ` Peter Maydell
2017-06-29 13:12 ` Markus Armbruster [this message]
2017-06-29 13:10 ` Kamil Rytarowski
2017-06-29 13:18 ` Daniel P. Berrange
2017-07-19 1:06 ` Eric Blake
2017-07-20 9:59 ` Peter Maydell
2017-06-29 14:09 ` Laurent Vivier
2017-07-19 1:07 ` Eric Blake
2017-07-06 23:49 ` no-reply
2017-07-07 0:02 ` Fam Zheng
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=87vanfuecu.fsf@dusky.pond.sub.org \
--to=armbru@redhat.com \
--cc=kamil@netbsd.org \
--cc=laurent@vivier.eu \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=raj.khem@gmail.com \
--cc=riku.voipio@iki.fi \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.