musl/arch/aarch64/bits
Szabolcs Nagy 822dddfbf1 make syscall.h consistent with linux
most of the found naming differences don't matter to musl, because
internally it unifies the syscall names that vary across targets,
but for external code the names should match the kernel uapi.

aarch64:
	__NR_fstatat is called __NR_newfstatat in linux.
	__NR_or1k_atomic got mistakenly copied from or1k.
arm:
	__NR_arm_sync_file_range is an alias for __NR_sync_file_range2
	__NR_fadvise64_64 is called __NR_arm_fadvise64_64 in linux,
	the old non-arm name is kept too, it should not cause issues.
	(powerpc has similar nonstandard fadvise and it uses the
	normal name.)
i386:
	__NR_madvise1 was removed from linux in commit
	303395ac3bf3e2cb488435537d416bc840438fcb 2011-11-11
microblaze:
	__NR_fadvise, __NR_fstatat, __NR_pread, __NR_pwrite
	had different name in linux.
mips:
	__NR_fadvise, __NR_fstatat, __NR_pread, __NR_pwrite, __NR_select
	had different name in linux.
mipsn32:
	__NR_fstatat is called __NR_newfstatat in linux.
or1k:
	__NR__llseek is called __NR_llseek in linux.
	the old name is kept too because that's the name musl uses
	internally.
powerpc:
	__NR_{get,set}res{gid,uid}32 was never present in powerpc linux.
	__NR_timerfd was briefly defined in linux but then got renamed.
2017-09-06 19:29:25 -04:00
..
alltypes.h.in fix missing max_align_t definition on aarch64 2015-03-20 01:21:37 -04:00
endian.h add aarch64 port 2015-03-11 20:12:35 -04:00
fcntl.h aarch64: remove duplicate macro definitions in bits/fcntl.h 2015-04-01 19:25:32 -04:00
fenv.h add aarch64 port 2015-03-11 20:12:35 -04:00
float.h add aarch64 port 2015-03-11 20:12:35 -04:00
hwcap.h add bits/hwcap.h and include it in sys/auxv.h 2016-10-20 01:28:25 -04:00
ipc.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
limits.h add aarch64 port 2015-03-11 20:12:35 -04:00
msg.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
posix.h add aarch64 port 2015-03-11 20:12:35 -04:00
reg.h add aarch64 port 2015-03-11 20:12:35 -04:00
sem.h aarch64: fix definition of sem_nsems in semid_ds structure 2015-04-01 19:12:18 -04:00
setjmp.h add aarch64 port 2015-03-11 20:12:35 -04:00
shm.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
signal.h make brace placement in public header typedef'd structs consistent 2016-07-03 16:19:28 -04:00
socket.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
stat.h add aarch64 port 2015-03-11 20:12:35 -04:00
stdint.h add aarch64 port 2015-03-11 20:12:35 -04:00
syscall.h.in make syscall.h consistent with linux 2017-09-06 19:29:25 -04:00
user.h add aarch64 port 2015-03-11 20:12:35 -04:00