From: Eric Blake <eblake@redhat.com>
To: Nathaniel McCallum <npmccallum@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, raj.khem@gmail.com
Subject: Re: [Qemu-devel] [PATCH] Update references of "struct ucontext" to "ucontext_t"
Date: Tue, 18 Jul 2017 20:03:51 -0500 [thread overview]
Message-ID: <5e542ce6-4192-4590-163e-de54002d74dd@redhat.com> (raw)
In-Reply-To: <CAOASepMWrxm0OxvuzeujfVK8JN-UzKCXtaz2vJRgGno=8CSMqQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 703 bytes --]
On 07/18/2017 07:58 PM, Nathaniel McCallum wrote:
> Glibc used to have:
>
> typedef struct ucontext { ... } ucontext_t;
>
> Glibc now has:
>
> typedef struct ucontext_t { ... } ucontext_t;
>
> However, Qemu used "struct ucontext" in declarations. This is a
> private name and compatiblity cannot be guaranteed. This patch
> updates Qemu to only use the standardized type name.
>
> Signed-off-by: Nathaniel McCallum <npmccallum@redhat.com>
> ---
Looks like this duplicates:
https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg06508.html
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]
next prev parent reply other threads:[~2017-07-19 1:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-19 0:58 [Qemu-devel] [PATCH] Update references of "struct ucontext" to "ucontext_t" Nathaniel McCallum
2017-07-19 1:03 ` Eric Blake [this message]
2017-07-19 1:08 ` Nathaniel McCallum
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=5e542ce6-4192-4590-163e-de54002d74dd@redhat.com \
--to=eblake@redhat.com \
--cc=npmccallum@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=raj.khem@gmail.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;
as well as URLs for NNTP newsgroup(s).