X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fthread%2Fpthread_create.c;h=c73c52114074c66d3c04bf44b3cd18a1d2d78341;hp=7c436957f8e17b33c8ae8a8a9602b82cfe030690;hb=19eb13b9a4cf2f787f60b6e2a6d26a6cd7d3ffd2;hpb=fb11b6b85e1e01daf17228be32d7f98b47517363 diff --git a/src/thread/pthread_create.c b/src/thread/pthread_create.c index 7c436957..c73c5211 100644 --- a/src/thread/pthread_create.c +++ b/src/thread/pthread_create.c @@ -25,6 +25,8 @@ void __pthread_unwind_next(struct __ptcb *cb) } } + syscall4(__NR_sigprocmask, SIG_BLOCK, (long)(uint64_t[1]){-1}, 0, 8); + if (!a_fetch_add(&libc.threads_minus_1, -1)) exit(0);