summaryrefslogtreecommitdiff
path: root/coro.c
diff options
context:
space:
mode:
Diffstat (limited to 'coro.c')
-rw-r--r--coro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coro.c b/coro.c
index d0f7dee..0752ec4 100644
--- a/coro.c
+++ b/coro.c
@@ -167,7 +167,7 @@ void coro_create(coro_context *ctx,
if (~ostk.ss_flags & SS_DISABLE)
sigaltstack (&ostk, 0);
- sigaction (SIGUSR1, &osa, 0);
+ sigaction (SIGUSR2, &osa, 0);
sigprocmask (SIG_SETMASK, &osig, 0);