mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 8cca79a72c added use of SYS_pause
to exit() without accounting for newer archs omitting the syscall.
use the newly-added __sys_pause abstraction instead, which uses
SYS_ppoll when SYS_pause is missing.
master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue