mirror of https://git.musl-libc.org/git/musl
Browse Source
some 32-on-64 archs require that the actual syscall args be long long. in that case syscall_arch.h can define syscall_arg_t to whatever it needs and syscall.h picks it up. all other archs just use long as usual.rs-1.0
1 changed files with 11 additions and 6 deletions
Loading…
Reference in new issue