fix misordered syscall arguments for posix_fadvise on arm
authorRich Felker <dalias@aerifal.cx>
Wed, 29 Jun 2016 22:21:36 +0000 (18:21 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 29 Jun 2016 22:21:36 +0000 (18:21 -0400)
commit6d38c9cf80f47623e5e48190046673bbd0dc410b
tree33312359e0d1bf68e8a01ed1707f9c3da9a5bdda
parent804debee2b1550d10b5ea7290240860dca40ea72
fix misordered syscall arguments for posix_fadvise on arm

the arm version of the syscall has a custom argument ordering to avoid
needing a 7-argument syscall due to 64-bit argument alignment.
src/fcntl/arm/posix_fadvise.c [new file with mode: 0644]