mirror of
git://git.musl-libc.org/musl
synced 2025-03-11 06:07:29 +00:00
block all signals, even implementation-internal ones, in faccessat child
the child process's stack may be insufficient size to support a signal frame, and there is no reason these signal handlers should run in the child anyway.
This commit is contained in:
parent
d4d6d6f322
commit
9848e64819