qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] coroutine-sigaltstack.c: Use stack_t, not struc


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] coroutine-sigaltstack.c: Use stack_t, not struct sigaltstack
Date: Mon, 12 Nov 2012 13:57:38 +0100

On Sat, Nov 10, 2012 at 10:47 PM, Peter Maydell
<address@hidden> wrote:
> Use the POSIX-specified stack_t type as the argument to sigaltstack()
> rather than the legacy struct sigaltstack. This allows us to compile
> on MacOSX with --with-coroutine=sigaltstack.
>
> Signed-off-by: Peter Maydell <address@hidden>
> ---
> Tested on Linux and MacOSX.
>
>  coroutine-sigaltstack.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]