qemu-e2k/linux-user/host
Khem Raj 04b33e2186 Replace 'struct ucontext' with 'ucontext_t' type
glibc used to have:

   typedef struct ucontext { ... } ucontext_t;

glibc now has:

   typedef struct ucontext_t { ... } ucontext_t;

(See https://sourceware.org/bugzilla/show_bug.cgi?id=21457
 for detail and rationale for the glibc change)

However, QEMU used "struct ucontext" in declarations. This is a
private name and compatibility cannot be guaranteed. Switch to
only using the standardized type name.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Message-id: 20170628204452.41230-1-raj.khem@gmail.com
Cc: Kamil Rytarowski <kamil@netbsd.org>
Cc: Riku Voipio <riku.voipio@iki.fi>
Cc: Laurent Vivier <laurent@vivier.eu>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
[PMM: Rewrote commit message, based mostly on the one from
 Nathaniel McCallum]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-07-20 10:10:28 +01:00
..
aarch64 Replace 'struct ucontext' with 'ucontext_t' type 2017-07-20 10:10:28 +01:00
arm Replace 'struct ucontext' with 'ucontext_t' type 2017-07-20 10:10:28 +01:00
i386 Replace 'struct ucontext' with 'ucontext_t' type 2017-07-20 10:10:28 +01:00
ia64 linux-user: Clean up hostdep.h header guards 2016-07-12 16:19:16 +02:00
mips linux-user: Clean up hostdep.h header guards 2016-07-12 16:19:16 +02:00
ppc linux-user: Clean up hostdep.h header guards 2016-07-12 16:19:16 +02:00
ppc64 Replace 'struct ucontext' with 'ucontext_t' type 2017-07-20 10:10:28 +01:00
s390 linux-user: Clean up hostdep.h header guards 2016-07-12 16:19:16 +02:00
s390x Replace 'struct ucontext' with 'ucontext_t' type 2017-07-20 10:10:28 +01:00
sparc linux-user: Clean up hostdep.h header guards 2016-07-12 16:19:16 +02:00
sparc64 linux-user: Clean up hostdep.h header guards 2016-07-12 16:19:16 +02:00
x32 linux-user: Clean up hostdep.h header guards 2016-07-12 16:19:16 +02:00
x86_64 Replace 'struct ucontext' with 'ucontext_t' type 2017-07-20 10:10:28 +01:00