Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-06 | add some missing LFS64 aliases for fadvise/fallocate functions | Rich Felker | 1 | -0/+3 | |
2012-09-08 | fix broken fallocate syscall in posix_fallocate | Rich Felker | 1 | -1/+1 | |
the syscall takes an extra flag argument which should be zero to meet the POSIX requirements. | |||||
2011-09-21 | update syscalls with off_t arguments to handle argument alignment, if needed | Rich Felker | 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. | |||||
2011-04-20 | add syscall wrappers for posix_fadvise, posix_fallocate | Rich Felker | 1 | -0/+8 | |