X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fthread%2Fpthread_create.c;h=5b34e7e8bab6c2ed1d10f6a5857e3fcd91254572;hp=ecf93a46617116fb6f7313e888256f16c1b1fde3;hb=1e597a3e9bbdbe82d2ffd3963019d3a3edeed859;hpb=9372655e884b3829c6639fc1a6047b2569f3c3ec diff --git a/src/thread/pthread_create.c b/src/thread/pthread_create.c index ecf93a46..5b34e7e8 100644 --- a/src/thread/pthread_create.c +++ b/src/thread/pthread_create.c @@ -95,7 +95,6 @@ int pthread_create(pthread_t *res, const pthread_attr_t *attr, void *(*entry)(vo init_file_lock(__stdin_used); init_file_lock(__stdout_used); init_file_lock(__stderr_used); - __syscall(SYS_rt_sigprocmask, SIG_UNBLOCK, SIGPT_SET, 0, 8); libc.threaded = 1; }