musl/arch/aarch64
Szabolcs Nagy e5b086e1d5 aarch64: fix 64-bit syscall argument passing
On 32bit systems long long arguments are passed in a special way
to some syscalls; this accidentally got copied to the AArch64 port.

The following interfaces were broken: fallocate, fanotify, ftruncate,
posix_fadvise, posix_fallocate, pread, pwrite, readahead,
sync_file_range, truncate.
2015-08-11 23:11:57 +00:00
..
bits aarch64: remove duplicate macro definitions in bits/fcntl.h 2015-04-01 19:25:32 -04:00
atomic.h
crt_arch.h add .text section directive to all crt_arch.h files missing it 2015-05-22 01:50:05 -04:00
pthread_arch.h
reloc.h aarch64: fix CRTJMP in reloc.h 2015-04-30 16:21:51 -04:00
syscall_arch.h aarch64: fix 64-bit syscall argument passing 2015-08-11 23:11:57 +00:00