mirror of https://git.musl-libc.org/git/musl
Browse Source
newer archs lack the syscall. the pause() function accounted for this with its own #ifdef, but that didn't allow use of the syscall directly elsewhere, so move the logic to macros in src/internal/syscall.h where it can be shared.master
2 changed files with 12 additions and 5 deletions
Loading…
Reference in new issue