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>