Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update syscalls with off_t arguments to handle argument alignment, if needed | Rich Felker | 2011-09-21 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | add syscall wrappers for posix_fadvise, posix_fallocate | Rich Felker | 2011-04-20 | 1 | -0/+8 |