X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fpthread_self.c;h=c50a2fb5e154947dfae4e728ea3a211fa26e3f9d;hb=47d2bf5103fe7c65ae8dd18ba28704f143cdc9b4;hp=23dbaa5eb805ccbcf65d9e1772b9ab6cabb52853;hpb=9ec4283b28cf676292fd5c6f681bef1e90e30c18;p=musl diff --git a/src/thread/pthread_self.c b/src/thread/pthread_self.c index 23dbaa5e..c50a2fb5 100644 --- a/src/thread/pthread_self.c +++ b/src/thread/pthread_self.c @@ -9,7 +9,7 @@ weak_alias(dummy, __pthread_tsd_main); static int init_main_thread() { __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, - SIGPT_SET, 0, __SYSCALL_SSLEN); + SIGPT_SET, 0, _NSIG/8); if (__set_thread_area(TP_ADJ(main_thread)) < 0) return -1; main_thread->canceldisable = libc.canceldisable; main_thread->tsd = (void **)__pthread_tsd_main;