Am 12.11.2012 13:57, schrieb Stefan Hajnoczi: > On Sat, Nov 10, 2012 at 10:47 PM, Peter Maydell > <peter.mayd...@linaro.org> 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 <peter.mayd...@linaro.org> >> --- >> Tested on Linux and MacOSX. >> >> coroutine-sigaltstack.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>
Thanks, applied to the block branch for 1.3. Kevin