mirror of https://git.musl-libc.org/git/musl
Browse Source
no syscalls actually use that many arguments; the issue is that some syscalls with 64-bit arguments have them ordered badly so that breaking them into aligned 32-bit half-arguments wastes slots with padding, and a 7th slot is needed for the last argument.rs-1.0
2 changed files with 8 additions and 4 deletions
Loading…
Reference in new issue