mirror of https://git.musl-libc.org/git/musl
Browse Source
this shaves off a useless syscall for getting the caller's pid and
brings raise into alignment with other functions which were adapted to
use tkill rather than tgkill.
commit 83dc6eb087 documents the
rationale for this change, and in particular why the tgkill syscall is
useless for its designed purpose of avoiding races.
master
1 changed files with 2 additions and 3 deletions
Loading…
Reference in new issue