summaryrefslogtreecommitdiff
path: root/src/fcntl/arm
AgeCommit message (Collapse)AuthorLines
2016-06-29fix misordered syscall arguments for posix_fadvise on armRich Felker-0/+12
the arm version of the syscall has a custom argument ordering to avoid needing a 7-argument syscall due to 64-bit argument alignment.