musl/arch
Szabolcs Nagy f54c28cba2 add syscall numbers for the new execveat syscall
this syscall allows fexecve to be implemented without /proc, it is new
in linux v3.19, added in commit 51f39a1f0cea1cacf8c787f652f26dfee9611874
(sh and microblaze do not have allocated syscall numbers yet)

added a x32 fix as well: the io_setup and io_submit syscalls are no
longer common with x86_64, so use the x32 specific numbers.
2015-02-09 23:00:56 +01:00
..
arm add syscall numbers for the new execveat syscall 2015-02-09 23:00:56 +01:00
i386 add syscall numbers for the new execveat syscall 2015-02-09 23:00:56 +01:00
microblaze move MREMAP_MAYMOVE and MREMAP_FIXED out of bits 2015-01-30 22:02:23 -05:00
mips add syscall numbers for the new execveat syscall 2015-02-09 23:00:56 +01:00
or1k add syscall numbers for the new execveat syscall 2015-02-09 23:00:56 +01:00
powerpc add syscall numbers for the new execveat syscall 2015-02-09 23:00:56 +01:00
sh move MREMAP_MAYMOVE and MREMAP_FIXED out of bits 2015-01-30 22:02:23 -05:00
x32 add syscall numbers for the new execveat syscall 2015-02-09 23:00:56 +01:00
x86_64 add syscall numbers for the new execveat syscall 2015-02-09 23:00:56 +01:00