]> Git Repo - qemu.git/blobdiff - coroutine-sigaltstack.c
vpc: Ignore geometry for large images
[qemu.git] / coroutine-sigaltstack.c
index 3de0bb33bdb511f37b2451d33ed736c61d27425d..63519fffc7d78ddc168b8f39d2e2a306dd565801 100644 (file)
@@ -155,7 +155,7 @@ Coroutine *qemu_coroutine_new(void)
     stack_t oss;
     sigset_t sigs;
     sigset_t osigs;
-    jmp_buf old_env;
+    sigjmp_buf old_env;
 
     /* The way to manipulate stack is with the sigaltstack function. We
      * prepare a stack, with it delivering a signal to ourselves and then
This page took 0.022899 seconds and 4 git commands to generate.