diff options
author | Rich Felker <dalias@aerifal.cx> | 2024-10-10 17:09:24 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-10-10 17:11:39 -0400 |
commit | 6d8000d3c6e1026415f8398f540f5f3783622538 (patch) | |
tree | f4d59b573e007dd78fd796fb050f959169834626 /src/internal/i386/defsysinfo.s | |
parent | 23ab04a8630225371455d5f4538fd078665bb646 (diff) | |
download | musl-6d8000d3c6e1026415f8398f540f5f3783622538.tar.gz |
abstract missing SYS_pause syscall with macros
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.
Diffstat (limited to 'src/internal/i386/defsysinfo.s')
0 files changed, 0 insertions, 0 deletions