update syscalls with off_t arguments to handle argument alignment, if needed
authorRich Felker <dalias@aerifal.cx>
Thu, 22 Sep 2011 00:11:10 +0000 (20:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 22 Sep 2011 00:11:10 +0000 (20:11 -0400)
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.


No differences found