projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5316d08
)
use rt_sigprocmask, not legacy sigprocmask, syscall in pthread exit code
author
Rich Felker
<dalias@aerifal.cx>
Sat, 19 Feb 2011 20:21:05 +0000
(15:21 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 19 Feb 2011 20:21:05 +0000
(15:21 -0500)
src/thread/pthread_create.c
patch
|
blob
|
history
diff --git
a/src/thread/pthread_create.c
b/src/thread/pthread_create.c
index c73c52114074c66d3c04bf44b3cd18a1d2d78341..2098e752f969ec4dab516bbb5937d372351d98b4 100644
(file)
--- a/
src/thread/pthread_create.c
+++ b/
src/thread/pthread_create.c
@@
-25,7
+25,7
@@
void __pthread_unwind_next(struct __ptcb *cb)
}
}
- syscall4(__NR_
sigprocmask, SIG_BLOCK, (long)(uint64_t[1]){-1}, 0,
8);
+ syscall4(__NR_
rt_sigprocmask, SIG_BLOCK, (long)(uint64_t[1]){-1},0,
8);
if (!a_fetch_add(&libc.threads_minus_1, -1))
exit(0);