musl/arch
Rich Felker 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed
the arm syscall abi requires 64-bit arguments to be aligned on an even
register boundary. these new macros facilitate meeting the abi
requirement without imposing significant ugliness on the code.
2011-09-21 20:11:10 -04:00
..
arm update syscalls with off_t arguments to handle argument alignment, if needed 2011-09-21 20:11:10 -04:00
i386 update syscalls with off_t arguments to handle argument alignment, if needed 2011-09-21 20:11:10 -04:00
x86_64 update syscalls with off_t arguments to handle argument alignment, if needed 2011-09-21 20:11:10 -04:00