X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Ftime%2Ftimer_create.c;h=6cc2bcf07342d3a2a8b727c0b0da51a506883345;hp=60a18c71989dd459399d7a64fac6d338c5c521bc;hb=ccc7b4c3a17ade90de71e1e0f44deebbffd646e6;hpb=c6d441e3a246370d9c459396ec22b096db93850e diff --git a/src/time/timer_create.c b/src/time/timer_create.c index 60a18c71..6cc2bcf0 100644 --- a/src/time/timer_create.c +++ b/src/time/timer_create.c @@ -53,7 +53,7 @@ static void install_handler() }; __libc_sigaction(SIGTIMER, &sa, 0); __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, - SIGTIMER_SET, 0, __SYSCALL_SSLEN); + SIGTIMER_SET, 0, _NSIG/8); } static void *start(void *arg)