diff options
author | root <root> | 2005-10-19 19:04:24 +0000 |
---|---|---|
committer | root <root> | 2005-10-19 19:04:24 +0000 |
commit | 3ee279d44168f83b87e553e85c47ef1f3425c8bf (patch) | |
tree | ef2f0191ccde73e7036cb061f8609473615aa7ad | |
parent | b63f47f6cf006e6070c3dc094b33b1b5217d165a (diff) |
*** empty log message ***rel-1_9
-rw-r--r-- | coro.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |