| Submitter | Kevin Wolf |
|---|---|
| Date | Nov. 30, 2012, 1:02 p.m. |
| Message ID | <1354280549-5954-6-git-send-email-kwolf@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/202940/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/coroutine-sigaltstack.c b/coroutine-sigaltstack.c index 861e878..39dbaa5 100644 --- a/coroutine-sigaltstack.c +++ b/coroutine-sigaltstack.c @@ -171,8 +171,8 @@ static Coroutine *coroutine_new(void) CoroutineThreadState *coTS; struct sigaction sa; struct sigaction osa; - struct sigaltstack ss; - struct sigaltstack oss; + stack_t ss; + stack_t oss; sigset_t sigs; sigset_t osigs; jmp_buf old_env;