Commit 7dfbeca13e

Andrew Kelley <andrew@ziglang.org>
2019-03-18 18:47:59
libc: separate linux headers from musl/glibc
1 parent 6acabd6
Changed files (1274)
libc
include
aarch64-linux-any
aarch64-linux-gnu
aarch64_be-linux-any
aarch64_be-linux-gnu
any-linux-any
asm
asm-generic
linux
android
byteorder
caif
can
cifs
dvb
genwqe
hdlc
hsi
iio
isdn
mmc
netfilter
netfilter_arp
netfilter_bridge
netfilter_ipv4
netfilter_ipv6
nfsd
raid
sched
spi
sunrpc
tc_act
tc_ematch
usb
wimax
arm-linux-any
arm-linux-gnueabi
arm-linux-gnueabihf
armeb-linux-any
armeb-linux-gnueabi
armeb-linux-gnueabihf
armeb-linux-musleabi
armeb-linux-musleabihf
generic-glibc
i386-linux-any
i386-linux-gnu
mips-linux-any
mips-linux-gnu
mips64-linux-any
mips64-linux-gnuabi64
mips64-linux-gnuabin32
mips64el-linux-any
mips64el-linux-gnuabi64
mips64el-linux-gnuabin32
mipsel-linux-any
mipsel-linux-gnu
nios2-linux-gnu
powerpc-linux-any
powerpc-linux-gnu
powerpc64-linux-any
powerpc64-linux-gnu
powerpc64le-linux-any
powerpc64le-linux-gnu
riscv32-linux-any
riscv64-linux-any
riscv64-linux-gnu
s390x-linux-any
s390x-linux-gnu
sparc-linux-gnu
sparcv9-linux-gnu
x86_64-linux-any
x86_64-linux-gnu
src
std
libc/include/aarch64-linux-musleabi/asm/auxvec.h โ†’ libc/include/aarch64-linux-any/asm/auxvec.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/bitsperlong.h โ†’ libc/include/aarch64-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/bpf_perf_event.h โ†’ libc/include/aarch64-linux-any/asm/bpf_perf_event.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/byteorder.h โ†’ libc/include/aarch64-linux-any/asm/byteorder.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/fcntl.h โ†’ libc/include/aarch64-linux-any/asm/fcntl.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/hwcap.h โ†’ libc/include/aarch64-linux-any/asm/hwcap.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/kvm.h โ†’ libc/include/aarch64-linux-any/asm/kvm.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/kvm_para.h โ†’ libc/include/aarch64-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/param.h โ†’ libc/include/aarch64-linux-any/asm/param.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/perf_regs.h โ†’ libc/include/aarch64-linux-any/asm/perf_regs.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/posix_types.h โ†’ libc/include/aarch64-linux-any/asm/posix_types.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/ptrace.h โ†’ libc/include/aarch64-linux-any/asm/ptrace.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/setup.h โ†’ libc/include/aarch64-linux-any/asm/setup.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/sigcontext.h โ†’ libc/include/aarch64-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/siginfo.h โ†’ libc/include/aarch64-linux-any/asm/siginfo.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/signal.h โ†’ libc/include/aarch64-linux-any/asm/signal.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/stat.h โ†’ libc/include/aarch64-linux-any/asm/stat.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/statfs.h โ†’ libc/include/aarch64-linux-any/asm/statfs.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/ucontext.h โ†’ libc/include/aarch64-linux-any/asm/ucontext.h
File renamed without changes
libc/include/aarch64-linux-musleabi/asm/unistd.h โ†’ libc/include/aarch64-linux-any/asm/unistd.h
File renamed without changes
libc/include/aarch64-linux-gnu/asm/bitsperlong.h
@@ -1,24 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * Copyright (C) 2012 ARM Ltd.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-#ifndef __ASM_BITSPERLONG_H
-#define __ASM_BITSPERLONG_H
-
-#define __BITS_PER_LONG 64
-
-#include <asm-generic/bitsperlong.h>
-
-#endif	/* __ASM_BITSPERLONG_H */
libc/include/aarch64-linux-gnu/asm/unistd.h
@@ -1,21 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * Copyright (C) 2012 ARM Ltd.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-
-#define __ARCH_WANT_RENAMEAT
-#define __ARCH_WANT_NEW_STAT
-
-#include <asm-generic/unistd.h>
libc/include/aarch64_be-linux-musl/asm/auxvec.h โ†’ libc/include/aarch64_be-linux-any/asm/auxvec.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/bitsperlong.h โ†’ libc/include/aarch64_be-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/bpf_perf_event.h โ†’ libc/include/aarch64_be-linux-any/asm/bpf_perf_event.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/byteorder.h โ†’ libc/include/aarch64_be-linux-any/asm/byteorder.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/fcntl.h โ†’ libc/include/aarch64_be-linux-any/asm/fcntl.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/hwcap.h โ†’ libc/include/aarch64_be-linux-any/asm/hwcap.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/kvm.h โ†’ libc/include/aarch64_be-linux-any/asm/kvm.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/kvm_para.h โ†’ libc/include/aarch64_be-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/param.h โ†’ libc/include/aarch64_be-linux-any/asm/param.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/perf_regs.h โ†’ libc/include/aarch64_be-linux-any/asm/perf_regs.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/posix_types.h โ†’ libc/include/aarch64_be-linux-any/asm/posix_types.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/ptrace.h โ†’ libc/include/aarch64_be-linux-any/asm/ptrace.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/setup.h โ†’ libc/include/aarch64_be-linux-any/asm/setup.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/sigcontext.h โ†’ libc/include/aarch64_be-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/siginfo.h โ†’ libc/include/aarch64_be-linux-any/asm/siginfo.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/signal.h โ†’ libc/include/aarch64_be-linux-any/asm/signal.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/stat.h โ†’ libc/include/aarch64_be-linux-any/asm/stat.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/statfs.h โ†’ libc/include/aarch64_be-linux-any/asm/statfs.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/ucontext.h โ†’ libc/include/aarch64_be-linux-any/asm/ucontext.h
File renamed without changes
libc/include/aarch64_be-linux-musl/asm/unistd.h โ†’ libc/include/aarch64_be-linux-any/asm/unistd.h
File renamed without changes
libc/include/aarch64_be-linux-gnu/asm/bitsperlong.h
@@ -1,24 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * Copyright (C) 2012 ARM Ltd.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-#ifndef __ASM_BITSPERLONG_H
-#define __ASM_BITSPERLONG_H
-
-#define __BITS_PER_LONG 64
-
-#include <asm-generic/bitsperlong.h>
-
-#endif	/* __ASM_BITSPERLONG_H */
libc/include/aarch64_be-linux-gnu/asm/unistd.h
@@ -1,21 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * Copyright (C) 2012 ARM Ltd.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-
-#define __ARCH_WANT_RENAMEAT
-#define __ARCH_WANT_NEW_STAT
-
-#include <asm-generic/unistd.h>
libc/include/generic-musl/asm/a.out.h โ†’ libc/include/any-linux-any/asm/a.out.h
File renamed without changes
libc/include/generic-musl/asm/auxvec.h โ†’ libc/include/any-linux-any/asm/auxvec.h
File renamed without changes
libc/include/generic-musl/asm/bitfield.h โ†’ libc/include/any-linux-any/asm/bitfield.h
File renamed without changes
libc/include/generic-musl/asm/bitsperlong.h โ†’ libc/include/any-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/generic-musl/asm/boot.h โ†’ libc/include/any-linux-any/asm/boot.h
File renamed without changes
libc/include/generic-musl/asm/bootparam.h โ†’ libc/include/any-linux-any/asm/bootparam.h
File renamed without changes
libc/include/generic-musl/asm/bootx.h โ†’ libc/include/any-linux-any/asm/bootx.h
File renamed without changes
libc/include/generic-musl/asm/bpf_perf_event.h โ†’ libc/include/any-linux-any/asm/bpf_perf_event.h
File renamed without changes
libc/include/generic-musl/asm/break.h โ†’ libc/include/any-linux-any/asm/break.h
File renamed without changes
libc/include/generic-musl/asm/byteorder.h โ†’ libc/include/any-linux-any/asm/byteorder.h
File renamed without changes
libc/include/generic-musl/asm/cachectl.h โ†’ libc/include/any-linux-any/asm/cachectl.h
File renamed without changes
libc/include/generic-musl/asm/cputable.h โ†’ libc/include/any-linux-any/asm/cputable.h
File renamed without changes
libc/include/generic-musl/asm/debugreg.h โ†’ libc/include/any-linux-any/asm/debugreg.h
File renamed without changes
libc/include/generic-musl/asm/e820.h โ†’ libc/include/any-linux-any/asm/e820.h
File renamed without changes
libc/include/generic-musl/asm/eeh.h โ†’ libc/include/any-linux-any/asm/eeh.h
File renamed without changes
libc/include/generic-musl/asm/elf.h โ†’ libc/include/any-linux-any/asm/elf.h
File renamed without changes
libc/include/generic-musl/asm/epapr_hcalls.h โ†’ libc/include/any-linux-any/asm/epapr_hcalls.h
File renamed without changes
libc/include/generic-musl/asm/errno.h โ†’ libc/include/any-linux-any/asm/errno.h
File renamed without changes
libc/include/generic-musl/asm/fcntl.h โ†’ libc/include/any-linux-any/asm/fcntl.h
File renamed without changes
libc/include/generic-musl/asm/hw_breakpoint.h โ†’ libc/include/any-linux-any/asm/hw_breakpoint.h
File renamed without changes
libc/include/generic-musl/asm/hwcap.h โ†’ libc/include/any-linux-any/asm/hwcap.h
File renamed without changes
libc/include/generic-musl/asm/hwcap2.h โ†’ libc/include/any-linux-any/asm/hwcap2.h
File renamed without changes
libc/include/generic-musl/asm/inst.h โ†’ libc/include/any-linux-any/asm/inst.h
File renamed without changes
libc/include/generic-musl/asm/ioctl.h โ†’ libc/include/any-linux-any/asm/ioctl.h
File renamed without changes
libc/include/generic-musl/asm/ioctls.h โ†’ libc/include/any-linux-any/asm/ioctls.h
File renamed without changes
libc/include/generic-musl/asm/ipcbuf.h โ†’ libc/include/any-linux-any/asm/ipcbuf.h
File renamed without changes
libc/include/generic-musl/asm/ist.h โ†’ libc/include/any-linux-any/asm/ist.h
File renamed without changes
libc/include/generic-musl/asm/kvm.h โ†’ libc/include/any-linux-any/asm/kvm.h
File renamed without changes
libc/include/generic-musl/asm/kvm_para.h โ†’ libc/include/any-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/generic-musl/asm/kvm_perf.h โ†’ libc/include/any-linux-any/asm/kvm_perf.h
File renamed without changes
libc/include/generic-musl/asm/ldt.h โ†’ libc/include/any-linux-any/asm/ldt.h
File renamed without changes
libc/include/generic-musl/asm/mce.h โ†’ libc/include/any-linux-any/asm/mce.h
File renamed without changes
libc/include/generic-musl/asm/mman.h โ†’ libc/include/any-linux-any/asm/mman.h
File renamed without changes
libc/include/generic-musl/asm/msgbuf.h โ†’ libc/include/any-linux-any/asm/msgbuf.h
File renamed without changes
libc/include/generic-musl/asm/msr.h โ†’ libc/include/any-linux-any/asm/msr.h
File renamed without changes
libc/include/generic-musl/asm/mtrr.h โ†’ libc/include/any-linux-any/asm/mtrr.h
File renamed without changes
libc/include/generic-musl/asm/nvram.h โ†’ libc/include/any-linux-any/asm/nvram.h
File renamed without changes
libc/include/generic-musl/asm/opal-prd.h โ†’ libc/include/any-linux-any/asm/opal-prd.h
File renamed without changes
libc/include/generic-musl/asm/param.h โ†’ libc/include/any-linux-any/asm/param.h
File renamed without changes
libc/include/generic-musl/asm/perf_event.h โ†’ libc/include/any-linux-any/asm/perf_event.h
File renamed without changes
libc/include/generic-musl/asm/perf_regs.h โ†’ libc/include/any-linux-any/asm/perf_regs.h
File renamed without changes
libc/include/generic-musl/asm/poll.h โ†’ libc/include/any-linux-any/asm/poll.h
File renamed without changes
libc/include/generic-musl/asm/posix_types.h โ†’ libc/include/any-linux-any/asm/posix_types.h
File renamed without changes
libc/include/generic-musl/asm/posix_types_32.h โ†’ libc/include/any-linux-any/asm/posix_types_32.h
File renamed without changes
libc/include/generic-musl/asm/posix_types_64.h โ†’ libc/include/any-linux-any/asm/posix_types_64.h
File renamed without changes
libc/include/generic-musl/asm/posix_types_x32.h โ†’ libc/include/any-linux-any/asm/posix_types_x32.h
File renamed without changes
libc/include/generic-musl/asm/prctl.h โ†’ libc/include/any-linux-any/asm/prctl.h
File renamed without changes
libc/include/generic-musl/asm/processor-flags.h โ†’ libc/include/any-linux-any/asm/processor-flags.h
File renamed without changes
libc/include/generic-musl/asm/ps3fb.h โ†’ libc/include/any-linux-any/asm/ps3fb.h
File renamed without changes
libc/include/generic-musl/asm/ptrace-abi.h โ†’ libc/include/any-linux-any/asm/ptrace-abi.h
File renamed without changes
libc/include/generic-musl/asm/ptrace.h โ†’ libc/include/any-linux-any/asm/ptrace.h
File renamed without changes
libc/include/generic-musl/asm/reg.h โ†’ libc/include/any-linux-any/asm/reg.h
File renamed without changes
libc/include/generic-musl/asm/resource.h โ†’ libc/include/any-linux-any/asm/resource.h
File renamed without changes
libc/include/generic-musl/asm/sembuf.h โ†’ libc/include/any-linux-any/asm/sembuf.h
File renamed without changes
libc/include/generic-musl/asm/setup.h โ†’ libc/include/any-linux-any/asm/setup.h
File renamed without changes
libc/include/generic-musl/asm/sgidefs.h โ†’ libc/include/any-linux-any/asm/sgidefs.h
File renamed without changes
libc/include/generic-musl/asm/shmbuf.h โ†’ libc/include/any-linux-any/asm/shmbuf.h
File renamed without changes
libc/include/generic-musl/asm/sigcontext.h โ†’ libc/include/any-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/generic-musl/asm/sigcontext32.h โ†’ libc/include/any-linux-any/asm/sigcontext32.h
File renamed without changes
libc/include/generic-musl/asm/siginfo.h โ†’ libc/include/any-linux-any/asm/siginfo.h
File renamed without changes
libc/include/generic-musl/asm/signal.h โ†’ libc/include/any-linux-any/asm/signal.h
File renamed without changes
libc/include/generic-musl/asm/socket.h โ†’ libc/include/any-linux-any/asm/socket.h
File renamed without changes
libc/include/generic-musl/asm/sockios.h โ†’ libc/include/any-linux-any/asm/sockios.h
File renamed without changes
libc/include/generic-musl/asm/spu_info.h โ†’ libc/include/any-linux-any/asm/spu_info.h
File renamed without changes
libc/include/generic-musl/asm/stat.h โ†’ libc/include/any-linux-any/asm/stat.h
File renamed without changes
libc/include/generic-musl/asm/statfs.h โ†’ libc/include/any-linux-any/asm/statfs.h
File renamed without changes
libc/include/generic-musl/asm/svm.h โ†’ libc/include/any-linux-any/asm/svm.h
File renamed without changes
libc/include/generic-musl/asm/swab.h โ†’ libc/include/any-linux-any/asm/swab.h
File renamed without changes
libc/include/generic-musl/asm/syscalls.h โ†’ libc/include/any-linux-any/asm/syscalls.h
File renamed without changes
libc/include/generic-musl/asm/sysmips.h โ†’ libc/include/any-linux-any/asm/sysmips.h
File renamed without changes
libc/include/generic-musl/asm/termbits.h โ†’ libc/include/any-linux-any/asm/termbits.h
File renamed without changes
libc/include/generic-musl/asm/termios.h โ†’ libc/include/any-linux-any/asm/termios.h
File renamed without changes
libc/include/generic-musl/asm/tm.h โ†’ libc/include/any-linux-any/asm/tm.h
File renamed without changes
libc/include/generic-musl/asm/types.h โ†’ libc/include/any-linux-any/asm/types.h
File renamed without changes
libc/include/generic-musl/asm/ucontext.h โ†’ libc/include/any-linux-any/asm/ucontext.h
File renamed without changes
libc/include/generic-musl/asm/unistd-common.h โ†’ libc/include/any-linux-any/asm/unistd-common.h
File renamed without changes
libc/include/generic-musl/asm/unistd-eabi.h โ†’ libc/include/any-linux-any/asm/unistd-eabi.h
File renamed without changes
libc/include/generic-musl/asm/unistd-oabi.h โ†’ libc/include/any-linux-any/asm/unistd-oabi.h
File renamed without changes
libc/include/generic-musl/asm/unistd.h โ†’ libc/include/any-linux-any/asm/unistd.h
File renamed without changes
libc/include/generic-musl/asm/unistd_32.h โ†’ libc/include/any-linux-any/asm/unistd_32.h
File renamed without changes
libc/include/generic-musl/asm/unistd_64.h โ†’ libc/include/any-linux-any/asm/unistd_64.h
File renamed without changes
libc/include/generic-musl/asm/unistd_x32.h โ†’ libc/include/any-linux-any/asm/unistd_x32.h
File renamed without changes
libc/include/generic-musl/asm/vm86.h โ†’ libc/include/any-linux-any/asm/vm86.h
File renamed without changes
libc/include/generic-musl/asm/vmx.h โ†’ libc/include/any-linux-any/asm/vmx.h
File renamed without changes
libc/include/generic-musl/asm/vsyscall.h โ†’ libc/include/any-linux-any/asm/vsyscall.h
File renamed without changes
libc/include/generic-musl/asm-generic/auxvec.h โ†’ libc/include/any-linux-any/asm-generic/auxvec.h
File renamed without changes
libc/include/generic-musl/asm-generic/bitsperlong.h โ†’ libc/include/any-linux-any/asm-generic/bitsperlong.h
File renamed without changes
libc/include/generic-musl/asm-generic/bpf_perf_event.h โ†’ libc/include/any-linux-any/asm-generic/bpf_perf_event.h
File renamed without changes
libc/include/generic-musl/asm-generic/errno-base.h โ†’ libc/include/any-linux-any/asm-generic/errno-base.h
File renamed without changes
libc/include/generic-musl/asm-generic/errno.h โ†’ libc/include/any-linux-any/asm-generic/errno.h
File renamed without changes
libc/include/generic-musl/asm-generic/fcntl.h โ†’ libc/include/any-linux-any/asm-generic/fcntl.h
File renamed without changes
libc/include/generic-musl/asm-generic/hugetlb_encode.h โ†’ libc/include/any-linux-any/asm-generic/hugetlb_encode.h
File renamed without changes
libc/include/generic-musl/asm-generic/int-l64.h โ†’ libc/include/any-linux-any/asm-generic/int-l64.h
File renamed without changes
libc/include/generic-musl/asm-generic/int-ll64.h โ†’ libc/include/any-linux-any/asm-generic/int-ll64.h
File renamed without changes
libc/include/generic-musl/asm-generic/ioctl.h โ†’ libc/include/any-linux-any/asm-generic/ioctl.h
File renamed without changes
libc/include/generic-musl/asm-generic/ioctls.h โ†’ libc/include/any-linux-any/asm-generic/ioctls.h
File renamed without changes
libc/include/generic-musl/asm-generic/ipcbuf.h โ†’ libc/include/any-linux-any/asm-generic/ipcbuf.h
File renamed without changes
libc/include/generic-musl/asm-generic/kvm_para.h โ†’ libc/include/any-linux-any/asm-generic/kvm_para.h
File renamed without changes
libc/include/generic-musl/asm-generic/mman-common.h โ†’ libc/include/any-linux-any/asm-generic/mman-common.h
File renamed without changes
libc/include/generic-musl/asm-generic/mman.h โ†’ libc/include/any-linux-any/asm-generic/mman.h
File renamed without changes
libc/include/generic-musl/asm-generic/msgbuf.h โ†’ libc/include/any-linux-any/asm-generic/msgbuf.h
File renamed without changes
libc/include/generic-musl/asm-generic/param.h โ†’ libc/include/any-linux-any/asm-generic/param.h
File renamed without changes
libc/include/generic-musl/asm-generic/poll.h โ†’ libc/include/any-linux-any/asm-generic/poll.h
File renamed without changes
libc/include/generic-musl/asm-generic/posix_types.h โ†’ libc/include/any-linux-any/asm-generic/posix_types.h
File renamed without changes
libc/include/generic-musl/asm-generic/resource.h โ†’ libc/include/any-linux-any/asm-generic/resource.h
File renamed without changes
libc/include/generic-musl/asm-generic/sembuf.h โ†’ libc/include/any-linux-any/asm-generic/sembuf.h
File renamed without changes
libc/include/generic-musl/asm-generic/setup.h โ†’ libc/include/any-linux-any/asm-generic/setup.h
File renamed without changes
libc/include/generic-musl/asm-generic/shmbuf.h โ†’ libc/include/any-linux-any/asm-generic/shmbuf.h
File renamed without changes
libc/include/generic-musl/asm-generic/shmparam.h โ†’ libc/include/any-linux-any/asm-generic/shmparam.h
File renamed without changes
libc/include/generic-musl/asm-generic/siginfo.h โ†’ libc/include/any-linux-any/asm-generic/siginfo.h
File renamed without changes
libc/include/generic-musl/asm-generic/signal-defs.h โ†’ libc/include/any-linux-any/asm-generic/signal-defs.h
File renamed without changes
libc/include/generic-musl/asm-generic/signal.h โ†’ libc/include/any-linux-any/asm-generic/signal.h
File renamed without changes
libc/include/generic-musl/asm-generic/socket.h โ†’ libc/include/any-linux-any/asm-generic/socket.h
File renamed without changes
libc/include/generic-musl/asm-generic/sockios.h โ†’ libc/include/any-linux-any/asm-generic/sockios.h
File renamed without changes
libc/include/generic-musl/asm-generic/stat.h โ†’ libc/include/any-linux-any/asm-generic/stat.h
File renamed without changes
libc/include/generic-musl/asm-generic/statfs.h โ†’ libc/include/any-linux-any/asm-generic/statfs.h
File renamed without changes
libc/include/generic-musl/asm-generic/swab.h โ†’ libc/include/any-linux-any/asm-generic/swab.h
File renamed without changes
libc/include/generic-musl/asm-generic/termbits.h โ†’ libc/include/any-linux-any/asm-generic/termbits.h
File renamed without changes
libc/include/generic-musl/asm-generic/termios.h โ†’ libc/include/any-linux-any/asm-generic/termios.h
File renamed without changes
libc/include/generic-musl/asm-generic/types.h โ†’ libc/include/any-linux-any/asm-generic/types.h
File renamed without changes
libc/include/generic-musl/asm-generic/ucontext.h โ†’ libc/include/any-linux-any/asm-generic/ucontext.h
File renamed without changes
libc/include/generic-musl/asm-generic/unistd.h โ†’ libc/include/any-linux-any/asm-generic/unistd.h
File renamed without changes
libc/include/generic-musl/linux/android/binder.h โ†’ libc/include/any-linux-any/linux/android/binder.h
File renamed without changes
libc/include/generic-musl/linux/byteorder/big_endian.h โ†’ libc/include/any-linux-any/linux/byteorder/big_endian.h
File renamed without changes
libc/include/generic-musl/linux/byteorder/little_endian.h โ†’ libc/include/any-linux-any/linux/byteorder/little_endian.h
File renamed without changes
libc/include/generic-musl/linux/caif/caif_socket.h โ†’ libc/include/any-linux-any/linux/caif/caif_socket.h
File renamed without changes
libc/include/generic-musl/linux/caif/if_caif.h โ†’ libc/include/any-linux-any/linux/caif/if_caif.h
File renamed without changes
libc/include/generic-musl/linux/can/bcm.h โ†’ libc/include/any-linux-any/linux/can/bcm.h
File renamed without changes
libc/include/generic-musl/linux/can/error.h โ†’ libc/include/any-linux-any/linux/can/error.h
File renamed without changes
libc/include/generic-musl/linux/can/gw.h โ†’ libc/include/any-linux-any/linux/can/gw.h
File renamed without changes
libc/include/generic-musl/linux/can/netlink.h โ†’ libc/include/any-linux-any/linux/can/netlink.h
File renamed without changes
libc/include/generic-musl/linux/can/raw.h โ†’ libc/include/any-linux-any/linux/can/raw.h
File renamed without changes
libc/include/generic-musl/linux/can/vxcan.h โ†’ libc/include/any-linux-any/linux/can/vxcan.h
File renamed without changes
libc/include/generic-musl/linux/cifs/cifs_mount.h โ†’ libc/include/any-linux-any/linux/cifs/cifs_mount.h
File renamed without changes
libc/include/generic-musl/linux/dvb/audio.h โ†’ libc/include/any-linux-any/linux/dvb/audio.h
File renamed without changes
libc/include/generic-musl/linux/dvb/ca.h โ†’ libc/include/any-linux-any/linux/dvb/ca.h
File renamed without changes
libc/include/generic-musl/linux/dvb/dmx.h โ†’ libc/include/any-linux-any/linux/dvb/dmx.h
File renamed without changes
libc/include/generic-musl/linux/dvb/frontend.h โ†’ libc/include/any-linux-any/linux/dvb/frontend.h
File renamed without changes
libc/include/generic-musl/linux/dvb/net.h โ†’ libc/include/any-linux-any/linux/dvb/net.h
File renamed without changes
libc/include/generic-musl/linux/dvb/osd.h โ†’ libc/include/any-linux-any/linux/dvb/osd.h
File renamed without changes
libc/include/generic-musl/linux/dvb/version.h โ†’ libc/include/any-linux-any/linux/dvb/version.h
File renamed without changes
libc/include/generic-musl/linux/dvb/video.h โ†’ libc/include/any-linux-any/linux/dvb/video.h
File renamed without changes
libc/include/generic-musl/linux/genwqe/genwqe_card.h โ†’ libc/include/any-linux-any/linux/genwqe/genwqe_card.h
File renamed without changes
libc/include/generic-musl/linux/hdlc/ioctl.h โ†’ libc/include/any-linux-any/linux/hdlc/ioctl.h
File renamed without changes
libc/include/generic-musl/linux/hsi/cs-protocol.h โ†’ libc/include/any-linux-any/linux/hsi/cs-protocol.h
File renamed without changes
libc/include/generic-musl/linux/hsi/hsi_char.h โ†’ libc/include/any-linux-any/linux/hsi/hsi_char.h
File renamed without changes
libc/include/generic-musl/linux/iio/events.h โ†’ libc/include/any-linux-any/linux/iio/events.h
File renamed without changes
libc/include/generic-musl/linux/iio/types.h โ†’ libc/include/any-linux-any/linux/iio/types.h
File renamed without changes
libc/include/generic-musl/linux/isdn/capicmd.h โ†’ libc/include/any-linux-any/linux/isdn/capicmd.h
File renamed without changes
libc/include/generic-musl/linux/mmc/ioctl.h โ†’ libc/include/any-linux-any/linux/mmc/ioctl.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/ipset/ip_set.h โ†’ libc/include/any-linux-any/linux/netfilter/ipset/ip_set.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/ipset/ip_set_bitmap.h โ†’ libc/include/any-linux-any/linux/netfilter/ipset/ip_set_bitmap.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/ipset/ip_set_hash.h โ†’ libc/include/any-linux-any/linux/netfilter/ipset/ip_set_hash.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/ipset/ip_set_list.h โ†’ libc/include/any-linux-any/linux/netfilter/ipset/ip_set_list.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/nf_conntrack_common.h โ†’ libc/include/any-linux-any/linux/netfilter/nf_conntrack_common.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/nf_conntrack_ftp.h โ†’ libc/include/any-linux-any/linux/netfilter/nf_conntrack_ftp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/nf_conntrack_sctp.h โ†’ libc/include/any-linux-any/linux/netfilter/nf_conntrack_sctp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/nf_conntrack_tcp.h โ†’ libc/include/any-linux-any/linux/netfilter/nf_conntrack_tcp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/nf_conntrack_tuple_common.h โ†’ libc/include/any-linux-any/linux/netfilter/nf_conntrack_tuple_common.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/nf_log.h โ†’ libc/include/any-linux-any/linux/netfilter/nf_log.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/nf_nat.h โ†’ libc/include/any-linux-any/linux/netfilter/nf_nat.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/nf_tables.h โ†’ libc/include/any-linux-any/linux/netfilter/nf_tables.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/nf_tables_compat.h โ†’ libc/include/any-linux-any/linux/netfilter/nf_tables_compat.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/nfnetlink.h โ†’ libc/include/any-linux-any/linux/netfilter/nfnetlink.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/x_tables.h โ†’ libc/include/any-linux-any/linux/netfilter/x_tables.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_addrtype.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_addrtype.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_AUDIT.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_AUDIT.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_bpf.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_bpf.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_cgroup.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_cgroup.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_CHECKSUM.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_CHECKSUM.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_CLASSIFY.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_CLASSIFY.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_cluster.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_cluster.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_comment.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_comment.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_connbytes.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_connbytes.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_connlabel.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_connlabel.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_connlimit.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_connlimit.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_connmark.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_connmark.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_CONNSECMARK.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_CONNSECMARK.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_conntrack.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_conntrack.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_cpu.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_cpu.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_CT.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_CT.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_dccp.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_dccp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_devgroup.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_devgroup.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_dscp.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_dscp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_ecn.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_ecn.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_esp.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_esp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_hashlimit.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_hashlimit.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_helper.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_helper.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_HMARK.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_HMARK.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_IDLETIMER.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_IDLETIMER.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_ipcomp.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_ipcomp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_iprange.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_iprange.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_ipvs.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_ipvs.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_l2tp.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_l2tp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_LED.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_LED.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_length.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_length.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_limit.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_limit.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_LOG.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_LOG.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_mac.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_mac.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_mark.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_mark.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_multiport.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_multiport.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_nfacct.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_nfacct.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_NFLOG.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_NFLOG.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_NFQUEUE.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_NFQUEUE.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_osf.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_osf.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_owner.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_owner.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_physdev.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_physdev.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_pkttype.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_pkttype.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_policy.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_policy.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_quota.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_quota.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_rateest.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_rateest.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_realm.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_realm.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_recent.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_recent.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_rpfilter.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_rpfilter.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_sctp.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_sctp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_SECMARK.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_SECMARK.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_set.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_set.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_socket.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_socket.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_state.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_state.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_statistic.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_statistic.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_string.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_string.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_SYNPROXY.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_SYNPROXY.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_tcpmss.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_tcpmss.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_TCPOPTSTRIP.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_TCPOPTSTRIP.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_tcpudp.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_tcpudp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_TEE.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_TEE.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_time.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_time.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_TPROXY.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_TPROXY.h
File renamed without changes
libc/include/generic-musl/linux/netfilter/xt_u32.h โ†’ libc/include/any-linux-any/linux/netfilter/xt_u32.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_arp/arp_tables.h โ†’ libc/include/any-linux-any/linux/netfilter_arp/arp_tables.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_arp/arpt_mangle.h โ†’ libc/include/any-linux-any/linux/netfilter_arp/arpt_mangle.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_802_3.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_802_3.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_among.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_among.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_arp.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_arp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_arpreply.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_arpreply.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_ip.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_ip.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_ip6.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_ip6.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_limit.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_limit.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_log.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_log.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_mark_m.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_mark_m.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_mark_t.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_mark_t.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_nat.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_nat.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_nflog.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_nflog.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_pkttype.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_pkttype.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_redirect.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_redirect.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_stp.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_stp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebt_vlan.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebt_vlan.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge/ebtables.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge/ebtables.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv4/ip_tables.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv4/ip_tables.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv4/ipt_ah.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv4/ipt_ah.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv4/ipt_CLUSTERIP.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv4/ipt_CLUSTERIP.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv4/ipt_ecn.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv4/ipt_ecn.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv4/ipt_LOG.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv4/ipt_LOG.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv4/ipt_REJECT.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv4/ipt_REJECT.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv4/ipt_ttl.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv4/ipt_ttl.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6_tables.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6_tables.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6t_ah.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_ah.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6t_frag.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_frag.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6t_hl.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_hl.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6t_ipv6header.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_ipv6header.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6t_LOG.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_LOG.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6t_mh.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_mh.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6t_NPT.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_NPT.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6t_opts.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_opts.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6t_REJECT.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_REJECT.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6t_rt.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_rt.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6/ip6t_srh.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6/ip6t_srh.h
File renamed without changes
libc/include/generic-musl/linux/nfsd/cld.h โ†’ libc/include/any-linux-any/linux/nfsd/cld.h
File renamed without changes
libc/include/generic-musl/linux/nfsd/debug.h โ†’ libc/include/any-linux-any/linux/nfsd/debug.h
File renamed without changes
libc/include/generic-musl/linux/nfsd/export.h โ†’ libc/include/any-linux-any/linux/nfsd/export.h
File renamed without changes
libc/include/generic-musl/linux/nfsd/nfsfh.h โ†’ libc/include/any-linux-any/linux/nfsd/nfsfh.h
File renamed without changes
libc/include/generic-musl/linux/nfsd/stats.h โ†’ libc/include/any-linux-any/linux/nfsd/stats.h
File renamed without changes
libc/include/generic-musl/linux/raid/md_p.h โ†’ libc/include/any-linux-any/linux/raid/md_p.h
File renamed without changes
libc/include/generic-musl/linux/raid/md_u.h โ†’ libc/include/any-linux-any/linux/raid/md_u.h
File renamed without changes
libc/include/generic-musl/linux/sched/types.h โ†’ libc/include/any-linux-any/linux/sched/types.h
File renamed without changes
libc/include/generic-musl/linux/spi/spidev.h โ†’ libc/include/any-linux-any/linux/spi/spidev.h
File renamed without changes
libc/include/generic-musl/linux/sunrpc/debug.h โ†’ libc/include/any-linux-any/linux/sunrpc/debug.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_bpf.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_bpf.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_connmark.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_connmark.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_csum.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_csum.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_defact.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_defact.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_gact.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_gact.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_ife.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_ife.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_ipt.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_ipt.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_mirred.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_mirred.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_nat.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_nat.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_pedit.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_pedit.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_sample.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_sample.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_skbedit.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_skbedit.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_skbmod.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_skbmod.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_tunnel_key.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_tunnel_key.h
File renamed without changes
libc/include/generic-musl/linux/tc_act/tc_vlan.h โ†’ libc/include/any-linux-any/linux/tc_act/tc_vlan.h
File renamed without changes
libc/include/generic-musl/linux/tc_ematch/tc_em_cmp.h โ†’ libc/include/any-linux-any/linux/tc_ematch/tc_em_cmp.h
File renamed without changes
libc/include/generic-musl/linux/tc_ematch/tc_em_ipt.h โ†’ libc/include/any-linux-any/linux/tc_ematch/tc_em_ipt.h
File renamed without changes
libc/include/generic-musl/linux/tc_ematch/tc_em_meta.h โ†’ libc/include/any-linux-any/linux/tc_ematch/tc_em_meta.h
File renamed without changes
libc/include/generic-musl/linux/tc_ematch/tc_em_nbyte.h โ†’ libc/include/any-linux-any/linux/tc_ematch/tc_em_nbyte.h
File renamed without changes
libc/include/generic-musl/linux/tc_ematch/tc_em_text.h โ†’ libc/include/any-linux-any/linux/tc_ematch/tc_em_text.h
File renamed without changes
libc/include/generic-musl/linux/usb/audio.h โ†’ libc/include/any-linux-any/linux/usb/audio.h
File renamed without changes
libc/include/generic-musl/linux/usb/cdc-wdm.h โ†’ libc/include/any-linux-any/linux/usb/cdc-wdm.h
File renamed without changes
libc/include/generic-musl/linux/usb/cdc.h โ†’ libc/include/any-linux-any/linux/usb/cdc.h
File renamed without changes
libc/include/generic-musl/linux/usb/ch11.h โ†’ libc/include/any-linux-any/linux/usb/ch11.h
File renamed without changes
libc/include/generic-musl/linux/usb/ch9.h โ†’ libc/include/any-linux-any/linux/usb/ch9.h
File renamed without changes
libc/include/generic-musl/linux/usb/charger.h โ†’ libc/include/any-linux-any/linux/usb/charger.h
File renamed without changes
libc/include/generic-musl/linux/usb/functionfs.h โ†’ libc/include/any-linux-any/linux/usb/functionfs.h
File renamed without changes
libc/include/generic-musl/linux/usb/g_printer.h โ†’ libc/include/any-linux-any/linux/usb/g_printer.h
File renamed without changes
libc/include/generic-musl/linux/usb/g_uvc.h โ†’ libc/include/any-linux-any/linux/usb/g_uvc.h
File renamed without changes
libc/include/generic-musl/linux/usb/gadgetfs.h โ†’ libc/include/any-linux-any/linux/usb/gadgetfs.h
File renamed without changes
libc/include/generic-musl/linux/usb/midi.h โ†’ libc/include/any-linux-any/linux/usb/midi.h
File renamed without changes
libc/include/generic-musl/linux/usb/tmc.h โ†’ libc/include/any-linux-any/linux/usb/tmc.h
File renamed without changes
libc/include/generic-musl/linux/usb/video.h โ†’ libc/include/any-linux-any/linux/usb/video.h
File renamed without changes
libc/include/generic-musl/linux/wimax/i2400m.h โ†’ libc/include/any-linux-any/linux/wimax/i2400m.h
File renamed without changes
libc/include/generic-musl/linux/a.out.h โ†’ libc/include/any-linux-any/linux/a.out.h
File renamed without changes
libc/include/generic-musl/linux/acct.h โ†’ libc/include/any-linux-any/linux/acct.h
File renamed without changes
libc/include/generic-musl/linux/adb.h โ†’ libc/include/any-linux-any/linux/adb.h
File renamed without changes
libc/include/generic-musl/linux/adfs_fs.h โ†’ libc/include/any-linux-any/linux/adfs_fs.h
File renamed without changes
libc/include/generic-musl/linux/affs_hardblocks.h โ†’ libc/include/any-linux-any/linux/affs_hardblocks.h
File renamed without changes
libc/include/generic-musl/linux/agpgart.h โ†’ libc/include/any-linux-any/linux/agpgart.h
File renamed without changes
libc/include/generic-musl/linux/aio_abi.h โ†’ libc/include/any-linux-any/linux/aio_abi.h
File renamed without changes
libc/include/generic-musl/linux/am437x-vpfe.h โ†’ libc/include/any-linux-any/linux/am437x-vpfe.h
File renamed without changes
libc/include/generic-musl/linux/apm_bios.h โ†’ libc/include/any-linux-any/linux/apm_bios.h
File renamed without changes
libc/include/generic-musl/linux/arcfb.h โ†’ libc/include/any-linux-any/linux/arcfb.h
File renamed without changes
libc/include/generic-musl/linux/arm_sdei.h โ†’ libc/include/any-linux-any/linux/arm_sdei.h
File renamed without changes
libc/include/generic-musl/linux/aspeed-lpc-ctrl.h โ†’ libc/include/any-linux-any/linux/aspeed-lpc-ctrl.h
File renamed without changes
libc/include/generic-musl/linux/atalk.h โ†’ libc/include/any-linux-any/linux/atalk.h
File renamed without changes
libc/include/generic-musl/linux/atm.h โ†’ libc/include/any-linux-any/linux/atm.h
File renamed without changes
libc/include/generic-musl/linux/atm_eni.h โ†’ libc/include/any-linux-any/linux/atm_eni.h
File renamed without changes
libc/include/generic-musl/linux/atm_he.h โ†’ libc/include/any-linux-any/linux/atm_he.h
File renamed without changes
libc/include/generic-musl/linux/atm_idt77105.h โ†’ libc/include/any-linux-any/linux/atm_idt77105.h
File renamed without changes
libc/include/generic-musl/linux/atm_nicstar.h โ†’ libc/include/any-linux-any/linux/atm_nicstar.h
File renamed without changes
libc/include/generic-musl/linux/atm_tcp.h โ†’ libc/include/any-linux-any/linux/atm_tcp.h
File renamed without changes
libc/include/generic-musl/linux/atm_zatm.h โ†’ libc/include/any-linux-any/linux/atm_zatm.h
File renamed without changes
libc/include/generic-musl/linux/atmapi.h โ†’ libc/include/any-linux-any/linux/atmapi.h
File renamed without changes
libc/include/generic-musl/linux/atmarp.h โ†’ libc/include/any-linux-any/linux/atmarp.h
File renamed without changes
libc/include/generic-musl/linux/atmbr2684.h โ†’ libc/include/any-linux-any/linux/atmbr2684.h
File renamed without changes
libc/include/generic-musl/linux/atmclip.h โ†’ libc/include/any-linux-any/linux/atmclip.h
File renamed without changes
libc/include/generic-musl/linux/atmdev.h โ†’ libc/include/any-linux-any/linux/atmdev.h
File renamed without changes
libc/include/generic-musl/linux/atmioc.h โ†’ libc/include/any-linux-any/linux/atmioc.h
File renamed without changes
libc/include/generic-musl/linux/atmlec.h โ†’ libc/include/any-linux-any/linux/atmlec.h
File renamed without changes
libc/include/generic-musl/linux/atmmpc.h โ†’ libc/include/any-linux-any/linux/atmmpc.h
File renamed without changes
libc/include/generic-musl/linux/atmppp.h โ†’ libc/include/any-linux-any/linux/atmppp.h
File renamed without changes
libc/include/generic-musl/linux/atmsap.h โ†’ libc/include/any-linux-any/linux/atmsap.h
File renamed without changes
libc/include/generic-musl/linux/atmsvc.h โ†’ libc/include/any-linux-any/linux/atmsvc.h
File renamed without changes
libc/include/generic-musl/linux/audit.h โ†’ libc/include/any-linux-any/linux/audit.h
File renamed without changes
libc/include/generic-musl/linux/auto_dev-ioctl.h โ†’ libc/include/any-linux-any/linux/auto_dev-ioctl.h
File renamed without changes
libc/include/generic-musl/linux/auto_fs.h โ†’ libc/include/any-linux-any/linux/auto_fs.h
File renamed without changes
libc/include/generic-musl/linux/auto_fs4.h โ†’ libc/include/any-linux-any/linux/auto_fs4.h
File renamed without changes
libc/include/generic-musl/linux/auxvec.h โ†’ libc/include/any-linux-any/linux/auxvec.h
File renamed without changes
libc/include/generic-musl/linux/ax25.h โ†’ libc/include/any-linux-any/linux/ax25.h
File renamed without changes
libc/include/generic-musl/linux/b1lli.h โ†’ libc/include/any-linux-any/linux/b1lli.h
File renamed without changes
libc/include/generic-musl/linux/batadv_packet.h โ†’ libc/include/any-linux-any/linux/batadv_packet.h
File renamed without changes
libc/include/generic-musl/linux/batman_adv.h โ†’ libc/include/any-linux-any/linux/batman_adv.h
File renamed without changes
libc/include/generic-musl/linux/baycom.h โ†’ libc/include/any-linux-any/linux/baycom.h
File renamed without changes
libc/include/generic-musl/linux/bcache.h โ†’ libc/include/any-linux-any/linux/bcache.h
File renamed without changes
libc/include/generic-musl/linux/bcm933xx_hcs.h โ†’ libc/include/any-linux-any/linux/bcm933xx_hcs.h
File renamed without changes
libc/include/generic-musl/linux/bfs_fs.h โ†’ libc/include/any-linux-any/linux/bfs_fs.h
File renamed without changes
libc/include/generic-musl/linux/binfmts.h โ†’ libc/include/any-linux-any/linux/binfmts.h
File renamed without changes
libc/include/generic-musl/linux/blkpg.h โ†’ libc/include/any-linux-any/linux/blkpg.h
File renamed without changes
libc/include/generic-musl/linux/blktrace_api.h โ†’ libc/include/any-linux-any/linux/blktrace_api.h
File renamed without changes
libc/include/generic-musl/linux/blkzoned.h โ†’ libc/include/any-linux-any/linux/blkzoned.h
File renamed without changes
libc/include/generic-musl/linux/bpf.h โ†’ libc/include/any-linux-any/linux/bpf.h
File renamed without changes
libc/include/generic-musl/linux/bpf_common.h โ†’ libc/include/any-linux-any/linux/bpf_common.h
File renamed without changes
libc/include/generic-musl/linux/bpf_perf_event.h โ†’ libc/include/any-linux-any/linux/bpf_perf_event.h
File renamed without changes
libc/include/generic-musl/linux/bpfilter.h โ†’ libc/include/any-linux-any/linux/bpfilter.h
File renamed without changes
libc/include/generic-musl/linux/bpqether.h โ†’ libc/include/any-linux-any/linux/bpqether.h
File renamed without changes
libc/include/generic-musl/linux/bsg.h โ†’ libc/include/any-linux-any/linux/bsg.h
File renamed without changes
libc/include/generic-musl/linux/bt-bmc.h โ†’ libc/include/any-linux-any/linux/bt-bmc.h
File renamed without changes
libc/include/generic-musl/linux/btf.h โ†’ libc/include/any-linux-any/linux/btf.h
File renamed without changes
libc/include/generic-musl/linux/btrfs.h โ†’ libc/include/any-linux-any/linux/btrfs.h
File renamed without changes
libc/include/generic-musl/linux/btrfs_tree.h โ†’ libc/include/any-linux-any/linux/btrfs_tree.h
File renamed without changes
libc/include/generic-musl/linux/can.h โ†’ libc/include/any-linux-any/linux/can.h
File renamed without changes
libc/include/generic-musl/linux/capability.h โ†’ libc/include/any-linux-any/linux/capability.h
File renamed without changes
libc/include/generic-musl/linux/capi.h โ†’ libc/include/any-linux-any/linux/capi.h
File renamed without changes
libc/include/generic-musl/linux/cciss_defs.h โ†’ libc/include/any-linux-any/linux/cciss_defs.h
File renamed without changes
libc/include/generic-musl/linux/cciss_ioctl.h โ†’ libc/include/any-linux-any/linux/cciss_ioctl.h
File renamed without changes
libc/include/generic-musl/linux/cdrom.h โ†’ libc/include/any-linux-any/linux/cdrom.h
File renamed without changes
libc/include/generic-musl/linux/cec-funcs.h โ†’ libc/include/any-linux-any/linux/cec-funcs.h
File renamed without changes
libc/include/generic-musl/linux/cec.h โ†’ libc/include/any-linux-any/linux/cec.h
File renamed without changes
libc/include/generic-musl/linux/cgroupstats.h โ†’ libc/include/any-linux-any/linux/cgroupstats.h
File renamed without changes
libc/include/generic-musl/linux/chio.h โ†’ libc/include/any-linux-any/linux/chio.h
File renamed without changes
libc/include/generic-musl/linux/cm4000_cs.h โ†’ libc/include/any-linux-any/linux/cm4000_cs.h
File renamed without changes
libc/include/generic-musl/linux/cn_proc.h โ†’ libc/include/any-linux-any/linux/cn_proc.h
File renamed without changes
libc/include/generic-musl/linux/coda.h โ†’ libc/include/any-linux-any/linux/coda.h
File renamed without changes
libc/include/generic-musl/linux/coda_psdev.h โ†’ libc/include/any-linux-any/linux/coda_psdev.h
File renamed without changes
libc/include/generic-musl/linux/coff.h โ†’ libc/include/any-linux-any/linux/coff.h
File renamed without changes
libc/include/generic-musl/linux/connector.h โ†’ libc/include/any-linux-any/linux/connector.h
File renamed without changes
libc/include/generic-musl/linux/const.h โ†’ libc/include/any-linux-any/linux/const.h
File renamed without changes
libc/include/generic-musl/linux/coresight-stm.h โ†’ libc/include/any-linux-any/linux/coresight-stm.h
File renamed without changes
libc/include/generic-musl/linux/cramfs_fs.h โ†’ libc/include/any-linux-any/linux/cramfs_fs.h
File renamed without changes
libc/include/generic-musl/linux/cryptouser.h โ†’ libc/include/any-linux-any/linux/cryptouser.h
File renamed without changes
libc/include/generic-musl/linux/cuda.h โ†’ libc/include/any-linux-any/linux/cuda.h
File renamed without changes
libc/include/generic-musl/linux/cyclades.h โ†’ libc/include/any-linux-any/linux/cyclades.h
File renamed without changes
libc/include/generic-musl/linux/cycx_cfm.h โ†’ libc/include/any-linux-any/linux/cycx_cfm.h
File renamed without changes
libc/include/generic-musl/linux/dcbnl.h โ†’ libc/include/any-linux-any/linux/dcbnl.h
File renamed without changes
libc/include/generic-musl/linux/dccp.h โ†’ libc/include/any-linux-any/linux/dccp.h
File renamed without changes
libc/include/generic-musl/linux/devlink.h โ†’ libc/include/any-linux-any/linux/devlink.h
File renamed without changes
libc/include/generic-musl/linux/dlm.h โ†’ libc/include/any-linux-any/linux/dlm.h
File renamed without changes
libc/include/generic-musl/linux/dlm_device.h โ†’ libc/include/any-linux-any/linux/dlm_device.h
File renamed without changes
libc/include/generic-musl/linux/dlm_netlink.h โ†’ libc/include/any-linux-any/linux/dlm_netlink.h
File renamed without changes
libc/include/generic-musl/linux/dlm_plock.h โ†’ libc/include/any-linux-any/linux/dlm_plock.h
File renamed without changes
libc/include/generic-musl/linux/dlmconstants.h โ†’ libc/include/any-linux-any/linux/dlmconstants.h
File renamed without changes
libc/include/generic-musl/linux/dm-ioctl.h โ†’ libc/include/any-linux-any/linux/dm-ioctl.h
File renamed without changes
libc/include/generic-musl/linux/dm-log-userspace.h โ†’ libc/include/any-linux-any/linux/dm-log-userspace.h
File renamed without changes
libc/include/generic-musl/linux/dma-buf.h โ†’ libc/include/any-linux-any/linux/dma-buf.h
File renamed without changes
libc/include/generic-musl/linux/dn.h โ†’ libc/include/any-linux-any/linux/dn.h
File renamed without changes
libc/include/generic-musl/linux/dqblk_xfs.h โ†’ libc/include/any-linux-any/linux/dqblk_xfs.h
File renamed without changes
libc/include/generic-musl/linux/edd.h โ†’ libc/include/any-linux-any/linux/edd.h
File renamed without changes
libc/include/generic-musl/linux/efs_fs_sb.h โ†’ libc/include/any-linux-any/linux/efs_fs_sb.h
File renamed without changes
libc/include/generic-musl/linux/elf-em.h โ†’ libc/include/any-linux-any/linux/elf-em.h
File renamed without changes
libc/include/generic-musl/linux/elf-fdpic.h โ†’ libc/include/any-linux-any/linux/elf-fdpic.h
File renamed without changes
libc/include/generic-musl/linux/elf.h โ†’ libc/include/any-linux-any/linux/elf.h
File renamed without changes
libc/include/generic-musl/linux/elfcore.h โ†’ libc/include/any-linux-any/linux/elfcore.h
File renamed without changes
libc/include/generic-musl/linux/errno.h โ†’ libc/include/any-linux-any/linux/errno.h
File renamed without changes
libc/include/generic-musl/linux/errqueue.h โ†’ libc/include/any-linux-any/linux/errqueue.h
File renamed without changes
libc/include/generic-musl/linux/erspan.h โ†’ libc/include/any-linux-any/linux/erspan.h
File renamed without changes
libc/include/generic-musl/linux/ethtool.h โ†’ libc/include/any-linux-any/linux/ethtool.h
File renamed without changes
libc/include/generic-musl/linux/eventpoll.h โ†’ libc/include/any-linux-any/linux/eventpoll.h
File renamed without changes
libc/include/generic-musl/linux/fadvise.h โ†’ libc/include/any-linux-any/linux/fadvise.h
File renamed without changes
libc/include/generic-musl/linux/falloc.h โ†’ libc/include/any-linux-any/linux/falloc.h
File renamed without changes
libc/include/generic-musl/linux/fanotify.h โ†’ libc/include/any-linux-any/linux/fanotify.h
File renamed without changes
libc/include/generic-musl/linux/fb.h โ†’ libc/include/any-linux-any/linux/fb.h
File renamed without changes
libc/include/generic-musl/linux/fcntl.h โ†’ libc/include/any-linux-any/linux/fcntl.h
File renamed without changes
libc/include/generic-musl/linux/fd.h โ†’ libc/include/any-linux-any/linux/fd.h
File renamed without changes
libc/include/generic-musl/linux/fdreg.h โ†’ libc/include/any-linux-any/linux/fdreg.h
File renamed without changes
libc/include/generic-musl/linux/fib_rules.h โ†’ libc/include/any-linux-any/linux/fib_rules.h
File renamed without changes
libc/include/generic-musl/linux/fiemap.h โ†’ libc/include/any-linux-any/linux/fiemap.h
File renamed without changes
libc/include/generic-musl/linux/filter.h โ†’ libc/include/any-linux-any/linux/filter.h
File renamed without changes
libc/include/generic-musl/linux/firewire-cdev.h โ†’ libc/include/any-linux-any/linux/firewire-cdev.h
File renamed without changes
libc/include/generic-musl/linux/firewire-constants.h โ†’ libc/include/any-linux-any/linux/firewire-constants.h
File renamed without changes
libc/include/generic-musl/linux/flat.h โ†’ libc/include/any-linux-any/linux/flat.h
File renamed without changes
libc/include/generic-musl/linux/fou.h โ†’ libc/include/any-linux-any/linux/fou.h
File renamed without changes
libc/include/generic-musl/linux/fpga-dfl.h โ†’ libc/include/any-linux-any/linux/fpga-dfl.h
File renamed without changes
libc/include/generic-musl/linux/fs.h โ†’ libc/include/any-linux-any/linux/fs.h
File renamed without changes
libc/include/generic-musl/linux/fsi.h โ†’ libc/include/any-linux-any/linux/fsi.h
File renamed without changes
libc/include/generic-musl/linux/fsl_hypervisor.h โ†’ libc/include/any-linux-any/linux/fsl_hypervisor.h
File renamed without changes
libc/include/generic-musl/linux/fsmap.h โ†’ libc/include/any-linux-any/linux/fsmap.h
File renamed without changes
libc/include/generic-musl/linux/fuse.h โ†’ libc/include/any-linux-any/linux/fuse.h
File renamed without changes
libc/include/generic-musl/linux/futex.h โ†’ libc/include/any-linux-any/linux/futex.h
File renamed without changes
libc/include/generic-musl/linux/gameport.h โ†’ libc/include/any-linux-any/linux/gameport.h
File renamed without changes
libc/include/generic-musl/linux/gen_stats.h โ†’ libc/include/any-linux-any/linux/gen_stats.h
File renamed without changes
libc/include/generic-musl/linux/genetlink.h โ†’ libc/include/any-linux-any/linux/genetlink.h
File renamed without changes
libc/include/generic-musl/linux/gfs2_ondisk.h โ†’ libc/include/any-linux-any/linux/gfs2_ondisk.h
File renamed without changes
libc/include/generic-musl/linux/gigaset_dev.h โ†’ libc/include/any-linux-any/linux/gigaset_dev.h
File renamed without changes
libc/include/generic-musl/linux/gpio.h โ†’ libc/include/any-linux-any/linux/gpio.h
File renamed without changes
libc/include/generic-musl/linux/gsmmux.h โ†’ libc/include/any-linux-any/linux/gsmmux.h
File renamed without changes
libc/include/generic-musl/linux/gtp.h โ†’ libc/include/any-linux-any/linux/gtp.h
File renamed without changes
libc/include/generic-musl/linux/hash_info.h โ†’ libc/include/any-linux-any/linux/hash_info.h
File renamed without changes
libc/include/generic-musl/linux/hdlc.h โ†’ libc/include/any-linux-any/linux/hdlc.h
File renamed without changes
libc/include/generic-musl/linux/hdlcdrv.h โ†’ libc/include/any-linux-any/linux/hdlcdrv.h
File renamed without changes
libc/include/generic-musl/linux/hdreg.h โ†’ libc/include/any-linux-any/linux/hdreg.h
File renamed without changes
libc/include/generic-musl/linux/hid.h โ†’ libc/include/any-linux-any/linux/hid.h
File renamed without changes
libc/include/generic-musl/linux/hiddev.h โ†’ libc/include/any-linux-any/linux/hiddev.h
File renamed without changes
libc/include/generic-musl/linux/hidraw.h โ†’ libc/include/any-linux-any/linux/hidraw.h
File renamed without changes
libc/include/generic-musl/linux/hpet.h โ†’ libc/include/any-linux-any/linux/hpet.h
File renamed without changes
libc/include/generic-musl/linux/hsr_netlink.h โ†’ libc/include/any-linux-any/linux/hsr_netlink.h
File renamed without changes
libc/include/generic-musl/linux/hw_breakpoint.h โ†’ libc/include/any-linux-any/linux/hw_breakpoint.h
File renamed without changes
libc/include/generic-musl/linux/hyperv.h โ†’ libc/include/any-linux-any/linux/hyperv.h
File renamed without changes
libc/include/generic-musl/linux/hysdn_if.h โ†’ libc/include/any-linux-any/linux/hysdn_if.h
File renamed without changes
libc/include/generic-musl/linux/i2c-dev.h โ†’ libc/include/any-linux-any/linux/i2c-dev.h
File renamed without changes
libc/include/generic-musl/linux/i2c.h โ†’ libc/include/any-linux-any/linux/i2c.h
File renamed without changes
libc/include/generic-musl/linux/i2o-dev.h โ†’ libc/include/any-linux-any/linux/i2o-dev.h
File renamed without changes
libc/include/generic-musl/linux/i8k.h โ†’ libc/include/any-linux-any/linux/i8k.h
File renamed without changes
libc/include/generic-musl/linux/icmp.h โ†’ libc/include/any-linux-any/linux/icmp.h
File renamed without changes
libc/include/generic-musl/linux/icmpv6.h โ†’ libc/include/any-linux-any/linux/icmpv6.h
File renamed without changes
libc/include/generic-musl/linux/if.h โ†’ libc/include/any-linux-any/linux/if.h
File renamed without changes
libc/include/generic-musl/linux/if_addr.h โ†’ libc/include/any-linux-any/linux/if_addr.h
File renamed without changes
libc/include/generic-musl/linux/if_addrlabel.h โ†’ libc/include/any-linux-any/linux/if_addrlabel.h
File renamed without changes
libc/include/generic-musl/linux/if_alg.h โ†’ libc/include/any-linux-any/linux/if_alg.h
File renamed without changes
libc/include/generic-musl/linux/if_arcnet.h โ†’ libc/include/any-linux-any/linux/if_arcnet.h
File renamed without changes
libc/include/generic-musl/linux/if_arp.h โ†’ libc/include/any-linux-any/linux/if_arp.h
File renamed without changes
libc/include/generic-musl/linux/if_bonding.h โ†’ libc/include/any-linux-any/linux/if_bonding.h
File renamed without changes
libc/include/generic-musl/linux/if_bridge.h โ†’ libc/include/any-linux-any/linux/if_bridge.h
File renamed without changes
libc/include/generic-musl/linux/if_cablemodem.h โ†’ libc/include/any-linux-any/linux/if_cablemodem.h
File renamed without changes
libc/include/generic-musl/linux/if_eql.h โ†’ libc/include/any-linux-any/linux/if_eql.h
File renamed without changes
libc/include/generic-musl/linux/if_ether.h โ†’ libc/include/any-linux-any/linux/if_ether.h
File renamed without changes
libc/include/generic-musl/linux/if_fc.h โ†’ libc/include/any-linux-any/linux/if_fc.h
File renamed without changes
libc/include/generic-musl/linux/if_fddi.h โ†’ libc/include/any-linux-any/linux/if_fddi.h
File renamed without changes
libc/include/generic-musl/linux/if_frad.h โ†’ libc/include/any-linux-any/linux/if_frad.h
File renamed without changes
libc/include/generic-musl/linux/if_hippi.h โ†’ libc/include/any-linux-any/linux/if_hippi.h
File renamed without changes
libc/include/generic-musl/linux/if_infiniband.h โ†’ libc/include/any-linux-any/linux/if_infiniband.h
File renamed without changes
libc/include/generic-musl/linux/if_link.h โ†’ libc/include/any-linux-any/linux/if_link.h
File renamed without changes
libc/include/generic-musl/linux/if_ltalk.h โ†’ libc/include/any-linux-any/linux/if_ltalk.h
File renamed without changes
libc/include/generic-musl/linux/if_macsec.h โ†’ libc/include/any-linux-any/linux/if_macsec.h
File renamed without changes
libc/include/generic-musl/linux/if_packet.h โ†’ libc/include/any-linux-any/linux/if_packet.h
File renamed without changes
libc/include/generic-musl/linux/if_phonet.h โ†’ libc/include/any-linux-any/linux/if_phonet.h
File renamed without changes
libc/include/generic-musl/linux/if_plip.h โ†’ libc/include/any-linux-any/linux/if_plip.h
File renamed without changes
libc/include/generic-musl/linux/if_ppp.h โ†’ libc/include/any-linux-any/linux/if_ppp.h
File renamed without changes
libc/include/generic-musl/linux/if_pppol2tp.h โ†’ libc/include/any-linux-any/linux/if_pppol2tp.h
File renamed without changes
libc/include/generic-musl/linux/if_pppox.h โ†’ libc/include/any-linux-any/linux/if_pppox.h
File renamed without changes
libc/include/generic-musl/linux/if_slip.h โ†’ libc/include/any-linux-any/linux/if_slip.h
File renamed without changes
libc/include/generic-musl/linux/if_team.h โ†’ libc/include/any-linux-any/linux/if_team.h
File renamed without changes
libc/include/generic-musl/linux/if_tun.h โ†’ libc/include/any-linux-any/linux/if_tun.h
File renamed without changes
libc/include/generic-musl/linux/if_tunnel.h โ†’ libc/include/any-linux-any/linux/if_tunnel.h
File renamed without changes
libc/include/generic-musl/linux/if_vlan.h โ†’ libc/include/any-linux-any/linux/if_vlan.h
File renamed without changes
libc/include/generic-musl/linux/if_x25.h โ†’ libc/include/any-linux-any/linux/if_x25.h
File renamed without changes
libc/include/generic-musl/linux/if_xdp.h โ†’ libc/include/any-linux-any/linux/if_xdp.h
File renamed without changes
libc/include/generic-musl/linux/ife.h โ†’ libc/include/any-linux-any/linux/ife.h
File renamed without changes
libc/include/generic-musl/linux/igmp.h โ†’ libc/include/any-linux-any/linux/igmp.h
File renamed without changes
libc/include/generic-musl/linux/ila.h โ†’ libc/include/any-linux-any/linux/ila.h
File renamed without changes
libc/include/generic-musl/linux/in.h โ†’ libc/include/any-linux-any/linux/in.h
File renamed without changes
libc/include/generic-musl/linux/in6.h โ†’ libc/include/any-linux-any/linux/in6.h
File renamed without changes
libc/include/generic-musl/linux/in_route.h โ†’ libc/include/any-linux-any/linux/in_route.h
File renamed without changes
libc/include/generic-musl/linux/inet_diag.h โ†’ libc/include/any-linux-any/linux/inet_diag.h
File renamed without changes
libc/include/generic-musl/linux/inotify.h โ†’ libc/include/any-linux-any/linux/inotify.h
File renamed without changes
libc/include/generic-musl/linux/input-event-codes.h โ†’ libc/include/any-linux-any/linux/input-event-codes.h
File renamed without changes
libc/include/generic-musl/linux/input.h โ†’ libc/include/any-linux-any/linux/input.h
File renamed without changes
libc/include/generic-musl/linux/ioctl.h โ†’ libc/include/any-linux-any/linux/ioctl.h
File renamed without changes
libc/include/generic-musl/linux/ip.h โ†’ libc/include/any-linux-any/linux/ip.h
File renamed without changes
libc/include/generic-musl/linux/ip6_tunnel.h โ†’ libc/include/any-linux-any/linux/ip6_tunnel.h
File renamed without changes
libc/include/generic-musl/linux/ip_vs.h โ†’ libc/include/any-linux-any/linux/ip_vs.h
File renamed without changes
libc/include/generic-musl/linux/ipc.h โ†’ libc/include/any-linux-any/linux/ipc.h
File renamed without changes
libc/include/generic-musl/linux/ipmi.h โ†’ libc/include/any-linux-any/linux/ipmi.h
File renamed without changes
libc/include/generic-musl/linux/ipmi_bmc.h โ†’ libc/include/any-linux-any/linux/ipmi_bmc.h
File renamed without changes
libc/include/generic-musl/linux/ipmi_msgdefs.h โ†’ libc/include/any-linux-any/linux/ipmi_msgdefs.h
File renamed without changes
libc/include/generic-musl/linux/ipsec.h โ†’ libc/include/any-linux-any/linux/ipsec.h
File renamed without changes
libc/include/generic-musl/linux/ipv6.h โ†’ libc/include/any-linux-any/linux/ipv6.h
File renamed without changes
libc/include/generic-musl/linux/ipv6_route.h โ†’ libc/include/any-linux-any/linux/ipv6_route.h
File renamed without changes
libc/include/generic-musl/linux/ipx.h โ†’ libc/include/any-linux-any/linux/ipx.h
File renamed without changes
libc/include/generic-musl/linux/irqnr.h โ†’ libc/include/any-linux-any/linux/irqnr.h
File renamed without changes
libc/include/generic-musl/linux/isdn.h โ†’ libc/include/any-linux-any/linux/isdn.h
File renamed without changes
libc/include/generic-musl/linux/isdn_divertif.h โ†’ libc/include/any-linux-any/linux/isdn_divertif.h
File renamed without changes
libc/include/generic-musl/linux/isdn_ppp.h โ†’ libc/include/any-linux-any/linux/isdn_ppp.h
File renamed without changes
libc/include/generic-musl/linux/isdnif.h โ†’ libc/include/any-linux-any/linux/isdnif.h
File renamed without changes
libc/include/generic-musl/linux/iso_fs.h โ†’ libc/include/any-linux-any/linux/iso_fs.h
File renamed without changes
libc/include/generic-musl/linux/ivtv.h โ†’ libc/include/any-linux-any/linux/ivtv.h
File renamed without changes
libc/include/generic-musl/linux/ivtvfb.h โ†’ libc/include/any-linux-any/linux/ivtvfb.h
File renamed without changes
libc/include/generic-musl/linux/jffs2.h โ†’ libc/include/any-linux-any/linux/jffs2.h
File renamed without changes
libc/include/generic-musl/linux/joystick.h โ†’ libc/include/any-linux-any/linux/joystick.h
File renamed without changes
libc/include/generic-musl/linux/kcm.h โ†’ libc/include/any-linux-any/linux/kcm.h
File renamed without changes
libc/include/generic-musl/linux/kcmp.h โ†’ libc/include/any-linux-any/linux/kcmp.h
File renamed without changes
libc/include/generic-musl/linux/kcov.h โ†’ libc/include/any-linux-any/linux/kcov.h
File renamed without changes
libc/include/generic-musl/linux/kd.h โ†’ libc/include/any-linux-any/linux/kd.h
File renamed without changes
libc/include/generic-musl/linux/kdev_t.h โ†’ libc/include/any-linux-any/linux/kdev_t.h
File renamed without changes
libc/include/generic-musl/linux/kernel-page-flags.h โ†’ libc/include/any-linux-any/linux/kernel-page-flags.h
File renamed without changes
libc/include/generic-musl/linux/kernel.h โ†’ libc/include/any-linux-any/linux/kernel.h
File renamed without changes
libc/include/generic-musl/linux/kernelcapi.h โ†’ libc/include/any-linux-any/linux/kernelcapi.h
File renamed without changes
libc/include/generic-musl/linux/kexec.h โ†’ libc/include/any-linux-any/linux/kexec.h
File renamed without changes
libc/include/generic-musl/linux/keyboard.h โ†’ libc/include/any-linux-any/linux/keyboard.h
File renamed without changes
libc/include/generic-musl/linux/keyctl.h โ†’ libc/include/any-linux-any/linux/keyctl.h
File renamed without changes
libc/include/generic-musl/linux/kfd_ioctl.h โ†’ libc/include/any-linux-any/linux/kfd_ioctl.h
File renamed without changes
libc/include/generic-musl/linux/kvm.h โ†’ libc/include/any-linux-any/linux/kvm.h
File renamed without changes
libc/include/generic-musl/linux/kvm_para.h โ†’ libc/include/any-linux-any/linux/kvm_para.h
File renamed without changes
libc/include/generic-musl/linux/l2tp.h โ†’ libc/include/any-linux-any/linux/l2tp.h
File renamed without changes
libc/include/generic-musl/linux/libc-compat.h โ†’ libc/include/any-linux-any/linux/libc-compat.h
File renamed without changes
libc/include/generic-musl/linux/lightnvm.h โ†’ libc/include/any-linux-any/linux/lightnvm.h
File renamed without changes
libc/include/generic-musl/linux/limits.h โ†’ libc/include/any-linux-any/linux/limits.h
File renamed without changes
libc/include/generic-musl/linux/lirc.h โ†’ libc/include/any-linux-any/linux/lirc.h
File renamed without changes
libc/include/generic-musl/linux/llc.h โ†’ libc/include/any-linux-any/linux/llc.h
File renamed without changes
libc/include/generic-musl/linux/loop.h โ†’ libc/include/any-linux-any/linux/loop.h
File renamed without changes
libc/include/generic-musl/linux/lp.h โ†’ libc/include/any-linux-any/linux/lp.h
File renamed without changes
libc/include/generic-musl/linux/lwtunnel.h โ†’ libc/include/any-linux-any/linux/lwtunnel.h
File renamed without changes
libc/include/generic-musl/linux/magic.h โ†’ libc/include/any-linux-any/linux/magic.h
File renamed without changes
libc/include/generic-musl/linux/major.h โ†’ libc/include/any-linux-any/linux/major.h
File renamed without changes
libc/include/generic-musl/linux/map_to_7segment.h โ†’ libc/include/any-linux-any/linux/map_to_7segment.h
File renamed without changes
libc/include/generic-musl/linux/matroxfb.h โ†’ libc/include/any-linux-any/linux/matroxfb.h
File renamed without changes
libc/include/generic-musl/linux/max2175.h โ†’ libc/include/any-linux-any/linux/max2175.h
File renamed without changes
libc/include/generic-musl/linux/mdio.h โ†’ libc/include/any-linux-any/linux/mdio.h
File renamed without changes
libc/include/generic-musl/linux/media-bus-format.h โ†’ libc/include/any-linux-any/linux/media-bus-format.h
File renamed without changes
libc/include/generic-musl/linux/media.h โ†’ libc/include/any-linux-any/linux/media.h
File renamed without changes
libc/include/generic-musl/linux/mei.h โ†’ libc/include/any-linux-any/linux/mei.h
File renamed without changes
libc/include/generic-musl/linux/membarrier.h โ†’ libc/include/any-linux-any/linux/membarrier.h
File renamed without changes
libc/include/generic-musl/linux/memfd.h โ†’ libc/include/any-linux-any/linux/memfd.h
File renamed without changes
libc/include/generic-musl/linux/mempolicy.h โ†’ libc/include/any-linux-any/linux/mempolicy.h
File renamed without changes
libc/include/generic-musl/linux/meye.h โ†’ libc/include/any-linux-any/linux/meye.h
File renamed without changes
libc/include/generic-musl/linux/mic_common.h โ†’ libc/include/any-linux-any/linux/mic_common.h
File renamed without changes
libc/include/generic-musl/linux/mic_ioctl.h โ†’ libc/include/any-linux-any/linux/mic_ioctl.h
File renamed without changes
libc/include/generic-musl/linux/mii.h โ†’ libc/include/any-linux-any/linux/mii.h
File renamed without changes
libc/include/generic-musl/linux/minix_fs.h โ†’ libc/include/any-linux-any/linux/minix_fs.h
File renamed without changes
libc/include/generic-musl/linux/mman.h โ†’ libc/include/any-linux-any/linux/mman.h
File renamed without changes
libc/include/generic-musl/linux/mmtimer.h โ†’ libc/include/any-linux-any/linux/mmtimer.h
File renamed without changes
libc/include/generic-musl/linux/module.h โ†’ libc/include/any-linux-any/linux/module.h
File renamed without changes
libc/include/generic-musl/linux/mpls.h โ†’ libc/include/any-linux-any/linux/mpls.h
File renamed without changes
libc/include/generic-musl/linux/mpls_iptunnel.h โ†’ libc/include/any-linux-any/linux/mpls_iptunnel.h
File renamed without changes
libc/include/generic-musl/linux/mqueue.h โ†’ libc/include/any-linux-any/linux/mqueue.h
File renamed without changes
libc/include/generic-musl/linux/mroute.h โ†’ libc/include/any-linux-any/linux/mroute.h
File renamed without changes
libc/include/generic-musl/linux/mroute6.h โ†’ libc/include/any-linux-any/linux/mroute6.h
File renamed without changes
libc/include/generic-musl/linux/msdos_fs.h โ†’ libc/include/any-linux-any/linux/msdos_fs.h
File renamed without changes
libc/include/generic-musl/linux/msg.h โ†’ libc/include/any-linux-any/linux/msg.h
File renamed without changes
libc/include/generic-musl/linux/mtio.h โ†’ libc/include/any-linux-any/linux/mtio.h
File renamed without changes
libc/include/generic-musl/linux/n_r3964.h โ†’ libc/include/any-linux-any/linux/n_r3964.h
File renamed without changes
libc/include/generic-musl/linux/nbd-netlink.h โ†’ libc/include/any-linux-any/linux/nbd-netlink.h
File renamed without changes
libc/include/generic-musl/linux/nbd.h โ†’ libc/include/any-linux-any/linux/nbd.h
File renamed without changes
libc/include/generic-musl/linux/ncsi.h โ†’ libc/include/any-linux-any/linux/ncsi.h
File renamed without changes
libc/include/generic-musl/linux/ndctl.h โ†’ libc/include/any-linux-any/linux/ndctl.h
File renamed without changes
libc/include/generic-musl/linux/neighbour.h โ†’ libc/include/any-linux-any/linux/neighbour.h
File renamed without changes
libc/include/generic-musl/linux/net.h โ†’ libc/include/any-linux-any/linux/net.h
File renamed without changes
libc/include/generic-musl/linux/net_dropmon.h โ†’ libc/include/any-linux-any/linux/net_dropmon.h
File renamed without changes
libc/include/generic-musl/linux/net_namespace.h โ†’ libc/include/any-linux-any/linux/net_namespace.h
File renamed without changes
libc/include/generic-musl/linux/net_tstamp.h โ†’ libc/include/any-linux-any/linux/net_tstamp.h
File renamed without changes
libc/include/generic-musl/linux/netconf.h โ†’ libc/include/any-linux-any/linux/netconf.h
File renamed without changes
libc/include/generic-musl/linux/netdevice.h โ†’ libc/include/any-linux-any/linux/netdevice.h
File renamed without changes
libc/include/generic-musl/linux/netfilter.h โ†’ libc/include/any-linux-any/linux/netfilter.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_arp.h โ†’ libc/include/any-linux-any/linux/netfilter_arp.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_bridge.h โ†’ libc/include/any-linux-any/linux/netfilter_bridge.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_decnet.h โ†’ libc/include/any-linux-any/linux/netfilter_decnet.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv4.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv4.h
File renamed without changes
libc/include/generic-musl/linux/netfilter_ipv6.h โ†’ libc/include/any-linux-any/linux/netfilter_ipv6.h
File renamed without changes
libc/include/generic-musl/linux/netlink.h โ†’ libc/include/any-linux-any/linux/netlink.h
File renamed without changes
libc/include/generic-musl/linux/netrom.h โ†’ libc/include/any-linux-any/linux/netrom.h
File renamed without changes
libc/include/generic-musl/linux/nfc.h โ†’ libc/include/any-linux-any/linux/nfc.h
File renamed without changes
libc/include/generic-musl/linux/nfs.h โ†’ libc/include/any-linux-any/linux/nfs.h
File renamed without changes
libc/include/generic-musl/linux/nfs2.h โ†’ libc/include/any-linux-any/linux/nfs2.h
File renamed without changes
libc/include/generic-musl/linux/nfs3.h โ†’ libc/include/any-linux-any/linux/nfs3.h
File renamed without changes
libc/include/generic-musl/linux/nfs4.h โ†’ libc/include/any-linux-any/linux/nfs4.h
File renamed without changes
libc/include/generic-musl/linux/nfs4_mount.h โ†’ libc/include/any-linux-any/linux/nfs4_mount.h
File renamed without changes
libc/include/generic-musl/linux/nfs_fs.h โ†’ libc/include/any-linux-any/linux/nfs_fs.h
File renamed without changes
libc/include/generic-musl/linux/nfs_idmap.h โ†’ libc/include/any-linux-any/linux/nfs_idmap.h
File renamed without changes
libc/include/generic-musl/linux/nfs_mount.h โ†’ libc/include/any-linux-any/linux/nfs_mount.h
File renamed without changes
libc/include/generic-musl/linux/nfsacl.h โ†’ libc/include/any-linux-any/linux/nfsacl.h
File renamed without changes
libc/include/generic-musl/linux/nilfs2_api.h โ†’ libc/include/any-linux-any/linux/nilfs2_api.h
File renamed without changes
libc/include/generic-musl/linux/nilfs2_ondisk.h โ†’ libc/include/any-linux-any/linux/nilfs2_ondisk.h
File renamed without changes
libc/include/generic-musl/linux/nl80211.h โ†’ libc/include/any-linux-any/linux/nl80211.h
File renamed without changes
libc/include/generic-musl/linux/nsfs.h โ†’ libc/include/any-linux-any/linux/nsfs.h
File renamed without changes
libc/include/generic-musl/linux/nubus.h โ†’ libc/include/any-linux-any/linux/nubus.h
File renamed without changes
libc/include/generic-musl/linux/nvme_ioctl.h โ†’ libc/include/any-linux-any/linux/nvme_ioctl.h
File renamed without changes
libc/include/generic-musl/linux/nvram.h โ†’ libc/include/any-linux-any/linux/nvram.h
File renamed without changes
libc/include/generic-musl/linux/omap3isp.h โ†’ libc/include/any-linux-any/linux/omap3isp.h
File renamed without changes
libc/include/generic-musl/linux/omapfb.h โ†’ libc/include/any-linux-any/linux/omapfb.h
File renamed without changes
libc/include/generic-musl/linux/oom.h โ†’ libc/include/any-linux-any/linux/oom.h
File renamed without changes
libc/include/generic-musl/linux/openvswitch.h โ†’ libc/include/any-linux-any/linux/openvswitch.h
File renamed without changes
libc/include/generic-musl/linux/packet_diag.h โ†’ libc/include/any-linux-any/linux/packet_diag.h
File renamed without changes
libc/include/generic-musl/linux/param.h โ†’ libc/include/any-linux-any/linux/param.h
File renamed without changes
libc/include/generic-musl/linux/parport.h โ†’ libc/include/any-linux-any/linux/parport.h
File renamed without changes
libc/include/generic-musl/linux/patchkey.h โ†’ libc/include/any-linux-any/linux/patchkey.h
File renamed without changes
libc/include/generic-musl/linux/pci.h โ†’ libc/include/any-linux-any/linux/pci.h
File renamed without changes
libc/include/generic-musl/linux/pci_regs.h โ†’ libc/include/any-linux-any/linux/pci_regs.h
File renamed without changes
libc/include/generic-musl/linux/pcitest.h โ†’ libc/include/any-linux-any/linux/pcitest.h
File renamed without changes
libc/include/generic-musl/linux/perf_event.h โ†’ libc/include/any-linux-any/linux/perf_event.h
File renamed without changes
libc/include/generic-musl/linux/personality.h โ†’ libc/include/any-linux-any/linux/personality.h
File renamed without changes
libc/include/generic-musl/linux/pfkeyv2.h โ†’ libc/include/any-linux-any/linux/pfkeyv2.h
File renamed without changes
libc/include/generic-musl/linux/pg.h โ†’ libc/include/any-linux-any/linux/pg.h
File renamed without changes
libc/include/generic-musl/linux/phantom.h โ†’ libc/include/any-linux-any/linux/phantom.h
File renamed without changes
libc/include/generic-musl/linux/phonet.h โ†’ libc/include/any-linux-any/linux/phonet.h
File renamed without changes
libc/include/generic-musl/linux/pkt_cls.h โ†’ libc/include/any-linux-any/linux/pkt_cls.h
File renamed without changes
libc/include/generic-musl/linux/pkt_sched.h โ†’ libc/include/any-linux-any/linux/pkt_sched.h
File renamed without changes
libc/include/generic-musl/linux/pktcdvd.h โ†’ libc/include/any-linux-any/linux/pktcdvd.h
File renamed without changes
libc/include/generic-musl/linux/pmu.h โ†’ libc/include/any-linux-any/linux/pmu.h
File renamed without changes
libc/include/generic-musl/linux/poll.h โ†’ libc/include/any-linux-any/linux/poll.h
File renamed without changes
libc/include/generic-musl/linux/posix_acl.h โ†’ libc/include/any-linux-any/linux/posix_acl.h
File renamed without changes
libc/include/generic-musl/linux/posix_acl_xattr.h โ†’ libc/include/any-linux-any/linux/posix_acl_xattr.h
File renamed without changes
libc/include/generic-musl/linux/posix_types.h โ†’ libc/include/any-linux-any/linux/posix_types.h
File renamed without changes
libc/include/generic-musl/linux/ppdev.h โ†’ libc/include/any-linux-any/linux/ppdev.h
File renamed without changes
libc/include/generic-musl/linux/ppp-comp.h โ†’ libc/include/any-linux-any/linux/ppp-comp.h
File renamed without changes
libc/include/generic-musl/linux/ppp-ioctl.h โ†’ libc/include/any-linux-any/linux/ppp-ioctl.h
File renamed without changes
libc/include/generic-musl/linux/ppp_defs.h โ†’ libc/include/any-linux-any/linux/ppp_defs.h
File renamed without changes
libc/include/generic-musl/linux/pps.h โ†’ libc/include/any-linux-any/linux/pps.h
File renamed without changes
libc/include/generic-musl/linux/pr.h โ†’ libc/include/any-linux-any/linux/pr.h
File renamed without changes
libc/include/generic-musl/linux/prctl.h โ†’ libc/include/any-linux-any/linux/prctl.h
File renamed without changes
libc/include/generic-musl/linux/psample.h โ†’ libc/include/any-linux-any/linux/psample.h
File renamed without changes
libc/include/generic-musl/linux/psci.h โ†’ libc/include/any-linux-any/linux/psci.h
File renamed without changes
libc/include/generic-musl/linux/psp-sev.h โ†’ libc/include/any-linux-any/linux/psp-sev.h
File renamed without changes
libc/include/generic-musl/linux/ptp_clock.h โ†’ libc/include/any-linux-any/linux/ptp_clock.h
File renamed without changes
libc/include/generic-musl/linux/ptrace.h โ†’ libc/include/any-linux-any/linux/ptrace.h
File renamed without changes
libc/include/generic-musl/linux/qemu_fw_cfg.h โ†’ libc/include/any-linux-any/linux/qemu_fw_cfg.h
File renamed without changes
libc/include/generic-musl/linux/qnx4_fs.h โ†’ libc/include/any-linux-any/linux/qnx4_fs.h
File renamed without changes
libc/include/generic-musl/linux/qnxtypes.h โ†’ libc/include/any-linux-any/linux/qnxtypes.h
File renamed without changes
libc/include/generic-musl/linux/qrtr.h โ†’ libc/include/any-linux-any/linux/qrtr.h
File renamed without changes
libc/include/generic-musl/linux/quota.h โ†’ libc/include/any-linux-any/linux/quota.h
File renamed without changes
libc/include/generic-musl/linux/radeonfb.h โ†’ libc/include/any-linux-any/linux/radeonfb.h
File renamed without changes
libc/include/generic-musl/linux/random.h โ†’ libc/include/any-linux-any/linux/random.h
File renamed without changes
libc/include/generic-musl/linux/raw.h โ†’ libc/include/any-linux-any/linux/raw.h
File renamed without changes
libc/include/generic-musl/linux/rds.h โ†’ libc/include/any-linux-any/linux/rds.h
File renamed without changes
libc/include/generic-musl/linux/reboot.h โ†’ libc/include/any-linux-any/linux/reboot.h
File renamed without changes
libc/include/generic-musl/linux/reiserfs_fs.h โ†’ libc/include/any-linux-any/linux/reiserfs_fs.h
File renamed without changes
libc/include/generic-musl/linux/reiserfs_xattr.h โ†’ libc/include/any-linux-any/linux/reiserfs_xattr.h
File renamed without changes
libc/include/generic-musl/linux/resource.h โ†’ libc/include/any-linux-any/linux/resource.h
File renamed without changes
libc/include/generic-musl/linux/rfkill.h โ†’ libc/include/any-linux-any/linux/rfkill.h
File renamed without changes
libc/include/generic-musl/linux/rio_cm_cdev.h โ†’ libc/include/any-linux-any/linux/rio_cm_cdev.h
File renamed without changes
libc/include/generic-musl/linux/rio_mport_cdev.h โ†’ libc/include/any-linux-any/linux/rio_mport_cdev.h
File renamed without changes
libc/include/generic-musl/linux/romfs_fs.h โ†’ libc/include/any-linux-any/linux/romfs_fs.h
File renamed without changes
libc/include/generic-musl/linux/rose.h โ†’ libc/include/any-linux-any/linux/rose.h
File renamed without changes
libc/include/generic-musl/linux/route.h โ†’ libc/include/any-linux-any/linux/route.h
File renamed without changes
libc/include/generic-musl/linux/rpmsg.h โ†’ libc/include/any-linux-any/linux/rpmsg.h
File renamed without changes
libc/include/generic-musl/linux/rseq.h โ†’ libc/include/any-linux-any/linux/rseq.h
File renamed without changes
libc/include/generic-musl/linux/rtc.h โ†’ libc/include/any-linux-any/linux/rtc.h
File renamed without changes
libc/include/generic-musl/linux/rtnetlink.h โ†’ libc/include/any-linux-any/linux/rtnetlink.h
File renamed without changes
libc/include/generic-musl/linux/rxrpc.h โ†’ libc/include/any-linux-any/linux/rxrpc.h
File renamed without changes
libc/include/generic-musl/linux/scc.h โ†’ libc/include/any-linux-any/linux/scc.h
File renamed without changes
libc/include/generic-musl/linux/sched.h โ†’ libc/include/any-linux-any/linux/sched.h
File renamed without changes
libc/include/generic-musl/linux/scif_ioctl.h โ†’ libc/include/any-linux-any/linux/scif_ioctl.h
File renamed without changes
libc/include/generic-musl/linux/screen_info.h โ†’ libc/include/any-linux-any/linux/screen_info.h
File renamed without changes
libc/include/generic-musl/linux/sctp.h โ†’ libc/include/any-linux-any/linux/sctp.h
File renamed without changes
libc/include/generic-musl/linux/sdla.h โ†’ libc/include/any-linux-any/linux/sdla.h
File renamed without changes
libc/include/generic-musl/linux/seccomp.h โ†’ libc/include/any-linux-any/linux/seccomp.h
File renamed without changes
libc/include/generic-musl/linux/securebits.h โ†’ libc/include/any-linux-any/linux/securebits.h
File renamed without changes
libc/include/generic-musl/linux/sed-opal.h โ†’ libc/include/any-linux-any/linux/sed-opal.h
File renamed without changes
libc/include/generic-musl/linux/seg6.h โ†’ libc/include/any-linux-any/linux/seg6.h
File renamed without changes
libc/include/generic-musl/linux/seg6_genl.h โ†’ libc/include/any-linux-any/linux/seg6_genl.h
File renamed without changes
libc/include/generic-musl/linux/seg6_hmac.h โ†’ libc/include/any-linux-any/linux/seg6_hmac.h
File renamed without changes
libc/include/generic-musl/linux/seg6_iptunnel.h โ†’ libc/include/any-linux-any/linux/seg6_iptunnel.h
File renamed without changes
libc/include/generic-musl/linux/seg6_local.h โ†’ libc/include/any-linux-any/linux/seg6_local.h
File renamed without changes
libc/include/generic-musl/linux/selinux_netlink.h โ†’ libc/include/any-linux-any/linux/selinux_netlink.h
File renamed without changes
libc/include/generic-musl/linux/sem.h โ†’ libc/include/any-linux-any/linux/sem.h
File renamed without changes
libc/include/generic-musl/linux/serial.h โ†’ libc/include/any-linux-any/linux/serial.h
File renamed without changes
libc/include/generic-musl/linux/serial_core.h โ†’ libc/include/any-linux-any/linux/serial_core.h
File renamed without changes
libc/include/generic-musl/linux/serial_reg.h โ†’ libc/include/any-linux-any/linux/serial_reg.h
File renamed without changes
libc/include/generic-musl/linux/serio.h โ†’ libc/include/any-linux-any/linux/serio.h
File renamed without changes
libc/include/generic-musl/linux/shm.h โ†’ libc/include/any-linux-any/linux/shm.h
File renamed without changes
libc/include/generic-musl/linux/signal.h โ†’ libc/include/any-linux-any/linux/signal.h
File renamed without changes
libc/include/generic-musl/linux/signalfd.h โ†’ libc/include/any-linux-any/linux/signalfd.h
File renamed without changes
libc/include/generic-musl/linux/smc.h โ†’ libc/include/any-linux-any/linux/smc.h
File renamed without changes
libc/include/generic-musl/linux/smc_diag.h โ†’ libc/include/any-linux-any/linux/smc_diag.h
File renamed without changes
libc/include/generic-musl/linux/smiapp.h โ†’ libc/include/any-linux-any/linux/smiapp.h
File renamed without changes
libc/include/generic-musl/linux/snmp.h โ†’ libc/include/any-linux-any/linux/snmp.h
File renamed without changes
libc/include/generic-musl/linux/sock_diag.h โ†’ libc/include/any-linux-any/linux/sock_diag.h
File renamed without changes
libc/include/generic-musl/linux/socket.h โ†’ libc/include/any-linux-any/linux/socket.h
File renamed without changes
libc/include/generic-musl/linux/sockios.h โ†’ libc/include/any-linux-any/linux/sockios.h
File renamed without changes
libc/include/generic-musl/linux/sonet.h โ†’ libc/include/any-linux-any/linux/sonet.h
File renamed without changes
libc/include/generic-musl/linux/sonypi.h โ†’ libc/include/any-linux-any/linux/sonypi.h
File renamed without changes
libc/include/generic-musl/linux/sound.h โ†’ libc/include/any-linux-any/linux/sound.h
File renamed without changes
libc/include/generic-musl/linux/soundcard.h โ†’ libc/include/any-linux-any/linux/soundcard.h
File renamed without changes
libc/include/generic-musl/linux/stat.h โ†’ libc/include/any-linux-any/linux/stat.h
File renamed without changes
libc/include/generic-musl/linux/stddef.h โ†’ libc/include/any-linux-any/linux/stddef.h
File renamed without changes
libc/include/generic-musl/linux/stm.h โ†’ libc/include/any-linux-any/linux/stm.h
File renamed without changes
libc/include/generic-musl/linux/string.h โ†’ libc/include/any-linux-any/linux/string.h
File renamed without changes
libc/include/generic-musl/linux/suspend_ioctls.h โ†’ libc/include/any-linux-any/linux/suspend_ioctls.h
File renamed without changes
libc/include/generic-musl/linux/swab.h โ†’ libc/include/any-linux-any/linux/swab.h
File renamed without changes
libc/include/generic-musl/linux/switchtec_ioctl.h โ†’ libc/include/any-linux-any/linux/switchtec_ioctl.h
File renamed without changes
libc/include/generic-musl/linux/sync_file.h โ†’ libc/include/any-linux-any/linux/sync_file.h
File renamed without changes
libc/include/generic-musl/linux/synclink.h โ†’ libc/include/any-linux-any/linux/synclink.h
File renamed without changes
libc/include/generic-musl/linux/sysctl.h โ†’ libc/include/any-linux-any/linux/sysctl.h
File renamed without changes
libc/include/generic-musl/linux/sysinfo.h โ†’ libc/include/any-linux-any/linux/sysinfo.h
File renamed without changes
libc/include/generic-musl/linux/target_core_user.h โ†’ libc/include/any-linux-any/linux/target_core_user.h
File renamed without changes
libc/include/generic-musl/linux/taskstats.h โ†’ libc/include/any-linux-any/linux/taskstats.h
File renamed without changes
libc/include/generic-musl/linux/tcp.h โ†’ libc/include/any-linux-any/linux/tcp.h
File renamed without changes
libc/include/generic-musl/linux/tcp_metrics.h โ†’ libc/include/any-linux-any/linux/tcp_metrics.h
File renamed without changes
libc/include/generic-musl/linux/tee.h โ†’ libc/include/any-linux-any/linux/tee.h
File renamed without changes
libc/include/generic-musl/linux/termios.h โ†’ libc/include/any-linux-any/linux/termios.h
File renamed without changes
libc/include/generic-musl/linux/thermal.h โ†’ libc/include/any-linux-any/linux/thermal.h
File renamed without changes
libc/include/generic-musl/linux/time.h โ†’ libc/include/any-linux-any/linux/time.h
File renamed without changes
libc/include/generic-musl/linux/timerfd.h โ†’ libc/include/any-linux-any/linux/timerfd.h
File renamed without changes
libc/include/generic-musl/linux/times.h โ†’ libc/include/any-linux-any/linux/times.h
File renamed without changes
libc/include/generic-musl/linux/timex.h โ†’ libc/include/any-linux-any/linux/timex.h
File renamed without changes
libc/include/generic-musl/linux/tiocl.h โ†’ libc/include/any-linux-any/linux/tiocl.h
File renamed without changes
libc/include/generic-musl/linux/tipc.h โ†’ libc/include/any-linux-any/linux/tipc.h
File renamed without changes
libc/include/generic-musl/linux/tipc_config.h โ†’ libc/include/any-linux-any/linux/tipc_config.h
File renamed without changes
libc/include/generic-musl/linux/tipc_netlink.h โ†’ libc/include/any-linux-any/linux/tipc_netlink.h
File renamed without changes
libc/include/generic-musl/linux/tipc_sockets_diag.h โ†’ libc/include/any-linux-any/linux/tipc_sockets_diag.h
File renamed without changes
libc/include/generic-musl/linux/tls.h โ†’ libc/include/any-linux-any/linux/tls.h
File renamed without changes
libc/include/generic-musl/linux/toshiba.h โ†’ libc/include/any-linux-any/linux/toshiba.h
File renamed without changes
libc/include/generic-musl/linux/tty.h โ†’ libc/include/any-linux-any/linux/tty.h
File renamed without changes
libc/include/generic-musl/linux/tty_flags.h โ†’ libc/include/any-linux-any/linux/tty_flags.h
File renamed without changes
libc/include/generic-musl/linux/types.h โ†’ libc/include/any-linux-any/linux/types.h
File renamed without changes
libc/include/generic-musl/linux/udf_fs_i.h โ†’ libc/include/any-linux-any/linux/udf_fs_i.h
File renamed without changes
libc/include/generic-musl/linux/udp.h โ†’ libc/include/any-linux-any/linux/udp.h
File renamed without changes
libc/include/generic-musl/linux/uhid.h โ†’ libc/include/any-linux-any/linux/uhid.h
File renamed without changes
libc/include/generic-musl/linux/uinput.h โ†’ libc/include/any-linux-any/linux/uinput.h
File renamed without changes
libc/include/generic-musl/linux/uio.h โ†’ libc/include/any-linux-any/linux/uio.h
File renamed without changes
libc/include/generic-musl/linux/uleds.h โ†’ libc/include/any-linux-any/linux/uleds.h
File renamed without changes
libc/include/generic-musl/linux/ultrasound.h โ†’ libc/include/any-linux-any/linux/ultrasound.h
File renamed without changes
libc/include/generic-musl/linux/un.h โ†’ libc/include/any-linux-any/linux/un.h
File renamed without changes
libc/include/generic-musl/linux/unistd.h โ†’ libc/include/any-linux-any/linux/unistd.h
File renamed without changes
libc/include/generic-musl/linux/unix_diag.h โ†’ libc/include/any-linux-any/linux/unix_diag.h
File renamed without changes
libc/include/generic-musl/linux/usbdevice_fs.h โ†’ libc/include/any-linux-any/linux/usbdevice_fs.h
File renamed without changes
libc/include/generic-musl/linux/usbip.h โ†’ libc/include/any-linux-any/linux/usbip.h
File renamed without changes
libc/include/generic-musl/linux/userfaultfd.h โ†’ libc/include/any-linux-any/linux/userfaultfd.h
File renamed without changes
libc/include/generic-musl/linux/userio.h โ†’ libc/include/any-linux-any/linux/userio.h
File renamed without changes
libc/include/generic-musl/linux/utime.h โ†’ libc/include/any-linux-any/linux/utime.h
File renamed without changes
libc/include/generic-musl/linux/utsname.h โ†’ libc/include/any-linux-any/linux/utsname.h
File renamed without changes
libc/include/generic-musl/linux/uuid.h โ†’ libc/include/any-linux-any/linux/uuid.h
File renamed without changes
libc/include/generic-musl/linux/uvcvideo.h โ†’ libc/include/any-linux-any/linux/uvcvideo.h
File renamed without changes
libc/include/generic-musl/linux/v4l2-common.h โ†’ libc/include/any-linux-any/linux/v4l2-common.h
File renamed without changes
libc/include/generic-musl/linux/v4l2-controls.h โ†’ libc/include/any-linux-any/linux/v4l2-controls.h
File renamed without changes
libc/include/generic-musl/linux/v4l2-dv-timings.h โ†’ libc/include/any-linux-any/linux/v4l2-dv-timings.h
File renamed without changes
libc/include/generic-musl/linux/v4l2-mediabus.h โ†’ libc/include/any-linux-any/linux/v4l2-mediabus.h
File renamed without changes
libc/include/generic-musl/linux/v4l2-subdev.h โ†’ libc/include/any-linux-any/linux/v4l2-subdev.h
File renamed without changes
libc/include/generic-musl/linux/vbox_err.h โ†’ libc/include/any-linux-any/linux/vbox_err.h
File renamed without changes
libc/include/generic-musl/linux/vbox_vmmdev_types.h โ†’ libc/include/any-linux-any/linux/vbox_vmmdev_types.h
File renamed without changes
libc/include/generic-musl/linux/vboxguest.h โ†’ libc/include/any-linux-any/linux/vboxguest.h
File renamed without changes
libc/include/generic-musl/linux/version.h โ†’ libc/include/any-linux-any/linux/version.h
File renamed without changes
libc/include/generic-musl/linux/veth.h โ†’ libc/include/any-linux-any/linux/veth.h
File renamed without changes
libc/include/generic-musl/linux/vfio.h โ†’ libc/include/any-linux-any/linux/vfio.h
File renamed without changes
libc/include/generic-musl/linux/vfio_ccw.h โ†’ libc/include/any-linux-any/linux/vfio_ccw.h
File renamed without changes
libc/include/generic-musl/linux/vhost.h โ†’ libc/include/any-linux-any/linux/vhost.h
File renamed without changes
libc/include/generic-musl/linux/videodev2.h โ†’ libc/include/any-linux-any/linux/videodev2.h
File renamed without changes
libc/include/generic-musl/linux/virtio_9p.h โ†’ libc/include/any-linux-any/linux/virtio_9p.h
File renamed without changes
libc/include/generic-musl/linux/virtio_balloon.h โ†’ libc/include/any-linux-any/linux/virtio_balloon.h
File renamed without changes
libc/include/generic-musl/linux/virtio_blk.h โ†’ libc/include/any-linux-any/linux/virtio_blk.h
File renamed without changes
libc/include/generic-musl/linux/virtio_config.h โ†’ libc/include/any-linux-any/linux/virtio_config.h
File renamed without changes
libc/include/generic-musl/linux/virtio_console.h โ†’ libc/include/any-linux-any/linux/virtio_console.h
File renamed without changes
libc/include/generic-musl/linux/virtio_crypto.h โ†’ libc/include/any-linux-any/linux/virtio_crypto.h
File renamed without changes
libc/include/generic-musl/linux/virtio_gpu.h โ†’ libc/include/any-linux-any/linux/virtio_gpu.h
File renamed without changes
libc/include/generic-musl/linux/virtio_ids.h โ†’ libc/include/any-linux-any/linux/virtio_ids.h
File renamed without changes
libc/include/generic-musl/linux/virtio_input.h โ†’ libc/include/any-linux-any/linux/virtio_input.h
File renamed without changes
libc/include/generic-musl/linux/virtio_mmio.h โ†’ libc/include/any-linux-any/linux/virtio_mmio.h
File renamed without changes
libc/include/generic-musl/linux/virtio_net.h โ†’ libc/include/any-linux-any/linux/virtio_net.h
File renamed without changes
libc/include/generic-musl/linux/virtio_pci.h โ†’ libc/include/any-linux-any/linux/virtio_pci.h
File renamed without changes
libc/include/generic-musl/linux/virtio_ring.h โ†’ libc/include/any-linux-any/linux/virtio_ring.h
File renamed without changes
libc/include/generic-musl/linux/virtio_rng.h โ†’ libc/include/any-linux-any/linux/virtio_rng.h
File renamed without changes
libc/include/generic-musl/linux/virtio_scsi.h โ†’ libc/include/any-linux-any/linux/virtio_scsi.h
File renamed without changes
libc/include/generic-musl/linux/virtio_types.h โ†’ libc/include/any-linux-any/linux/virtio_types.h
File renamed without changes
libc/include/generic-musl/linux/virtio_vsock.h โ†’ libc/include/any-linux-any/linux/virtio_vsock.h
File renamed without changes
libc/include/generic-musl/linux/vm_sockets.h โ†’ libc/include/any-linux-any/linux/vm_sockets.h
File renamed without changes
libc/include/generic-musl/linux/vm_sockets_diag.h โ†’ libc/include/any-linux-any/linux/vm_sockets_diag.h
File renamed without changes
libc/include/generic-musl/linux/vmcore.h โ†’ libc/include/any-linux-any/linux/vmcore.h
File renamed without changes
libc/include/generic-musl/linux/vsockmon.h โ†’ libc/include/any-linux-any/linux/vsockmon.h
File renamed without changes
libc/include/generic-musl/linux/vt.h โ†’ libc/include/any-linux-any/linux/vt.h
File renamed without changes
libc/include/generic-musl/linux/vtpm_proxy.h โ†’ libc/include/any-linux-any/linux/vtpm_proxy.h
File renamed without changes
libc/include/generic-musl/linux/wait.h โ†’ libc/include/any-linux-any/linux/wait.h
File renamed without changes
libc/include/generic-musl/linux/wanrouter.h โ†’ libc/include/any-linux-any/linux/wanrouter.h
File renamed without changes
libc/include/generic-musl/linux/watchdog.h โ†’ libc/include/any-linux-any/linux/watchdog.h
File renamed without changes
libc/include/generic-musl/linux/wimax.h โ†’ libc/include/any-linux-any/linux/wimax.h
File renamed without changes
libc/include/generic-musl/linux/wireless.h โ†’ libc/include/any-linux-any/linux/wireless.h
File renamed without changes
libc/include/generic-musl/linux/wmi.h โ†’ libc/include/any-linux-any/linux/wmi.h
File renamed without changes
libc/include/generic-musl/linux/x25.h โ†’ libc/include/any-linux-any/linux/x25.h
File renamed without changes
libc/include/generic-musl/linux/xattr.h โ†’ libc/include/any-linux-any/linux/xattr.h
File renamed without changes
libc/include/generic-musl/linux/xfrm.h โ†’ libc/include/any-linux-any/linux/xfrm.h
File renamed without changes
libc/include/generic-musl/linux/xilinx-v4l2-controls.h โ†’ libc/include/any-linux-any/linux/xilinx-v4l2-controls.h
File renamed without changes
libc/include/generic-musl/linux/zorro.h โ†’ libc/include/any-linux-any/linux/zorro.h
File renamed without changes
libc/include/generic-musl/linux/zorro_ids.h โ†’ libc/include/any-linux-any/linux/zorro_ids.h
File renamed without changes
libc/include/arm-linux-musleabi/asm/fcntl.h โ†’ libc/include/arm-linux-any/asm/fcntl.h
File renamed without changes
libc/include/arm-linux-musleabi/asm/ioctls.h โ†’ libc/include/arm-linux-any/asm/ioctls.h
File renamed without changes
libc/include/arm-linux-musleabi/asm/mman.h โ†’ libc/include/arm-linux-any/asm/mman.h
File renamed without changes
libc/include/arm-linux-musleabi/asm/statfs.h โ†’ libc/include/arm-linux-any/asm/statfs.h
File renamed without changes
libc/include/arm-linux-musleabi/asm/swab.h โ†’ libc/include/arm-linux-any/asm/swab.h
File renamed without changes
libc/include/arm-linux-musleabi/asm/types.h โ†’ libc/include/arm-linux-any/asm/types.h
File renamed without changes
libc/include/arm-linux-gnueabi/asm/unistd.h
@@ -1,41 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- *  arch/arm/include/asm/unistd.h
- *
- *  Copyright (C) 2001-2005 Russell King
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * Please forward _all_ changes to this file to rmk@arm.linux.org.uk,
- * no matter what the change is.  Thanks!
- */
-#ifndef _UAPI__ASM_ARM_UNISTD_H
-#define _UAPI__ASM_ARM_UNISTD_H
-
-#define __NR_OABI_SYSCALL_BASE	0x900000
-
-#if defined(__thumb__) || defined(__ARM_EABI__)
-#define __NR_SYSCALL_BASE	0
-#include <asm/unistd-eabi.h>
-#else
-#define __NR_SYSCALL_BASE	__NR_OABI_SYSCALL_BASE
-#include <asm/unistd-oabi.h>
-#endif
-
-#include <asm/unistd-common.h>
-#define __NR_sync_file_range2		__NR_arm_sync_file_range
-
-/*
- * The following SWIs are ARM private.
- */
-#define __ARM_NR_BASE			(__NR_SYSCALL_BASE+0x0f0000)
-#define __ARM_NR_breakpoint		(__ARM_NR_BASE+1)
-#define __ARM_NR_cacheflush		(__ARM_NR_BASE+2)
-#define __ARM_NR_usr26			(__ARM_NR_BASE+3)
-#define __ARM_NR_usr32			(__ARM_NR_BASE+4)
-#define __ARM_NR_set_tls		(__ARM_NR_BASE+5)
-#define __ARM_NR_get_tls		(__ARM_NR_BASE+6)
-
-#endif /* _UAPI__ASM_ARM_UNISTD_H */
libc/include/arm-linux-gnueabihf/asm/unistd.h
@@ -1,41 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- *  arch/arm/include/asm/unistd.h
- *
- *  Copyright (C) 2001-2005 Russell King
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * Please forward _all_ changes to this file to rmk@arm.linux.org.uk,
- * no matter what the change is.  Thanks!
- */
-#ifndef _UAPI__ASM_ARM_UNISTD_H
-#define _UAPI__ASM_ARM_UNISTD_H
-
-#define __NR_OABI_SYSCALL_BASE	0x900000
-
-#if defined(__thumb__) || defined(__ARM_EABI__)
-#define __NR_SYSCALL_BASE	0
-#include <asm/unistd-eabi.h>
-#else
-#define __NR_SYSCALL_BASE	__NR_OABI_SYSCALL_BASE
-#include <asm/unistd-oabi.h>
-#endif
-
-#include <asm/unistd-common.h>
-#define __NR_sync_file_range2		__NR_arm_sync_file_range
-
-/*
- * The following SWIs are ARM private.
- */
-#define __ARM_NR_BASE			(__NR_SYSCALL_BASE+0x0f0000)
-#define __ARM_NR_breakpoint		(__ARM_NR_BASE+1)
-#define __ARM_NR_cacheflush		(__ARM_NR_BASE+2)
-#define __ARM_NR_usr26			(__ARM_NR_BASE+3)
-#define __ARM_NR_usr32			(__ARM_NR_BASE+4)
-#define __ARM_NR_set_tls		(__ARM_NR_BASE+5)
-#define __ARM_NR_get_tls		(__ARM_NR_BASE+6)
-
-#endif /* _UAPI__ASM_ARM_UNISTD_H */
libc/include/arm-linux-musleabihf/asm/fcntl.h โ†’ libc/include/armeb-linux-any/asm/fcntl.h
File renamed without changes
libc/include/arm-linux-musleabihf/asm/ioctls.h โ†’ libc/include/armeb-linux-any/asm/ioctls.h
File renamed without changes
libc/include/arm-linux-musleabihf/asm/mman.h โ†’ libc/include/armeb-linux-any/asm/mman.h
File renamed without changes
libc/include/arm-linux-musleabihf/asm/statfs.h โ†’ libc/include/armeb-linux-any/asm/statfs.h
File renamed without changes
libc/include/arm-linux-musleabihf/asm/swab.h โ†’ libc/include/armeb-linux-any/asm/swab.h
File renamed without changes
libc/include/arm-linux-musleabihf/asm/types.h โ†’ libc/include/armeb-linux-any/asm/types.h
File renamed without changes
libc/include/armeb-linux-gnueabi/asm/unistd.h
@@ -1,41 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- *  arch/arm/include/asm/unistd.h
- *
- *  Copyright (C) 2001-2005 Russell King
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * Please forward _all_ changes to this file to rmk@arm.linux.org.uk,
- * no matter what the change is.  Thanks!
- */
-#ifndef _UAPI__ASM_ARM_UNISTD_H
-#define _UAPI__ASM_ARM_UNISTD_H
-
-#define __NR_OABI_SYSCALL_BASE	0x900000
-
-#if defined(__thumb__) || defined(__ARM_EABI__)
-#define __NR_SYSCALL_BASE	0
-#include <asm/unistd-eabi.h>
-#else
-#define __NR_SYSCALL_BASE	__NR_OABI_SYSCALL_BASE
-#include <asm/unistd-oabi.h>
-#endif
-
-#include <asm/unistd-common.h>
-#define __NR_sync_file_range2		__NR_arm_sync_file_range
-
-/*
- * The following SWIs are ARM private.
- */
-#define __ARM_NR_BASE			(__NR_SYSCALL_BASE+0x0f0000)
-#define __ARM_NR_breakpoint		(__ARM_NR_BASE+1)
-#define __ARM_NR_cacheflush		(__ARM_NR_BASE+2)
-#define __ARM_NR_usr26			(__ARM_NR_BASE+3)
-#define __ARM_NR_usr32			(__ARM_NR_BASE+4)
-#define __ARM_NR_set_tls		(__ARM_NR_BASE+5)
-#define __ARM_NR_get_tls		(__ARM_NR_BASE+6)
-
-#endif /* _UAPI__ASM_ARM_UNISTD_H */
libc/include/armeb-linux-gnueabihf/asm/unistd.h
@@ -1,41 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- *  arch/arm/include/asm/unistd.h
- *
- *  Copyright (C) 2001-2005 Russell King
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * Please forward _all_ changes to this file to rmk@arm.linux.org.uk,
- * no matter what the change is.  Thanks!
- */
-#ifndef _UAPI__ASM_ARM_UNISTD_H
-#define _UAPI__ASM_ARM_UNISTD_H
-
-#define __NR_OABI_SYSCALL_BASE	0x900000
-
-#if defined(__thumb__) || defined(__ARM_EABI__)
-#define __NR_SYSCALL_BASE	0
-#include <asm/unistd-eabi.h>
-#else
-#define __NR_SYSCALL_BASE	__NR_OABI_SYSCALL_BASE
-#include <asm/unistd-oabi.h>
-#endif
-
-#include <asm/unistd-common.h>
-#define __NR_sync_file_range2		__NR_arm_sync_file_range
-
-/*
- * The following SWIs are ARM private.
- */
-#define __ARM_NR_BASE			(__NR_SYSCALL_BASE+0x0f0000)
-#define __ARM_NR_breakpoint		(__ARM_NR_BASE+1)
-#define __ARM_NR_cacheflush		(__ARM_NR_BASE+2)
-#define __ARM_NR_usr26			(__ARM_NR_BASE+3)
-#define __ARM_NR_usr32			(__ARM_NR_BASE+4)
-#define __ARM_NR_set_tls		(__ARM_NR_BASE+5)
-#define __ARM_NR_get_tls		(__ARM_NR_BASE+6)
-
-#endif /* _UAPI__ASM_ARM_UNISTD_H */
libc/include/armeb-linux-musleabi/asm/fcntl.h
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _ARM_FCNTL_H
-#define _ARM_FCNTL_H
-
-#define O_DIRECTORY	 040000	/* must be a directory */
-#define O_NOFOLLOW	0100000	/* don't follow links */
-#define O_DIRECT	0200000	/* direct disk access hint - currently ignored */
-#define O_LARGEFILE	0400000
-
-#include <asm-generic/fcntl.h>
-
-#endif
\ No newline at end of file
libc/include/armeb-linux-musleabi/asm/ioctls.h
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef __ASM_ARM_IOCTLS_H
-#define __ASM_ARM_IOCTLS_H
-
-#define FIOQSIZE	0x545E
-
-#include <asm-generic/ioctls.h>
-
-#endif
\ No newline at end of file
libc/include/armeb-linux-musleabi/asm/mman.h
@@ -1,4 +0,0 @@
-#include <asm-generic/mman.h>
-
-#define arch_mmap_check(addr, len, flags) \
-	(((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)
\ No newline at end of file
libc/include/armeb-linux-musleabi/asm/statfs.h
@@ -1,13 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _ASMARM_STATFS_H
-#define _ASMARM_STATFS_H
-
-/*
- * With EABI there is 4 bytes of padding added to this structure.
- * Let's pack it so the padding goes away to simplify dual ABI support.
- * Note that user space does NOT have to pack this structure.
- */
-#define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
-
-#include <asm-generic/statfs.h>
-#endif
\ No newline at end of file
libc/include/armeb-linux-musleabi/asm/swab.h
@@ -1,52 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- *  arch/arm/include/asm/byteorder.h
- *
- * ARM Endian-ness.  In little endian mode, the data bus is connected such
- * that byte accesses appear as:
- *  0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31
- * and word accesses (data or instruction) appear as:
- *  d0...d31
- *
- * When in big endian mode, byte accesses appear as:
- *  0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
- * and word accesses (data or instruction) appear as:
- *  d0...d31
- */
-#ifndef __ASM_ARM_SWAB_H
-#define __ASM_ARM_SWAB_H
-
-
-#include <linux/types.h>
-
-#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
-#  define __SWAB_64_THRU_32__
-#endif
-
-
-static __inline__  __u32 __arch_swab32(__u32 x)
-{
-	__u32 t;
-
-#ifndef __thumb__
-	if (!__builtin_constant_p(x)) {
-		/*
-		 * The compiler needs a bit of a hint here to always do the
-		 * right thing and not screw it up to different degrees
-		 * depending on the gcc version.
-		 */
-		__asm__ ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x));
-	} else
-#endif
-		t = x ^ ((x << 16) | (x >> 16)); /* eor r1,r0,r0,ror #16 */
-
-	x = (x << 24) | (x >> 8);		/* mov r0,r0,ror #8      */
-	t &= ~0x00FF0000;			/* bic r1,r1,#0x00FF0000 */
-	x ^= (t >> 8);				/* eor r0,r0,r1,lsr #8   */
-
-	return x;
-}
-#define __arch_swab32 __arch_swab32
-
-
-#endif /* __ASM_ARM_SWAB_H */
\ No newline at end of file
libc/include/armeb-linux-musleabi/asm/types.h
@@ -1,41 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _ASM_TYPES_H
-#define _ASM_TYPES_H
-
-#include <asm-generic/int-ll64.h>
-
-/*
- * The C99 types uintXX_t that are usually defined in 'stdint.h' are not as
- * unambiguous on ARM as you would expect. For the types below, there is a
- * difference on ARM between GCC built for bare metal ARM, GCC built for glibc
- * and the kernel itself, which results in build errors if you try to build with
- * -ffreestanding and include 'stdint.h' (such as when you include 'arm_neon.h'
- * in order to use NEON intrinsics)
- *
- * As the typedefs for these types in 'stdint.h' are based on builtin defines
- * supplied by GCC, we can tweak these to align with the kernel's idea of those
- * types, so 'linux/types.h' and 'stdint.h' can be safely included from the same
- * source file (provided that -ffreestanding is used).
- *
- *                    int32_t         uint32_t               uintptr_t
- * bare metal GCC     long            unsigned long          unsigned int
- * glibc GCC          int             unsigned int           unsigned int
- * kernel             int             unsigned int           unsigned long
- */
-
-#ifdef __INT32_TYPE__
-#undef __INT32_TYPE__
-#define __INT32_TYPE__		int
-#endif
-
-#ifdef __UINT32_TYPE__
-#undef __UINT32_TYPE__
-#define __UINT32_TYPE__	unsigned int
-#endif
-
-#ifdef __UINTPTR_TYPE__
-#undef __UINTPTR_TYPE__
-#define __UINTPTR_TYPE__	unsigned long
-#endif
-
-#endif /* _ASM_TYPES_H */
\ No newline at end of file
libc/include/armeb-linux-musleabihf/asm/fcntl.h
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _ARM_FCNTL_H
-#define _ARM_FCNTL_H
-
-#define O_DIRECTORY	 040000	/* must be a directory */
-#define O_NOFOLLOW	0100000	/* don't follow links */
-#define O_DIRECT	0200000	/* direct disk access hint - currently ignored */
-#define O_LARGEFILE	0400000
-
-#include <asm-generic/fcntl.h>
-
-#endif
\ No newline at end of file
libc/include/armeb-linux-musleabihf/asm/ioctls.h
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef __ASM_ARM_IOCTLS_H
-#define __ASM_ARM_IOCTLS_H
-
-#define FIOQSIZE	0x545E
-
-#include <asm-generic/ioctls.h>
-
-#endif
\ No newline at end of file
libc/include/armeb-linux-musleabihf/asm/mman.h
@@ -1,4 +0,0 @@
-#include <asm-generic/mman.h>
-
-#define arch_mmap_check(addr, len, flags) \
-	(((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)
\ No newline at end of file
libc/include/armeb-linux-musleabihf/asm/statfs.h
@@ -1,13 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _ASMARM_STATFS_H
-#define _ASMARM_STATFS_H
-
-/*
- * With EABI there is 4 bytes of padding added to this structure.
- * Let's pack it so the padding goes away to simplify dual ABI support.
- * Note that user space does NOT have to pack this structure.
- */
-#define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
-
-#include <asm-generic/statfs.h>
-#endif
\ No newline at end of file
libc/include/armeb-linux-musleabihf/asm/swab.h
@@ -1,52 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- *  arch/arm/include/asm/byteorder.h
- *
- * ARM Endian-ness.  In little endian mode, the data bus is connected such
- * that byte accesses appear as:
- *  0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31
- * and word accesses (data or instruction) appear as:
- *  d0...d31
- *
- * When in big endian mode, byte accesses appear as:
- *  0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
- * and word accesses (data or instruction) appear as:
- *  d0...d31
- */
-#ifndef __ASM_ARM_SWAB_H
-#define __ASM_ARM_SWAB_H
-
-
-#include <linux/types.h>
-
-#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
-#  define __SWAB_64_THRU_32__
-#endif
-
-
-static __inline__  __u32 __arch_swab32(__u32 x)
-{
-	__u32 t;
-
-#ifndef __thumb__
-	if (!__builtin_constant_p(x)) {
-		/*
-		 * The compiler needs a bit of a hint here to always do the
-		 * right thing and not screw it up to different degrees
-		 * depending on the gcc version.
-		 */
-		__asm__ ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x));
-	} else
-#endif
-		t = x ^ ((x << 16) | (x >> 16)); /* eor r1,r0,r0,ror #16 */
-
-	x = (x << 24) | (x >> 8);		/* mov r0,r0,ror #8      */
-	t &= ~0x00FF0000;			/* bic r1,r1,#0x00FF0000 */
-	x ^= (t >> 8);				/* eor r0,r0,r1,lsr #8   */
-
-	return x;
-}
-#define __arch_swab32 __arch_swab32
-
-
-#endif /* __ASM_ARM_SWAB_H */
\ No newline at end of file
libc/include/armeb-linux-musleabihf/asm/types.h
@@ -1,41 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _ASM_TYPES_H
-#define _ASM_TYPES_H
-
-#include <asm-generic/int-ll64.h>
-
-/*
- * The C99 types uintXX_t that are usually defined in 'stdint.h' are not as
- * unambiguous on ARM as you would expect. For the types below, there is a
- * difference on ARM between GCC built for bare metal ARM, GCC built for glibc
- * and the kernel itself, which results in build errors if you try to build with
- * -ffreestanding and include 'stdint.h' (such as when you include 'arm_neon.h'
- * in order to use NEON intrinsics)
- *
- * As the typedefs for these types in 'stdint.h' are based on builtin defines
- * supplied by GCC, we can tweak these to align with the kernel's idea of those
- * types, so 'linux/types.h' and 'stdint.h' can be safely included from the same
- * source file (provided that -ffreestanding is used).
- *
- *                    int32_t         uint32_t               uintptr_t
- * bare metal GCC     long            unsigned long          unsigned int
- * glibc GCC          int             unsigned int           unsigned int
- * kernel             int             unsigned int           unsigned long
- */
-
-#ifdef __INT32_TYPE__
-#undef __INT32_TYPE__
-#define __INT32_TYPE__		int
-#endif
-
-#ifdef __UINT32_TYPE__
-#undef __UINT32_TYPE__
-#define __UINT32_TYPE__	unsigned int
-#endif
-
-#ifdef __UINTPTR_TYPE__
-#undef __UINTPTR_TYPE__
-#define __UINTPTR_TYPE__	unsigned long
-#endif
-
-#endif /* _ASM_TYPES_H */
\ No newline at end of file
libc/include/generic-glibc/asm/unistd_32.h
@@ -1,401 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef __ASM_SH_UNISTD_32_H
-#define __ASM_SH_UNISTD_32_H
-
-/*
- * Copyright (C) 1999  Niibe Yutaka
- */
-
-/*
- * This file contains the system call numbers.
- */
-
-#define __NR_restart_syscall	  0
-#define __NR_exit		  1
-#define __NR_fork		  2
-#define __NR_read		  3
-#define __NR_write		  4
-#define __NR_open		  5
-#define __NR_close		  6
-#define __NR_waitpid		  7
-#define __NR_creat		  8
-#define __NR_link		  9
-#define __NR_unlink		 10
-#define __NR_execve		 11
-#define __NR_chdir		 12
-#define __NR_time		 13
-#define __NR_mknod		 14
-#define __NR_chmod		 15
-#define __NR_lchown		 16
-				 /* 17 was sys_break */
-#define __NR_oldstat		 18
-#define __NR_lseek		 19
-#define __NR_getpid		 20
-#define __NR_mount		 21
-#define __NR_umount		 22
-#define __NR_setuid		 23
-#define __NR_getuid		 24
-#define __NR_stime		 25
-#define __NR_ptrace		 26
-#define __NR_alarm		 27
-#define __NR_oldfstat		 28
-#define __NR_pause		 29
-#define __NR_utime		 30
-				 /* 31 was sys_stty */
-				 /* 32 was sys_gtty */
-#define __NR_access		 33
-#define __NR_nice		 34
-				 /* 35 was sys_ftime */
-#define __NR_sync		 36
-#define __NR_kill		 37
-#define __NR_rename		 38
-#define __NR_mkdir		 39
-#define __NR_rmdir		 40
-#define __NR_dup		 41
-#define __NR_pipe		 42
-#define __NR_times		 43
-				 /* 44 was sys_prof */
-#define __NR_brk		 45
-#define __NR_setgid		 46
-#define __NR_getgid		 47
-#define __NR_signal		 48
-#define __NR_geteuid		 49
-#define __NR_getegid		 50
-#define __NR_acct		 51
-#define __NR_umount2		 52
-				 /* 53 was sys_lock */
-#define __NR_ioctl		 54
-#define __NR_fcntl		 55
-				 /* 56 was sys_mpx */
-#define __NR_setpgid		 57
-				 /* 58 was sys_ulimit */
-				 /* 59 was sys_olduname */
-#define __NR_umask		 60
-#define __NR_chroot		 61
-#define __NR_ustat		 62
-#define __NR_dup2		 63
-#define __NR_getppid		 64
-#define __NR_getpgrp		 65
-#define __NR_setsid		 66
-#define __NR_sigaction		 67
-#define __NR_sgetmask		 68
-#define __NR_ssetmask		 69
-#define __NR_setreuid		 70
-#define __NR_setregid		 71
-#define __NR_sigsuspend		 72
-#define __NR_sigpending		 73
-#define __NR_sethostname	 74
-#define __NR_setrlimit		 75
-#define __NR_getrlimit		 76	/* Back compatible 2Gig limited rlimit */
-#define __NR_getrusage		 77
-#define __NR_gettimeofday	 78
-#define __NR_settimeofday	 79
-#define __NR_getgroups		 80
-#define __NR_setgroups		 81
-				 /* 82 was sys_oldselect */
-#define __NR_symlink		 83
-#define __NR_oldlstat		 84
-#define __NR_readlink		 85
-#define __NR_uselib		 86
-#define __NR_swapon		 87
-#define __NR_reboot		 88
-#define __NR_readdir		 89
-#define __NR_mmap		 90
-#define __NR_munmap		 91
-#define __NR_truncate		 92
-#define __NR_ftruncate		 93
-#define __NR_fchmod		 94
-#define __NR_fchown		 95
-#define __NR_getpriority	 96
-#define __NR_setpriority	 97
-				 /* 98 was sys_profil */
-#define __NR_statfs		 99
-#define __NR_fstatfs		100
-				/* 101 was sys_ioperm */
-#define __NR_socketcall		102
-#define __NR_syslog		103
-#define __NR_setitimer		104
-#define __NR_getitimer		105
-#define __NR_stat		106
-#define __NR_lstat		107
-#define __NR_fstat		108
-#define __NR_olduname		109
-				/* 110 was sys_iopl */
-#define __NR_vhangup		111
-				/* 112 was sys_idle */
-				/* 113 was sys_vm86old */
-#define __NR_wait4		114
-#define __NR_swapoff		115
-#define __NR_sysinfo		116
-#define __NR_ipc		117
-#define __NR_fsync		118
-#define __NR_sigreturn		119
-#define __NR_clone		120
-#define __NR_setdomainname	121
-#define __NR_uname		122
-#define __NR_cacheflush		123
-#define __NR_adjtimex		124
-#define __NR_mprotect		125
-#define __NR_sigprocmask	126
-				/* 127 was sys_create_module */
-#define __NR_init_module	128
-#define __NR_delete_module	129
-				/* 130 was sys_get_kernel_syms */
-#define __NR_quotactl		131
-#define __NR_getpgid		132
-#define __NR_fchdir		133
-#define __NR_bdflush		134
-#define __NR_sysfs		135
-#define __NR_personality	136
-				/* 137 was sys_afs_syscall */
-#define __NR_setfsuid		138
-#define __NR_setfsgid		139
-#define __NR__llseek		140
-#define __NR_getdents		141
-#define __NR__newselect		142
-#define __NR_flock		143
-#define __NR_msync		144
-#define __NR_readv		145
-#define __NR_writev		146
-#define __NR_getsid		147
-#define __NR_fdatasync		148
-#define __NR__sysctl		149
-#define __NR_mlock		150
-#define __NR_munlock		151
-#define __NR_mlockall		152
-#define __NR_munlockall		153
-#define __NR_sched_setparam		154
-#define __NR_sched_getparam		155
-#define __NR_sched_setscheduler		156
-#define __NR_sched_getscheduler		157
-#define __NR_sched_yield		158
-#define __NR_sched_get_priority_max	159
-#define __NR_sched_get_priority_min	160
-#define __NR_sched_rr_get_interval	161
-#define __NR_nanosleep		162
-#define __NR_mremap		163
-#define __NR_setresuid		164
-#define __NR_getresuid		165
-				/* 166 was sys_vm86 */
-				/* 167 was sys_query_module */
-#define __NR_poll		168
-#define __NR_nfsservctl		169
-#define __NR_setresgid		170
-#define __NR_getresgid		171
-#define __NR_prctl              172
-#define __NR_rt_sigreturn	173
-#define __NR_rt_sigaction	174
-#define __NR_rt_sigprocmask	175
-#define __NR_rt_sigpending	176
-#define __NR_rt_sigtimedwait	177
-#define __NR_rt_sigqueueinfo	178
-#define __NR_rt_sigsuspend	179
-#define __NR_pread64		180
-#define __NR_pwrite64		181
-#define __NR_chown		182
-#define __NR_getcwd		183
-#define __NR_capget		184
-#define __NR_capset		185
-#define __NR_sigaltstack	186
-#define __NR_sendfile		187
-				/* 188 reserved for sys_getpmsg */
-				/* 189 reserved for sys_putpmsg */
-#define __NR_vfork		190
-#define __NR_ugetrlimit		191	/* SuS compliant getrlimit */
-#define __NR_mmap2		192
-#define __NR_truncate64		193
-#define __NR_ftruncate64	194
-#define __NR_stat64		195
-#define __NR_lstat64		196
-#define __NR_fstat64		197
-#define __NR_lchown32		198
-#define __NR_getuid32		199
-#define __NR_getgid32		200
-#define __NR_geteuid32		201
-#define __NR_getegid32		202
-#define __NR_setreuid32		203
-#define __NR_setregid32		204
-#define __NR_getgroups32	205
-#define __NR_setgroups32	206
-#define __NR_fchown32		207
-#define __NR_setresuid32	208
-#define __NR_getresuid32	209
-#define __NR_setresgid32	210
-#define __NR_getresgid32	211
-#define __NR_chown32		212
-#define __NR_setuid32		213
-#define __NR_setgid32		214
-#define __NR_setfsuid32		215
-#define __NR_setfsgid32		216
-#define __NR_pivot_root		217
-#define __NR_mincore		218
-#define __NR_madvise		219
-#define __NR_getdents64		220
-#define __NR_fcntl64		221
-				/* 222 is reserved for tux */
-				/* 223 is unused */
-#define __NR_gettid		224
-#define __NR_readahead		225
-#define __NR_setxattr		226
-#define __NR_lsetxattr		227
-#define __NR_fsetxattr		228
-#define __NR_getxattr		229
-#define __NR_lgetxattr		230
-#define __NR_fgetxattr		231
-#define __NR_listxattr		232
-#define __NR_llistxattr		233
-#define __NR_flistxattr		234
-#define __NR_removexattr	235
-#define __NR_lremovexattr	236
-#define __NR_fremovexattr	237
-#define __NR_tkill		238
-#define __NR_sendfile64		239
-#define __NR_futex		240
-#define __NR_sched_setaffinity	241
-#define __NR_sched_getaffinity	242
-				/* 243 is reserved for set_thread_area */
-				/* 244 is reserved for get_thread_area */
-#define __NR_io_setup		245
-#define __NR_io_destroy		246
-#define __NR_io_getevents	247
-#define __NR_io_submit		248
-#define __NR_io_cancel		249
-#define __NR_fadvise64		250
-				/* 251 is unused */
-#define __NR_exit_group		252
-#define __NR_lookup_dcookie	253
-#define __NR_epoll_create	254
-#define __NR_epoll_ctl		255
-#define __NR_epoll_wait		256
-#define __NR_remap_file_pages	257
-#define __NR_set_tid_address	258
-#define __NR_timer_create	259
-#define __NR_timer_settime	(__NR_timer_create+1)
-#define __NR_timer_gettime	(__NR_timer_create+2)
-#define __NR_timer_getoverrun	(__NR_timer_create+3)
-#define __NR_timer_delete	(__NR_timer_create+4)
-#define __NR_clock_settime	(__NR_timer_create+5)
-#define __NR_clock_gettime	(__NR_timer_create+6)
-#define __NR_clock_getres	(__NR_timer_create+7)
-#define __NR_clock_nanosleep	(__NR_timer_create+8)
-#define __NR_statfs64		268
-#define __NR_fstatfs64		269
-#define __NR_tgkill		270
-#define __NR_utimes		271
-#define __NR_fadvise64_64	272
-				/* 273 is reserved for vserver */
-#define __NR_mbind              274
-#define __NR_get_mempolicy      275
-#define __NR_set_mempolicy      276
-#define __NR_mq_open            277
-#define __NR_mq_unlink          (__NR_mq_open+1)
-#define __NR_mq_timedsend       (__NR_mq_open+2)
-#define __NR_mq_timedreceive    (__NR_mq_open+3)
-#define __NR_mq_notify          (__NR_mq_open+4)
-#define __NR_mq_getsetattr      (__NR_mq_open+5)
-#define __NR_kexec_load		283
-#define __NR_waitid		284
-#define __NR_add_key		285
-#define __NR_request_key	286
-#define __NR_keyctl		287
-#define __NR_ioprio_set		288
-#define __NR_ioprio_get		289
-#define __NR_inotify_init	290
-#define __NR_inotify_add_watch	291
-#define __NR_inotify_rm_watch	292
-				/* 293 is unused */
-#define __NR_migrate_pages	294
-#define __NR_openat		295
-#define __NR_mkdirat		296
-#define __NR_mknodat		297
-#define __NR_fchownat		298
-#define __NR_futimesat		299
-#define __NR_fstatat64		300
-#define __NR_unlinkat		301
-#define __NR_renameat		302
-#define __NR_linkat		303
-#define __NR_symlinkat		304
-#define __NR_readlinkat		305
-#define __NR_fchmodat		306
-#define __NR_faccessat		307
-#define __NR_pselect6		308
-#define __NR_ppoll		309
-#define __NR_unshare		310
-#define __NR_set_robust_list	311
-#define __NR_get_robust_list	312
-#define __NR_splice		313
-#define __NR_sync_file_range	314
-#define __NR_tee		315
-#define __NR_vmsplice		316
-#define __NR_move_pages		317
-#define __NR_getcpu		318
-#define __NR_epoll_pwait	319
-#define __NR_utimensat		320
-#define __NR_signalfd		321
-#define __NR_timerfd_create	322
-#define __NR_eventfd		323
-#define __NR_fallocate		324
-#define __NR_timerfd_settime	325
-#define __NR_timerfd_gettime	326
-#define __NR_signalfd4		327
-#define __NR_eventfd2		328
-#define __NR_epoll_create1	329
-#define __NR_dup3		330
-#define __NR_pipe2		331
-#define __NR_inotify_init1	332
-#define __NR_preadv		333
-#define __NR_pwritev		334
-#define __NR_rt_tgsigqueueinfo	335
-#define __NR_perf_event_open	336
-#define __NR_fanotify_init	337
-#define __NR_fanotify_mark	338
-#define __NR_prlimit64		339
-
-/* Non-multiplexed socket family */
-#define __NR_socket		340
-#define __NR_bind		341
-#define __NR_connect		342
-#define __NR_listen		343
-#define __NR_accept		344
-#define __NR_getsockname	345
-#define __NR_getpeername	346
-#define __NR_socketpair		347
-#define __NR_send		348
-#define __NR_sendto		349
-#define __NR_recv		350
-#define __NR_recvfrom		351
-#define __NR_shutdown		352
-#define __NR_setsockopt		353
-#define __NR_getsockopt		354
-#define __NR_sendmsg		355
-#define __NR_recvmsg		356
-#define __NR_recvmmsg		357
-#define __NR_accept4		358
-#define __NR_name_to_handle_at	359
-#define __NR_open_by_handle_at	360
-#define __NR_clock_adjtime	361
-#define __NR_syncfs		362
-#define __NR_sendmmsg		363
-#define __NR_setns		364
-#define __NR_process_vm_readv	365
-#define __NR_process_vm_writev	366
-#define __NR_kcmp		367
-#define __NR_finit_module	368
-#define __NR_sched_getattr	369
-#define __NR_sched_setattr	370
-#define __NR_renameat2		371
-#define __NR_seccomp		372
-#define __NR_getrandom		373
-#define __NR_memfd_create	374
-#define __NR_bpf		375
-#define __NR_execveat		376
-#define __NR_userfaultfd	377
-#define __NR_membarrier		378
-#define __NR_mlock2		379
-#define __NR_copy_file_range	380
-#define __NR_preadv2		381
-#define __NR_pwritev2		382
-
-#define NR_syscalls 383
-
-#endif /* __ASM_SH_UNISTD_32_H */
libc/include/generic-glibc/asm/unistd_64.h
@@ -1,421 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef __ASM_SH_UNISTD_64_H
-#define __ASM_SH_UNISTD_64_H
-
-/*
- * include/asm-sh/unistd_64.h
- *
- * This file contains the system call numbers.
- *
- * Copyright (C) 2000, 2001  Paolo Alberelli
- * Copyright (C) 2003 - 2007 Paul Mundt
- * Copyright (C) 2004  Sean McGoogan
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- */
-#define __NR_restart_syscall	  0
-#define __NR_exit		  1
-#define __NR_fork		  2
-#define __NR_read		  3
-#define __NR_write		  4
-#define __NR_open		  5
-#define __NR_close		  6
-#define __NR_waitpid		  7
-#define __NR_creat		  8
-#define __NR_link		  9
-#define __NR_unlink		 10
-#define __NR_execve		 11
-#define __NR_chdir		 12
-#define __NR_time		 13
-#define __NR_mknod		 14
-#define __NR_chmod		 15
-#define __NR_lchown		 16
-				 /* 17 was sys_break */
-#define __NR_oldstat		 18
-#define __NR_lseek		 19
-#define __NR_getpid		 20
-#define __NR_mount		 21
-#define __NR_umount		 22
-#define __NR_setuid		 23
-#define __NR_getuid		 24
-#define __NR_stime		 25
-#define __NR_ptrace		 26
-#define __NR_alarm		 27
-#define __NR_oldfstat		 28
-#define __NR_pause		 29
-#define __NR_utime		 30
-				 /* 31 was sys_stty */
-				 /* 32 was sys_gtty */
-#define __NR_access		 33
-#define __NR_nice		 34
-				 /* 35 was sys_ftime */
-#define __NR_sync		 36
-#define __NR_kill		 37
-#define __NR_rename		 38
-#define __NR_mkdir		 39
-#define __NR_rmdir		 40
-#define __NR_dup		 41
-#define __NR_pipe		 42
-#define __NR_times		 43
-				 /* 44 was sys_prof */
-#define __NR_brk		 45
-#define __NR_setgid		 46
-#define __NR_getgid		 47
-#define __NR_signal		 48
-#define __NR_geteuid		 49
-#define __NR_getegid		 50
-#define __NR_acct		 51
-#define __NR_umount2		 52
-				 /* 53 was sys_lock */
-#define __NR_ioctl		 54
-#define __NR_fcntl		 55
-				 /* 56 was sys_mpx */
-#define __NR_setpgid		 57
-				 /* 58 was sys_ulimit */
-				 /* 59 was sys_olduname */
-#define __NR_umask		 60
-#define __NR_chroot		 61
-#define __NR_ustat		 62
-#define __NR_dup2		 63
-#define __NR_getppid		 64
-#define __NR_getpgrp		 65
-#define __NR_setsid		 66
-#define __NR_sigaction		 67
-#define __NR_sgetmask		 68
-#define __NR_ssetmask		 69
-#define __NR_setreuid		 70
-#define __NR_setregid		 71
-#define __NR_sigsuspend		 72
-#define __NR_sigpending		 73
-#define __NR_sethostname	 74
-#define __NR_setrlimit		 75
-#define __NR_getrlimit		 76	/* Back compatible 2Gig limited rlimit */
-#define __NR_getrusage		 77
-#define __NR_gettimeofday	 78
-#define __NR_settimeofday	 79
-#define __NR_getgroups		 80
-#define __NR_setgroups		 81
-				 /* 82 was sys_select */
-#define __NR_symlink		 83
-#define __NR_oldlstat		 84
-#define __NR_readlink		 85
-#define __NR_uselib		 86
-#define __NR_swapon		 87
-#define __NR_reboot		 88
-#define __NR_readdir		 89
-#define __NR_mmap		 90
-#define __NR_munmap		 91
-#define __NR_truncate		 92
-#define __NR_ftruncate		 93
-#define __NR_fchmod		 94
-#define __NR_fchown		 95
-#define __NR_getpriority	 96
-#define __NR_setpriority	 97
-				 /* 98 was sys_profil */
-#define __NR_statfs		 99
-#define __NR_fstatfs		100
-				/* 101 was sys_ioperm */
-#define __NR_socketcall		102	/* old implementation of socket systemcall */
-#define __NR_syslog		103
-#define __NR_setitimer		104
-#define __NR_getitimer		105
-#define __NR_stat		106
-#define __NR_lstat		107
-#define __NR_fstat		108
-#define __NR_olduname		109
-				/* 110 was sys_iopl */
-#define __NR_vhangup		111
-				/* 112 was sys_idle */
-				/* 113 was sys_vm86old */
-#define __NR_wait4		114
-#define __NR_swapoff		115
-#define __NR_sysinfo		116
-#define __NR_ipc		117
-#define __NR_fsync		118
-#define __NR_sigreturn		119
-#define __NR_clone		120
-#define __NR_setdomainname	121
-#define __NR_uname		122
-#define __NR_cacheflush		123
-#define __NR_adjtimex		124
-#define __NR_mprotect		125
-#define __NR_sigprocmask	126
-				/* 127 was sys_create_module */
-#define __NR_init_module	128
-#define __NR_delete_module	129
-				/* 130 was sys_get_kernel_syms */
-#define __NR_quotactl		131
-#define __NR_getpgid		132
-#define __NR_fchdir		133
-#define __NR_bdflush		134
-#define __NR_sysfs		135
-#define __NR_personality	136
-				/* 137 was sys_afs_syscall */
-#define __NR_setfsuid		138
-#define __NR_setfsgid		139
-#define __NR__llseek		140
-#define __NR_getdents		141
-#define __NR__newselect		142
-#define __NR_flock		143
-#define __NR_msync		144
-#define __NR_readv		145
-#define __NR_writev		146
-#define __NR_getsid		147
-#define __NR_fdatasync		148
-#define __NR__sysctl		149
-#define __NR_mlock		150
-#define __NR_munlock		151
-#define __NR_mlockall		152
-#define __NR_munlockall		153
-#define __NR_sched_setparam		154
-#define __NR_sched_getparam		155
-#define __NR_sched_setscheduler		156
-#define __NR_sched_getscheduler		157
-#define __NR_sched_yield		158
-#define __NR_sched_get_priority_max	159
-#define __NR_sched_get_priority_min	160
-#define __NR_sched_rr_get_interval	161
-#define __NR_nanosleep		162
-#define __NR_mremap		163
-#define __NR_setresuid		164
-#define __NR_getresuid		165
-				/* 166 was sys_vm86 */
-				/* 167 was sys_query_module */
-#define __NR_poll		168
-#define __NR_nfsservctl		169
-#define __NR_setresgid		170
-#define __NR_getresgid		171
-#define __NR_prctl              172
-#define __NR_rt_sigreturn	173
-#define __NR_rt_sigaction	174
-#define __NR_rt_sigprocmask	175
-#define __NR_rt_sigpending	176
-#define __NR_rt_sigtimedwait	177
-#define __NR_rt_sigqueueinfo	178
-#define __NR_rt_sigsuspend	179
-#define __NR_pread64		180
-#define __NR_pwrite64		181
-#define __NR_chown		182
-#define __NR_getcwd		183
-#define __NR_capget		184
-#define __NR_capset		185
-#define __NR_sigaltstack	186
-#define __NR_sendfile		187
-				/* 188 reserved for getpmsg */
-				/* 189 reserved for putpmsg */
-#define __NR_vfork		190
-#define __NR_ugetrlimit		191	/* SuS compliant getrlimit */
-#define __NR_mmap2		192
-#define __NR_truncate64		193
-#define __NR_ftruncate64	194
-#define __NR_stat64		195
-#define __NR_lstat64		196
-#define __NR_fstat64		197
-#define __NR_lchown32		198
-#define __NR_getuid32		199
-#define __NR_getgid32		200
-#define __NR_geteuid32		201
-#define __NR_getegid32		202
-#define __NR_setreuid32		203
-#define __NR_setregid32		204
-#define __NR_getgroups32	205
-#define __NR_setgroups32	206
-#define __NR_fchown32		207
-#define __NR_setresuid32	208
-#define __NR_getresuid32	209
-#define __NR_setresgid32	210
-#define __NR_getresgid32	211
-#define __NR_chown32		212
-#define __NR_setuid32		213
-#define __NR_setgid32		214
-#define __NR_setfsuid32		215
-#define __NR_setfsgid32		216
-#define __NR_pivot_root		217
-#define __NR_mincore		218
-#define __NR_madvise		219
-
-/* Non-multiplexed socket family */
-#define __NR_socket		220
-#define __NR_bind		221
-#define __NR_connect		222
-#define __NR_listen		223
-#define __NR_accept		224
-#define __NR_getsockname	225
-#define __NR_getpeername	226
-#define __NR_socketpair		227
-#define __NR_send		228
-#define __NR_sendto		229
-#define __NR_recv		230
-#define __NR_recvfrom		231
-#define __NR_shutdown		232
-#define __NR_setsockopt		233
-#define __NR_getsockopt		234
-#define __NR_sendmsg		235
-#define __NR_recvmsg		236
-
-/* Non-multiplexed IPC family */
-#define __NR_semop		237
-#define __NR_semget		238
-#define __NR_semctl		239
-#define __NR_msgsnd		240
-#define __NR_msgrcv		241
-#define __NR_msgget		242
-#define __NR_msgctl		243
-#define __NR_shmat		244
-#define __NR_shmdt		245
-#define __NR_shmget		246
-#define __NR_shmctl		247
-
-#define __NR_getdents64		248
-#define __NR_fcntl64		249
-				/* 250 is reserved for tux */
-				/* 251 is unused */
-#define __NR_gettid		252
-#define __NR_readahead		253
-#define __NR_setxattr		254
-#define __NR_lsetxattr		255
-#define __NR_fsetxattr		256
-#define __NR_getxattr		257
-#define __NR_lgetxattr		258
-#define __NR_fgetxattr		259
-#define __NR_listxattr		260
-#define __NR_llistxattr		261
-#define __NR_flistxattr		262
-#define __NR_removexattr	263
-#define __NR_lremovexattr	264
-#define __NR_fremovexattr	265
-#define __NR_tkill		266
-#define __NR_sendfile64		267
-#define __NR_futex		268
-#define __NR_sched_setaffinity	269
-#define __NR_sched_getaffinity	270
-				/* 271 is reserved for set_thread_area */
-				/* 272 is reserved for get_thread_area */
-#define __NR_io_setup		273
-#define __NR_io_destroy		274
-#define __NR_io_getevents	275
-#define __NR_io_submit		276
-#define __NR_io_cancel		277
-#define __NR_fadvise64		278
-				/* 279 is unused */
-#define __NR_exit_group		280
-
-#define __NR_lookup_dcookie	281
-#define __NR_epoll_create	282
-#define __NR_epoll_ctl		283
-#define __NR_epoll_wait		284
-#define __NR_remap_file_pages	285
-#define __NR_set_tid_address	286
-#define __NR_timer_create	287
-#define __NR_timer_settime	(__NR_timer_create+1)
-#define __NR_timer_gettime	(__NR_timer_create+2)
-#define __NR_timer_getoverrun	(__NR_timer_create+3)
-#define __NR_timer_delete	(__NR_timer_create+4)
-#define __NR_clock_settime	(__NR_timer_create+5)
-#define __NR_clock_gettime	(__NR_timer_create+6)
-#define __NR_clock_getres	(__NR_timer_create+7)
-#define __NR_clock_nanosleep	(__NR_timer_create+8)
-#define __NR_statfs64		296
-#define __NR_fstatfs64		297
-#define __NR_tgkill		298
-#define __NR_utimes		299
-#define __NR_fadvise64_64	300
-				/* 301 is reserved for vserver */
-				/* 302 is reserved for mbind */
-				/* 303 is reserved for get_mempolicy */
-				/* 304 is reserved for set_mempolicy */
-#define __NR_mq_open            305
-#define __NR_mq_unlink          (__NR_mq_open+1)
-#define __NR_mq_timedsend       (__NR_mq_open+2)
-#define __NR_mq_timedreceive    (__NR_mq_open+3)
-#define __NR_mq_notify          (__NR_mq_open+4)
-#define __NR_mq_getsetattr      (__NR_mq_open+5)
-				/* 311 is reserved for kexec */
-#define __NR_waitid		312
-#define __NR_add_key		313
-#define __NR_request_key	314
-#define __NR_keyctl		315
-#define __NR_ioprio_set		316
-#define __NR_ioprio_get		317
-#define __NR_inotify_init	318
-#define __NR_inotify_add_watch	319
-#define __NR_inotify_rm_watch	320
-				/* 321 is unused */
-#define __NR_migrate_pages	322
-#define __NR_openat		323
-#define __NR_mkdirat		324
-#define __NR_mknodat		325
-#define __NR_fchownat		326
-#define __NR_futimesat		327
-#define __NR_fstatat64		328
-#define __NR_unlinkat		329
-#define __NR_renameat		330
-#define __NR_linkat		331
-#define __NR_symlinkat		332
-#define __NR_readlinkat		333
-#define __NR_fchmodat		334
-#define __NR_faccessat		335
-#define __NR_pselect6		336
-#define __NR_ppoll		337
-#define __NR_unshare		338
-#define __NR_set_robust_list	339
-#define __NR_get_robust_list	340
-#define __NR_splice		341
-#define __NR_sync_file_range	342
-#define __NR_tee		343
-#define __NR_vmsplice		344
-#define __NR_move_pages		345
-#define __NR_getcpu		346
-#define __NR_epoll_pwait	347
-#define __NR_utimensat		348
-#define __NR_signalfd		349
-#define __NR_timerfd_create	350
-#define __NR_eventfd		351
-#define __NR_fallocate		352
-#define __NR_timerfd_settime	353
-#define __NR_timerfd_gettime	354
-#define __NR_signalfd4		355
-#define __NR_eventfd2		356
-#define __NR_epoll_create1	357
-#define __NR_dup3		358
-#define __NR_pipe2		359
-#define __NR_inotify_init1	360
-#define __NR_preadv		361
-#define __NR_pwritev		362
-#define __NR_rt_tgsigqueueinfo	363
-#define __NR_perf_event_open	364
-#define __NR_recvmmsg		365
-#define __NR_accept4		366
-#define __NR_fanotify_init	367
-#define __NR_fanotify_mark	368
-#define __NR_prlimit64		369
-#define __NR_name_to_handle_at	370
-#define __NR_open_by_handle_at	371
-#define __NR_clock_adjtime	372
-#define __NR_syncfs		373
-#define __NR_sendmmsg		374
-#define __NR_setns		375
-#define __NR_process_vm_readv	376
-#define __NR_process_vm_writev	377
-#define __NR_kcmp		378
-#define __NR_finit_module	379
-#define __NR_sched_getattr	380
-#define __NR_sched_setattr	381
-#define __NR_renameat2		382
-#define __NR_seccomp		383
-#define __NR_getrandom		384
-#define __NR_memfd_create	385
-#define __NR_bpf		386
-#define __NR_execveat		387
-#define __NR_userfaultfd	388
-#define __NR_membarrier		389
-#define __NR_mlock2		390
-#define __NR_copy_file_range	391
-#define __NR_preadv2		392
-#define __NR_pwritev2		393
-
-#define NR_syscalls 394
-
-#endif /* __ASM_SH_UNISTD_64_H */
libc/include/generic-glibc/asm-generic/bitsperlong.h
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _UAPI__ASM_GENERIC_BITS_PER_LONG
-#define _UAPI__ASM_GENERIC_BITS_PER_LONG
-
-/*
- * There seems to be no way of detecting this automatically from user
- * space, so 64 bit architectures should override this in their
- * bitsperlong.h. In particular, an architecture that supports
- * both 32 and 64 bit user space must not rely on CONFIG_64BIT
- * to decide it, but rather check a compiler provided macro.
- */
-#ifndef __BITS_PER_LONG
-#define __BITS_PER_LONG 32
-#endif
-
-#endif /* _UAPI__ASM_GENERIC_BITS_PER_LONG */
libc/include/generic-glibc/asm-generic/unistd.h
@@ -1,791 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#include <asm/bitsperlong.h>
-
-/*
- * This file contains the system call numbers, based on the
- * layout of the x86-64 architecture, which embeds the
- * pointer to the syscall in the table.
- *
- * As a basic principle, no duplication of functionality
- * should be added, e.g. we don't use lseek when llseek
- * is present. New architectures should use this file
- * and implement the less feature-full calls in user space.
- */
-
-#ifndef __SYSCALL
-#define __SYSCALL(x, y)
-#endif
-
-#if __BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)
-#define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _32)
-#else
-#define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _64)
-#endif
-
-#ifdef __SYSCALL_COMPAT
-#define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
-#define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp)
-#else
-#define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
-#define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64)
-#endif
-
-#define __NR_io_setup 0
-__SC_COMP(__NR_io_setup, sys_io_setup, compat_sys_io_setup)
-#define __NR_io_destroy 1
-__SYSCALL(__NR_io_destroy, sys_io_destroy)
-#define __NR_io_submit 2
-__SC_COMP(__NR_io_submit, sys_io_submit, compat_sys_io_submit)
-#define __NR_io_cancel 3
-__SYSCALL(__NR_io_cancel, sys_io_cancel)
-#define __NR_io_getevents 4
-__SC_COMP(__NR_io_getevents, sys_io_getevents, compat_sys_io_getevents)
-
-/* fs/xattr.c */
-#define __NR_setxattr 5
-__SYSCALL(__NR_setxattr, sys_setxattr)
-#define __NR_lsetxattr 6
-__SYSCALL(__NR_lsetxattr, sys_lsetxattr)
-#define __NR_fsetxattr 7
-__SYSCALL(__NR_fsetxattr, sys_fsetxattr)
-#define __NR_getxattr 8
-__SYSCALL(__NR_getxattr, sys_getxattr)
-#define __NR_lgetxattr 9
-__SYSCALL(__NR_lgetxattr, sys_lgetxattr)
-#define __NR_fgetxattr 10
-__SYSCALL(__NR_fgetxattr, sys_fgetxattr)
-#define __NR_listxattr 11
-__SYSCALL(__NR_listxattr, sys_listxattr)
-#define __NR_llistxattr 12
-__SYSCALL(__NR_llistxattr, sys_llistxattr)
-#define __NR_flistxattr 13
-__SYSCALL(__NR_flistxattr, sys_flistxattr)
-#define __NR_removexattr 14
-__SYSCALL(__NR_removexattr, sys_removexattr)
-#define __NR_lremovexattr 15
-__SYSCALL(__NR_lremovexattr, sys_lremovexattr)
-#define __NR_fremovexattr 16
-__SYSCALL(__NR_fremovexattr, sys_fremovexattr)
-
-/* fs/dcache.c */
-#define __NR_getcwd 17
-__SYSCALL(__NR_getcwd, sys_getcwd)
-
-/* fs/cookies.c */
-#define __NR_lookup_dcookie 18
-__SC_COMP(__NR_lookup_dcookie, sys_lookup_dcookie, compat_sys_lookup_dcookie)
-
-/* fs/eventfd.c */
-#define __NR_eventfd2 19
-__SYSCALL(__NR_eventfd2, sys_eventfd2)
-
-/* fs/eventpoll.c */
-#define __NR_epoll_create1 20
-__SYSCALL(__NR_epoll_create1, sys_epoll_create1)
-#define __NR_epoll_ctl 21
-__SYSCALL(__NR_epoll_ctl, sys_epoll_ctl)
-#define __NR_epoll_pwait 22
-__SC_COMP(__NR_epoll_pwait, sys_epoll_pwait, compat_sys_epoll_pwait)
-
-/* fs/fcntl.c */
-#define __NR_dup 23
-__SYSCALL(__NR_dup, sys_dup)
-#define __NR_dup3 24
-__SYSCALL(__NR_dup3, sys_dup3)
-#define __NR3264_fcntl 25
-__SC_COMP_3264(__NR3264_fcntl, sys_fcntl64, sys_fcntl, compat_sys_fcntl64)
-
-/* fs/inotify_user.c */
-#define __NR_inotify_init1 26
-__SYSCALL(__NR_inotify_init1, sys_inotify_init1)
-#define __NR_inotify_add_watch 27
-__SYSCALL(__NR_inotify_add_watch, sys_inotify_add_watch)
-#define __NR_inotify_rm_watch 28
-__SYSCALL(__NR_inotify_rm_watch, sys_inotify_rm_watch)
-
-/* fs/ioctl.c */
-#define __NR_ioctl 29
-__SC_COMP(__NR_ioctl, sys_ioctl, compat_sys_ioctl)
-
-/* fs/ioprio.c */
-#define __NR_ioprio_set 30
-__SYSCALL(__NR_ioprio_set, sys_ioprio_set)
-#define __NR_ioprio_get 31
-__SYSCALL(__NR_ioprio_get, sys_ioprio_get)
-
-/* fs/locks.c */
-#define __NR_flock 32
-__SYSCALL(__NR_flock, sys_flock)
-
-/* fs/namei.c */
-#define __NR_mknodat 33
-__SYSCALL(__NR_mknodat, sys_mknodat)
-#define __NR_mkdirat 34
-__SYSCALL(__NR_mkdirat, sys_mkdirat)
-#define __NR_unlinkat 35
-__SYSCALL(__NR_unlinkat, sys_unlinkat)
-#define __NR_symlinkat 36
-__SYSCALL(__NR_symlinkat, sys_symlinkat)
-#define __NR_linkat 37
-__SYSCALL(__NR_linkat, sys_linkat)
-#ifdef __ARCH_WANT_RENAMEAT
-/* renameat is superseded with flags by renameat2 */
-#define __NR_renameat 38
-__SYSCALL(__NR_renameat, sys_renameat)
-#endif /* __ARCH_WANT_RENAMEAT */
-
-/* fs/namespace.c */
-#define __NR_umount2 39
-__SYSCALL(__NR_umount2, sys_umount)
-#define __NR_mount 40
-__SC_COMP(__NR_mount, sys_mount, compat_sys_mount)
-#define __NR_pivot_root 41
-__SYSCALL(__NR_pivot_root, sys_pivot_root)
-
-/* fs/nfsctl.c */
-#define __NR_nfsservctl 42
-__SYSCALL(__NR_nfsservctl, sys_ni_syscall)
-
-/* fs/open.c */
-#define __NR3264_statfs 43
-__SC_COMP_3264(__NR3264_statfs, sys_statfs64, sys_statfs, \
-	       compat_sys_statfs64)
-#define __NR3264_fstatfs 44
-__SC_COMP_3264(__NR3264_fstatfs, sys_fstatfs64, sys_fstatfs, \
-	       compat_sys_fstatfs64)
-#define __NR3264_truncate 45
-__SC_COMP_3264(__NR3264_truncate, sys_truncate64, sys_truncate, \
-	       compat_sys_truncate64)
-#define __NR3264_ftruncate 46
-__SC_COMP_3264(__NR3264_ftruncate, sys_ftruncate64, sys_ftruncate, \
-	       compat_sys_ftruncate64)
-
-#define __NR_fallocate 47
-__SC_COMP(__NR_fallocate, sys_fallocate, compat_sys_fallocate)
-#define __NR_faccessat 48
-__SYSCALL(__NR_faccessat, sys_faccessat)
-#define __NR_chdir 49
-__SYSCALL(__NR_chdir, sys_chdir)
-#define __NR_fchdir 50
-__SYSCALL(__NR_fchdir, sys_fchdir)
-#define __NR_chroot 51
-__SYSCALL(__NR_chroot, sys_chroot)
-#define __NR_fchmod 52
-__SYSCALL(__NR_fchmod, sys_fchmod)
-#define __NR_fchmodat 53
-__SYSCALL(__NR_fchmodat, sys_fchmodat)
-#define __NR_fchownat 54
-__SYSCALL(__NR_fchownat, sys_fchownat)
-#define __NR_fchown 55
-__SYSCALL(__NR_fchown, sys_fchown)
-#define __NR_openat 56
-__SC_COMP(__NR_openat, sys_openat, compat_sys_openat)
-#define __NR_close 57
-__SYSCALL(__NR_close, sys_close)
-#define __NR_vhangup 58
-__SYSCALL(__NR_vhangup, sys_vhangup)
-
-/* fs/pipe.c */
-#define __NR_pipe2 59
-__SYSCALL(__NR_pipe2, sys_pipe2)
-
-/* fs/quota.c */
-#define __NR_quotactl 60
-__SYSCALL(__NR_quotactl, sys_quotactl)
-
-/* fs/readdir.c */
-#define __NR_getdents64 61
-__SYSCALL(__NR_getdents64, sys_getdents64)
-
-/* fs/read_write.c */
-#define __NR3264_lseek 62
-__SC_3264(__NR3264_lseek, sys_llseek, sys_lseek)
-#define __NR_read 63
-__SYSCALL(__NR_read, sys_read)
-#define __NR_write 64
-__SYSCALL(__NR_write, sys_write)
-#define __NR_readv 65
-__SC_COMP(__NR_readv, sys_readv, compat_sys_readv)
-#define __NR_writev 66
-__SC_COMP(__NR_writev, sys_writev, compat_sys_writev)
-#define __NR_pread64 67
-__SC_COMP(__NR_pread64, sys_pread64, compat_sys_pread64)
-#define __NR_pwrite64 68
-__SC_COMP(__NR_pwrite64, sys_pwrite64, compat_sys_pwrite64)
-#define __NR_preadv 69
-__SC_COMP(__NR_preadv, sys_preadv, compat_sys_preadv)
-#define __NR_pwritev 70
-__SC_COMP(__NR_pwritev, sys_pwritev, compat_sys_pwritev)
-
-/* fs/sendfile.c */
-#define __NR3264_sendfile 71
-__SYSCALL(__NR3264_sendfile, sys_sendfile64)
-
-/* fs/select.c */
-#define __NR_pselect6 72
-__SC_COMP(__NR_pselect6, sys_pselect6, compat_sys_pselect6)
-#define __NR_ppoll 73
-__SC_COMP(__NR_ppoll, sys_ppoll, compat_sys_ppoll)
-
-/* fs/signalfd.c */
-#define __NR_signalfd4 74
-__SC_COMP(__NR_signalfd4, sys_signalfd4, compat_sys_signalfd4)
-
-/* fs/splice.c */
-#define __NR_vmsplice 75
-__SC_COMP(__NR_vmsplice, sys_vmsplice, compat_sys_vmsplice)
-#define __NR_splice 76
-__SYSCALL(__NR_splice, sys_splice)
-#define __NR_tee 77
-__SYSCALL(__NR_tee, sys_tee)
-
-/* fs/stat.c */
-#define __NR_readlinkat 78
-__SYSCALL(__NR_readlinkat, sys_readlinkat)
-#if defined(__ARCH_WANT_NEW_STAT) || defined(__ARCH_WANT_STAT64)
-#define __NR3264_fstatat 79
-__SC_3264(__NR3264_fstatat, sys_fstatat64, sys_newfstatat)
-#define __NR3264_fstat 80
-__SC_3264(__NR3264_fstat, sys_fstat64, sys_newfstat)
-#endif
-
-/* fs/sync.c */
-#define __NR_sync 81
-__SYSCALL(__NR_sync, sys_sync)
-#define __NR_fsync 82
-__SYSCALL(__NR_fsync, sys_fsync)
-#define __NR_fdatasync 83
-__SYSCALL(__NR_fdatasync, sys_fdatasync)
-#ifdef __ARCH_WANT_SYNC_FILE_RANGE2
-#define __NR_sync_file_range2 84
-__SC_COMP(__NR_sync_file_range2, sys_sync_file_range2, \
-	  compat_sys_sync_file_range2)
-#else
-#define __NR_sync_file_range 84
-__SC_COMP(__NR_sync_file_range, sys_sync_file_range, \
-	  compat_sys_sync_file_range)
-#endif
-
-/* fs/timerfd.c */
-#define __NR_timerfd_create 85
-__SYSCALL(__NR_timerfd_create, sys_timerfd_create)
-#define __NR_timerfd_settime 86
-__SC_COMP(__NR_timerfd_settime, sys_timerfd_settime, \
-	  compat_sys_timerfd_settime)
-#define __NR_timerfd_gettime 87
-__SC_COMP(__NR_timerfd_gettime, sys_timerfd_gettime, \
-	  compat_sys_timerfd_gettime)
-
-/* fs/utimes.c */
-#define __NR_utimensat 88
-__SC_COMP(__NR_utimensat, sys_utimensat, compat_sys_utimensat)
-
-/* kernel/acct.c */
-#define __NR_acct 89
-__SYSCALL(__NR_acct, sys_acct)
-
-/* kernel/capability.c */
-#define __NR_capget 90
-__SYSCALL(__NR_capget, sys_capget)
-#define __NR_capset 91
-__SYSCALL(__NR_capset, sys_capset)
-
-/* kernel/exec_domain.c */
-#define __NR_personality 92
-__SYSCALL(__NR_personality, sys_personality)
-
-/* kernel/exit.c */
-#define __NR_exit 93
-__SYSCALL(__NR_exit, sys_exit)
-#define __NR_exit_group 94
-__SYSCALL(__NR_exit_group, sys_exit_group)
-#define __NR_waitid 95
-__SC_COMP(__NR_waitid, sys_waitid, compat_sys_waitid)
-
-/* kernel/fork.c */
-#define __NR_set_tid_address 96
-__SYSCALL(__NR_set_tid_address, sys_set_tid_address)
-#define __NR_unshare 97
-__SYSCALL(__NR_unshare, sys_unshare)
-
-/* kernel/futex.c */
-#define __NR_futex 98
-__SC_COMP(__NR_futex, sys_futex, compat_sys_futex)
-#define __NR_set_robust_list 99
-__SC_COMP(__NR_set_robust_list, sys_set_robust_list, \
-	  compat_sys_set_robust_list)
-#define __NR_get_robust_list 100
-__SC_COMP(__NR_get_robust_list, sys_get_robust_list, \
-	  compat_sys_get_robust_list)
-
-/* kernel/hrtimer.c */
-#define __NR_nanosleep 101
-__SC_COMP(__NR_nanosleep, sys_nanosleep, compat_sys_nanosleep)
-
-/* kernel/itimer.c */
-#define __NR_getitimer 102
-__SC_COMP(__NR_getitimer, sys_getitimer, compat_sys_getitimer)
-#define __NR_setitimer 103
-__SC_COMP(__NR_setitimer, sys_setitimer, compat_sys_setitimer)
-
-/* kernel/kexec.c */
-#define __NR_kexec_load 104
-__SC_COMP(__NR_kexec_load, sys_kexec_load, compat_sys_kexec_load)
-
-/* kernel/module.c */
-#define __NR_init_module 105
-__SYSCALL(__NR_init_module, sys_init_module)
-#define __NR_delete_module 106
-__SYSCALL(__NR_delete_module, sys_delete_module)
-
-/* kernel/posix-timers.c */
-#define __NR_timer_create 107
-__SC_COMP(__NR_timer_create, sys_timer_create, compat_sys_timer_create)
-#define __NR_timer_gettime 108
-__SC_COMP(__NR_timer_gettime, sys_timer_gettime, compat_sys_timer_gettime)
-#define __NR_timer_getoverrun 109
-__SYSCALL(__NR_timer_getoverrun, sys_timer_getoverrun)
-#define __NR_timer_settime 110
-__SC_COMP(__NR_timer_settime, sys_timer_settime, compat_sys_timer_settime)
-#define __NR_timer_delete 111
-__SYSCALL(__NR_timer_delete, sys_timer_delete)
-#define __NR_clock_settime 112
-__SC_COMP(__NR_clock_settime, sys_clock_settime, compat_sys_clock_settime)
-#define __NR_clock_gettime 113
-__SC_COMP(__NR_clock_gettime, sys_clock_gettime, compat_sys_clock_gettime)
-#define __NR_clock_getres 114
-__SC_COMP(__NR_clock_getres, sys_clock_getres, compat_sys_clock_getres)
-#define __NR_clock_nanosleep 115
-__SC_COMP(__NR_clock_nanosleep, sys_clock_nanosleep, \
-	  compat_sys_clock_nanosleep)
-
-/* kernel/printk.c */
-#define __NR_syslog 116
-__SYSCALL(__NR_syslog, sys_syslog)
-
-/* kernel/ptrace.c */
-#define __NR_ptrace 117
-__SYSCALL(__NR_ptrace, sys_ptrace)
-
-/* kernel/sched/core.c */
-#define __NR_sched_setparam 118
-__SYSCALL(__NR_sched_setparam, sys_sched_setparam)
-#define __NR_sched_setscheduler 119
-__SYSCALL(__NR_sched_setscheduler, sys_sched_setscheduler)
-#define __NR_sched_getscheduler 120
-__SYSCALL(__NR_sched_getscheduler, sys_sched_getscheduler)
-#define __NR_sched_getparam 121
-__SYSCALL(__NR_sched_getparam, sys_sched_getparam)
-#define __NR_sched_setaffinity 122
-__SC_COMP(__NR_sched_setaffinity, sys_sched_setaffinity, \
-	  compat_sys_sched_setaffinity)
-#define __NR_sched_getaffinity 123
-__SC_COMP(__NR_sched_getaffinity, sys_sched_getaffinity, \
-	  compat_sys_sched_getaffinity)
-#define __NR_sched_yield 124
-__SYSCALL(__NR_sched_yield, sys_sched_yield)
-#define __NR_sched_get_priority_max 125
-__SYSCALL(__NR_sched_get_priority_max, sys_sched_get_priority_max)
-#define __NR_sched_get_priority_min 126
-__SYSCALL(__NR_sched_get_priority_min, sys_sched_get_priority_min)
-#define __NR_sched_rr_get_interval 127
-__SC_COMP(__NR_sched_rr_get_interval, sys_sched_rr_get_interval, \
-	  compat_sys_sched_rr_get_interval)
-
-/* kernel/signal.c */
-#define __NR_restart_syscall 128
-__SYSCALL(__NR_restart_syscall, sys_restart_syscall)
-#define __NR_kill 129
-__SYSCALL(__NR_kill, sys_kill)
-#define __NR_tkill 130
-__SYSCALL(__NR_tkill, sys_tkill)
-#define __NR_tgkill 131
-__SYSCALL(__NR_tgkill, sys_tgkill)
-#define __NR_sigaltstack 132
-__SC_COMP(__NR_sigaltstack, sys_sigaltstack, compat_sys_sigaltstack)
-#define __NR_rt_sigsuspend 133
-__SC_COMP(__NR_rt_sigsuspend, sys_rt_sigsuspend, compat_sys_rt_sigsuspend)
-#define __NR_rt_sigaction 134
-__SC_COMP(__NR_rt_sigaction, sys_rt_sigaction, compat_sys_rt_sigaction)
-#define __NR_rt_sigprocmask 135
-__SC_COMP(__NR_rt_sigprocmask, sys_rt_sigprocmask, compat_sys_rt_sigprocmask)
-#define __NR_rt_sigpending 136
-__SC_COMP(__NR_rt_sigpending, sys_rt_sigpending, compat_sys_rt_sigpending)
-#define __NR_rt_sigtimedwait 137
-__SC_COMP(__NR_rt_sigtimedwait, sys_rt_sigtimedwait, \
-	  compat_sys_rt_sigtimedwait)
-#define __NR_rt_sigqueueinfo 138
-__SC_COMP(__NR_rt_sigqueueinfo, sys_rt_sigqueueinfo, \
-	  compat_sys_rt_sigqueueinfo)
-#define __NR_rt_sigreturn 139
-__SC_COMP(__NR_rt_sigreturn, sys_rt_sigreturn, compat_sys_rt_sigreturn)
-
-/* kernel/sys.c */
-#define __NR_setpriority 140
-__SYSCALL(__NR_setpriority, sys_setpriority)
-#define __NR_getpriority 141
-__SYSCALL(__NR_getpriority, sys_getpriority)
-#define __NR_reboot 142
-__SYSCALL(__NR_reboot, sys_reboot)
-#define __NR_setregid 143
-__SYSCALL(__NR_setregid, sys_setregid)
-#define __NR_setgid 144
-__SYSCALL(__NR_setgid, sys_setgid)
-#define __NR_setreuid 145
-__SYSCALL(__NR_setreuid, sys_setreuid)
-#define __NR_setuid 146
-__SYSCALL(__NR_setuid, sys_setuid)
-#define __NR_setresuid 147
-__SYSCALL(__NR_setresuid, sys_setresuid)
-#define __NR_getresuid 148
-__SYSCALL(__NR_getresuid, sys_getresuid)
-#define __NR_setresgid 149
-__SYSCALL(__NR_setresgid, sys_setresgid)
-#define __NR_getresgid 150
-__SYSCALL(__NR_getresgid, sys_getresgid)
-#define __NR_setfsuid 151
-__SYSCALL(__NR_setfsuid, sys_setfsuid)
-#define __NR_setfsgid 152
-__SYSCALL(__NR_setfsgid, sys_setfsgid)
-#define __NR_times 153
-__SC_COMP(__NR_times, sys_times, compat_sys_times)
-#define __NR_setpgid 154
-__SYSCALL(__NR_setpgid, sys_setpgid)
-#define __NR_getpgid 155
-__SYSCALL(__NR_getpgid, sys_getpgid)
-#define __NR_getsid 156
-__SYSCALL(__NR_getsid, sys_getsid)
-#define __NR_setsid 157
-__SYSCALL(__NR_setsid, sys_setsid)
-#define __NR_getgroups 158
-__SYSCALL(__NR_getgroups, sys_getgroups)
-#define __NR_setgroups 159
-__SYSCALL(__NR_setgroups, sys_setgroups)
-#define __NR_uname 160
-__SYSCALL(__NR_uname, sys_newuname)
-#define __NR_sethostname 161
-__SYSCALL(__NR_sethostname, sys_sethostname)
-#define __NR_setdomainname 162
-__SYSCALL(__NR_setdomainname, sys_setdomainname)
-#define __NR_getrlimit 163
-__SC_COMP(__NR_getrlimit, sys_getrlimit, compat_sys_getrlimit)
-#define __NR_setrlimit 164
-__SC_COMP(__NR_setrlimit, sys_setrlimit, compat_sys_setrlimit)
-#define __NR_getrusage 165
-__SC_COMP(__NR_getrusage, sys_getrusage, compat_sys_getrusage)
-#define __NR_umask 166
-__SYSCALL(__NR_umask, sys_umask)
-#define __NR_prctl 167
-__SYSCALL(__NR_prctl, sys_prctl)
-#define __NR_getcpu 168
-__SYSCALL(__NR_getcpu, sys_getcpu)
-
-/* kernel/time.c */
-#define __NR_gettimeofday 169
-__SC_COMP(__NR_gettimeofday, sys_gettimeofday, compat_sys_gettimeofday)
-#define __NR_settimeofday 170
-__SC_COMP(__NR_settimeofday, sys_settimeofday, compat_sys_settimeofday)
-#define __NR_adjtimex 171
-__SC_COMP(__NR_adjtimex, sys_adjtimex, compat_sys_adjtimex)
-
-/* kernel/timer.c */
-#define __NR_getpid 172
-__SYSCALL(__NR_getpid, sys_getpid)
-#define __NR_getppid 173
-__SYSCALL(__NR_getppid, sys_getppid)
-#define __NR_getuid 174
-__SYSCALL(__NR_getuid, sys_getuid)
-#define __NR_geteuid 175
-__SYSCALL(__NR_geteuid, sys_geteuid)
-#define __NR_getgid 176
-__SYSCALL(__NR_getgid, sys_getgid)
-#define __NR_getegid 177
-__SYSCALL(__NR_getegid, sys_getegid)
-#define __NR_gettid 178
-__SYSCALL(__NR_gettid, sys_gettid)
-#define __NR_sysinfo 179
-__SC_COMP(__NR_sysinfo, sys_sysinfo, compat_sys_sysinfo)
-
-/* ipc/mqueue.c */
-#define __NR_mq_open 180
-__SC_COMP(__NR_mq_open, sys_mq_open, compat_sys_mq_open)
-#define __NR_mq_unlink 181
-__SYSCALL(__NR_mq_unlink, sys_mq_unlink)
-#define __NR_mq_timedsend 182
-__SC_COMP(__NR_mq_timedsend, sys_mq_timedsend, compat_sys_mq_timedsend)
-#define __NR_mq_timedreceive 183
-__SC_COMP(__NR_mq_timedreceive, sys_mq_timedreceive, \
-	  compat_sys_mq_timedreceive)
-#define __NR_mq_notify 184
-__SC_COMP(__NR_mq_notify, sys_mq_notify, compat_sys_mq_notify)
-#define __NR_mq_getsetattr 185
-__SC_COMP(__NR_mq_getsetattr, sys_mq_getsetattr, compat_sys_mq_getsetattr)
-
-/* ipc/msg.c */
-#define __NR_msgget 186
-__SYSCALL(__NR_msgget, sys_msgget)
-#define __NR_msgctl 187
-__SC_COMP(__NR_msgctl, sys_msgctl, compat_sys_msgctl)
-#define __NR_msgrcv 188
-__SC_COMP(__NR_msgrcv, sys_msgrcv, compat_sys_msgrcv)
-#define __NR_msgsnd 189
-__SC_COMP(__NR_msgsnd, sys_msgsnd, compat_sys_msgsnd)
-
-/* ipc/sem.c */
-#define __NR_semget 190
-__SYSCALL(__NR_semget, sys_semget)
-#define __NR_semctl 191
-__SC_COMP(__NR_semctl, sys_semctl, compat_sys_semctl)
-#define __NR_semtimedop 192
-__SC_COMP(__NR_semtimedop, sys_semtimedop, compat_sys_semtimedop)
-#define __NR_semop 193
-__SYSCALL(__NR_semop, sys_semop)
-
-/* ipc/shm.c */
-#define __NR_shmget 194
-__SYSCALL(__NR_shmget, sys_shmget)
-#define __NR_shmctl 195
-__SC_COMP(__NR_shmctl, sys_shmctl, compat_sys_shmctl)
-#define __NR_shmat 196
-__SC_COMP(__NR_shmat, sys_shmat, compat_sys_shmat)
-#define __NR_shmdt 197
-__SYSCALL(__NR_shmdt, sys_shmdt)
-
-/* net/socket.c */
-#define __NR_socket 198
-__SYSCALL(__NR_socket, sys_socket)
-#define __NR_socketpair 199
-__SYSCALL(__NR_socketpair, sys_socketpair)
-#define __NR_bind 200
-__SYSCALL(__NR_bind, sys_bind)
-#define __NR_listen 201
-__SYSCALL(__NR_listen, sys_listen)
-#define __NR_accept 202
-__SYSCALL(__NR_accept, sys_accept)
-#define __NR_connect 203
-__SYSCALL(__NR_connect, sys_connect)
-#define __NR_getsockname 204
-__SYSCALL(__NR_getsockname, sys_getsockname)
-#define __NR_getpeername 205
-__SYSCALL(__NR_getpeername, sys_getpeername)
-#define __NR_sendto 206
-__SYSCALL(__NR_sendto, sys_sendto)
-#define __NR_recvfrom 207
-__SC_COMP(__NR_recvfrom, sys_recvfrom, compat_sys_recvfrom)
-#define __NR_setsockopt 208
-__SC_COMP(__NR_setsockopt, sys_setsockopt, compat_sys_setsockopt)
-#define __NR_getsockopt 209
-__SC_COMP(__NR_getsockopt, sys_getsockopt, compat_sys_getsockopt)
-#define __NR_shutdown 210
-__SYSCALL(__NR_shutdown, sys_shutdown)
-#define __NR_sendmsg 211
-__SC_COMP(__NR_sendmsg, sys_sendmsg, compat_sys_sendmsg)
-#define __NR_recvmsg 212
-__SC_COMP(__NR_recvmsg, sys_recvmsg, compat_sys_recvmsg)
-
-/* mm/filemap.c */
-#define __NR_readahead 213
-__SC_COMP(__NR_readahead, sys_readahead, compat_sys_readahead)
-
-/* mm/nommu.c, also with MMU */
-#define __NR_brk 214
-__SYSCALL(__NR_brk, sys_brk)
-#define __NR_munmap 215
-__SYSCALL(__NR_munmap, sys_munmap)
-#define __NR_mremap 216
-__SYSCALL(__NR_mremap, sys_mremap)
-
-/* security/keys/keyctl.c */
-#define __NR_add_key 217
-__SYSCALL(__NR_add_key, sys_add_key)
-#define __NR_request_key 218
-__SYSCALL(__NR_request_key, sys_request_key)
-#define __NR_keyctl 219
-__SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
-
-/* arch/example/kernel/sys_example.c */
-#define __NR_clone 220
-__SYSCALL(__NR_clone, sys_clone)
-#define __NR_execve 221
-__SC_COMP(__NR_execve, sys_execve, compat_sys_execve)
-
-#define __NR3264_mmap 222
-__SC_3264(__NR3264_mmap, sys_mmap2, sys_mmap)
-/* mm/fadvise.c */
-#define __NR3264_fadvise64 223
-__SC_COMP(__NR3264_fadvise64, sys_fadvise64_64, compat_sys_fadvise64_64)
-
-/* mm/, CONFIG_MMU only */
-#ifndef __ARCH_NOMMU
-#define __NR_swapon 224
-__SYSCALL(__NR_swapon, sys_swapon)
-#define __NR_swapoff 225
-__SYSCALL(__NR_swapoff, sys_swapoff)
-#define __NR_mprotect 226
-__SYSCALL(__NR_mprotect, sys_mprotect)
-#define __NR_msync 227
-__SYSCALL(__NR_msync, sys_msync)
-#define __NR_mlock 228
-__SYSCALL(__NR_mlock, sys_mlock)
-#define __NR_munlock 229
-__SYSCALL(__NR_munlock, sys_munlock)
-#define __NR_mlockall 230
-__SYSCALL(__NR_mlockall, sys_mlockall)
-#define __NR_munlockall 231
-__SYSCALL(__NR_munlockall, sys_munlockall)
-#define __NR_mincore 232
-__SYSCALL(__NR_mincore, sys_mincore)
-#define __NR_madvise 233
-__SYSCALL(__NR_madvise, sys_madvise)
-#define __NR_remap_file_pages 234
-__SYSCALL(__NR_remap_file_pages, sys_remap_file_pages)
-#define __NR_mbind 235
-__SC_COMP(__NR_mbind, sys_mbind, compat_sys_mbind)
-#define __NR_get_mempolicy 236
-__SC_COMP(__NR_get_mempolicy, sys_get_mempolicy, compat_sys_get_mempolicy)
-#define __NR_set_mempolicy 237
-__SC_COMP(__NR_set_mempolicy, sys_set_mempolicy, compat_sys_set_mempolicy)
-#define __NR_migrate_pages 238
-__SC_COMP(__NR_migrate_pages, sys_migrate_pages, compat_sys_migrate_pages)
-#define __NR_move_pages 239
-__SC_COMP(__NR_move_pages, sys_move_pages, compat_sys_move_pages)
-#endif
-
-#define __NR_rt_tgsigqueueinfo 240
-__SC_COMP(__NR_rt_tgsigqueueinfo, sys_rt_tgsigqueueinfo, \
-	  compat_sys_rt_tgsigqueueinfo)
-#define __NR_perf_event_open 241
-__SYSCALL(__NR_perf_event_open, sys_perf_event_open)
-#define __NR_accept4 242
-__SYSCALL(__NR_accept4, sys_accept4)
-#define __NR_recvmmsg 243
-__SC_COMP(__NR_recvmmsg, sys_recvmmsg, compat_sys_recvmmsg)
-
-/*
- * Architectures may provide up to 16 syscalls of their own
- * starting with this value.
- */
-#define __NR_arch_specific_syscall 244
-
-#define __NR_wait4 260
-__SC_COMP(__NR_wait4, sys_wait4, compat_sys_wait4)
-#define __NR_prlimit64 261
-__SYSCALL(__NR_prlimit64, sys_prlimit64)
-#define __NR_fanotify_init 262
-__SYSCALL(__NR_fanotify_init, sys_fanotify_init)
-#define __NR_fanotify_mark 263
-__SYSCALL(__NR_fanotify_mark, sys_fanotify_mark)
-#define __NR_name_to_handle_at         264
-__SYSCALL(__NR_name_to_handle_at, sys_name_to_handle_at)
-#define __NR_open_by_handle_at         265
-__SC_COMP(__NR_open_by_handle_at, sys_open_by_handle_at, \
-	  compat_sys_open_by_handle_at)
-#define __NR_clock_adjtime 266
-__SC_COMP(__NR_clock_adjtime, sys_clock_adjtime, compat_sys_clock_adjtime)
-#define __NR_syncfs 267
-__SYSCALL(__NR_syncfs, sys_syncfs)
-#define __NR_setns 268
-__SYSCALL(__NR_setns, sys_setns)
-#define __NR_sendmmsg 269
-__SC_COMP(__NR_sendmmsg, sys_sendmmsg, compat_sys_sendmmsg)
-#define __NR_process_vm_readv 270
-__SC_COMP(__NR_process_vm_readv, sys_process_vm_readv, \
-          compat_sys_process_vm_readv)
-#define __NR_process_vm_writev 271
-__SC_COMP(__NR_process_vm_writev, sys_process_vm_writev, \
-          compat_sys_process_vm_writev)
-#define __NR_kcmp 272
-__SYSCALL(__NR_kcmp, sys_kcmp)
-#define __NR_finit_module 273
-__SYSCALL(__NR_finit_module, sys_finit_module)
-#define __NR_sched_setattr 274
-__SYSCALL(__NR_sched_setattr, sys_sched_setattr)
-#define __NR_sched_getattr 275
-__SYSCALL(__NR_sched_getattr, sys_sched_getattr)
-#define __NR_renameat2 276
-__SYSCALL(__NR_renameat2, sys_renameat2)
-#define __NR_seccomp 277
-__SYSCALL(__NR_seccomp, sys_seccomp)
-#define __NR_getrandom 278
-__SYSCALL(__NR_getrandom, sys_getrandom)
-#define __NR_memfd_create 279
-__SYSCALL(__NR_memfd_create, sys_memfd_create)
-#define __NR_bpf 280
-__SYSCALL(__NR_bpf, sys_bpf)
-#define __NR_execveat 281
-__SC_COMP(__NR_execveat, sys_execveat, compat_sys_execveat)
-#define __NR_userfaultfd 282
-__SYSCALL(__NR_userfaultfd, sys_userfaultfd)
-#define __NR_membarrier 283
-__SYSCALL(__NR_membarrier, sys_membarrier)
-#define __NR_mlock2 284
-__SYSCALL(__NR_mlock2, sys_mlock2)
-#define __NR_copy_file_range 285
-__SYSCALL(__NR_copy_file_range, sys_copy_file_range)
-#define __NR_preadv2 286
-__SC_COMP(__NR_preadv2, sys_preadv2, compat_sys_preadv2)
-#define __NR_pwritev2 287
-__SC_COMP(__NR_pwritev2, sys_pwritev2, compat_sys_pwritev2)
-#define __NR_pkey_mprotect 288
-__SYSCALL(__NR_pkey_mprotect, sys_pkey_mprotect)
-#define __NR_pkey_alloc 289
-__SYSCALL(__NR_pkey_alloc,    sys_pkey_alloc)
-#define __NR_pkey_free 290
-__SYSCALL(__NR_pkey_free,     sys_pkey_free)
-#define __NR_statx 291
-__SYSCALL(__NR_statx,     sys_statx)
-#define __NR_io_pgetevents 292
-__SC_COMP(__NR_io_pgetevents, sys_io_pgetevents, compat_sys_io_pgetevents)
-#define __NR_rseq 293
-__SYSCALL(__NR_rseq, sys_rseq)
-
-#undef __NR_syscalls
-#define __NR_syscalls 294
-
-/*
- * 32 bit systems traditionally used different
- * syscalls for off_t and loff_t arguments, while
- * 64 bit systems only need the off_t version.
- * For new 32 bit platforms, there is no need to
- * implement the old 32 bit off_t syscalls, so
- * they take different names.
- * Here we map the numbers so that both versions
- * use the same syscall table layout.
- */
-#if __BITS_PER_LONG == 64 && !defined(__SYSCALL_COMPAT)
-#define __NR_fcntl __NR3264_fcntl
-#define __NR_statfs __NR3264_statfs
-#define __NR_fstatfs __NR3264_fstatfs
-#define __NR_truncate __NR3264_truncate
-#define __NR_ftruncate __NR3264_ftruncate
-#define __NR_lseek __NR3264_lseek
-#define __NR_sendfile __NR3264_sendfile
-#if defined(__ARCH_WANT_NEW_STAT) || defined(__ARCH_WANT_STAT64)
-#define __NR_newfstatat __NR3264_fstatat
-#define __NR_fstat __NR3264_fstat
-#endif
-#define __NR_mmap __NR3264_mmap
-#define __NR_fadvise64 __NR3264_fadvise64
-#ifdef __NR3264_stat
-#define __NR_stat __NR3264_stat
-#define __NR_lstat __NR3264_lstat
-#endif
-#else
-#define __NR_fcntl64 __NR3264_fcntl
-#define __NR_statfs64 __NR3264_statfs
-#define __NR_fstatfs64 __NR3264_fstatfs
-#define __NR_truncate64 __NR3264_truncate
-#define __NR_ftruncate64 __NR3264_ftruncate
-#define __NR_llseek __NR3264_lseek
-#define __NR_sendfile64 __NR3264_sendfile
-#if defined(__ARCH_WANT_NEW_STAT) || defined(__ARCH_WANT_STAT64)
-#define __NR_fstatat64 __NR3264_fstatat
-#define __NR_fstat64 __NR3264_fstat
-#endif
-#define __NR_mmap2 __NR3264_mmap
-#define __NR_fadvise64_64 __NR3264_fadvise64
-#ifdef __NR3264_stat
-#define __NR_stat64 __NR3264_stat
-#define __NR_lstat64 __NR3264_lstat
-#endif
-#endif
libc/include/generic-glibc/linux/limits.h
@@ -1,21 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _LINUX_LIMITS_H
-#define _LINUX_LIMITS_H
-
-#define NR_OPEN	        1024
-
-#define NGROUPS_MAX    65536	/* supplemental group IDs are available */
-#define ARG_MAX       131072	/* # bytes of args + environ for exec() */
-#define LINK_MAX         127	/* # links a file may have */
-#define MAX_CANON        255	/* size of the canonical input queue */
-#define MAX_INPUT        255	/* size of the type-ahead buffer */
-#define NAME_MAX         255	/* # chars in a file name */
-#define PATH_MAX        4096	/* # chars in a path name including nul */
-#define PIPE_BUF        4096	/* # bytes in atomic write to a pipe */
-#define XATTR_NAME_MAX   255	/* # chars in an extended attribute name */
-#define XATTR_SIZE_MAX 65536	/* size of an extended attribute value (64k) */
-#define XATTR_LIST_MAX 65536	/* size of extended attribute namelist (64k) */
-
-#define RTSIG_MAX	  32
-
-#endif
libc/include/i386-linux-musl/asm/auxvec.h โ†’ libc/include/i386-linux-any/asm/auxvec.h
File renamed without changes
libc/include/i386-linux-musl/asm/bitsperlong.h โ†’ libc/include/i386-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/i386-linux-musl/asm/byteorder.h โ†’ libc/include/i386-linux-any/asm/byteorder.h
File renamed without changes
libc/include/i386-linux-musl/asm/kvm.h โ†’ libc/include/i386-linux-any/asm/kvm.h
File renamed without changes
libc/include/i386-linux-musl/asm/kvm_para.h โ†’ libc/include/i386-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/i386-linux-musl/asm/mman.h โ†’ libc/include/i386-linux-any/asm/mman.h
File renamed without changes
libc/include/i386-linux-musl/asm/msgbuf.h โ†’ libc/include/i386-linux-any/asm/msgbuf.h
File renamed without changes
libc/include/i386-linux-musl/asm/perf_regs.h โ†’ libc/include/i386-linux-any/asm/perf_regs.h
File renamed without changes
libc/include/i386-linux-musl/asm/posix_types.h โ†’ libc/include/i386-linux-any/asm/posix_types.h
File renamed without changes
libc/include/i386-linux-musl/asm/ptrace.h โ†’ libc/include/i386-linux-any/asm/ptrace.h
File renamed without changes
libc/include/i386-linux-musl/asm/sembuf.h โ†’ libc/include/i386-linux-any/asm/sembuf.h
File renamed without changes
libc/include/i386-linux-musl/asm/setup.h โ†’ libc/include/i386-linux-any/asm/setup.h
File renamed without changes
libc/include/i386-linux-musl/asm/shmbuf.h โ†’ libc/include/i386-linux-any/asm/shmbuf.h
File renamed without changes
libc/include/i386-linux-musl/asm/sigcontext.h โ†’ libc/include/i386-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/i386-linux-musl/asm/siginfo.h โ†’ libc/include/i386-linux-any/asm/siginfo.h
File renamed without changes
libc/include/i386-linux-musl/asm/signal.h โ†’ libc/include/i386-linux-any/asm/signal.h
File renamed without changes
libc/include/i386-linux-musl/asm/stat.h โ†’ libc/include/i386-linux-any/asm/stat.h
File renamed without changes
libc/include/i386-linux-musl/asm/statfs.h โ†’ libc/include/i386-linux-any/asm/statfs.h
File renamed without changes
libc/include/i386-linux-musl/asm/swab.h โ†’ libc/include/i386-linux-any/asm/swab.h
File renamed without changes
libc/include/i386-linux-musl/asm/types.h โ†’ libc/include/i386-linux-any/asm/types.h
File renamed without changes
libc/include/i386-linux-musl/asm/ucontext.h โ†’ libc/include/i386-linux-any/asm/ucontext.h
File renamed without changes
libc/include/i386-linux-musl/asm/unistd.h โ†’ libc/include/i386-linux-any/asm/unistd.h
File renamed without changes
libc/include/i386-linux-gnu/asm/unistd.h
@@ -1,18 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _UAPI_ASM_X86_UNISTD_H
-#define _UAPI_ASM_X86_UNISTD_H
-
-/* x32 syscall flag bit */
-#define __X32_SYSCALL_BIT	0x40000000
-
-#ifndef __KERNEL__
-# ifdef __i386__
-#  include <asm/unistd_32.h>
-# elif defined(__ILP32__)
-#  include <asm/unistd_x32.h>
-# else
-#  include <asm/unistd_64.h>
-# endif
-#endif
-
-#endif /* _UAPI_ASM_X86_UNISTD_H */
libc/include/mips-linux-musl/asm/auxvec.h โ†’ libc/include/mips-linux-any/asm/auxvec.h
File renamed without changes
libc/include/mips-linux-musl/asm/bitsperlong.h โ†’ libc/include/mips-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/mips-linux-musl/asm/byteorder.h โ†’ libc/include/mips-linux-any/asm/byteorder.h
File renamed without changes
libc/include/mips-linux-musl/asm/errno.h โ†’ libc/include/mips-linux-any/asm/errno.h
File renamed without changes
libc/include/mips-linux-musl/asm/fcntl.h โ†’ libc/include/mips-linux-any/asm/fcntl.h
File renamed without changes
libc/include/mips-linux-musl/asm/hwcap.h โ†’ libc/include/mips-linux-any/asm/hwcap.h
File renamed without changes
libc/include/mips-linux-musl/asm/ioctl.h โ†’ libc/include/mips-linux-any/asm/ioctl.h
File renamed without changes
libc/include/mips-linux-musl/asm/ioctls.h โ†’ libc/include/mips-linux-any/asm/ioctls.h
File renamed without changes
libc/include/mips-linux-musl/asm/kvm.h โ†’ libc/include/mips-linux-any/asm/kvm.h
File renamed without changes
libc/include/mips-linux-musl/asm/kvm_para.h โ†’ libc/include/mips-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/mips-linux-musl/asm/mman.h โ†’ libc/include/mips-linux-any/asm/mman.h
File renamed without changes
libc/include/mips-linux-musl/asm/msgbuf.h โ†’ libc/include/mips-linux-any/asm/msgbuf.h
File renamed without changes
libc/include/mips-linux-musl/asm/param.h โ†’ libc/include/mips-linux-any/asm/param.h
File renamed without changes
libc/include/mips-linux-musl/asm/poll.h โ†’ libc/include/mips-linux-any/asm/poll.h
File renamed without changes
libc/include/mips-linux-musl/asm/posix_types.h โ†’ libc/include/mips-linux-any/asm/posix_types.h
File renamed without changes
libc/include/mips-linux-musl/asm/ptrace.h โ†’ libc/include/mips-linux-any/asm/ptrace.h
File renamed without changes
libc/include/mips-linux-musl/asm/resource.h โ†’ libc/include/mips-linux-any/asm/resource.h
File renamed without changes
libc/include/mips-linux-musl/asm/sembuf.h โ†’ libc/include/mips-linux-any/asm/sembuf.h
File renamed without changes
libc/include/mips-linux-musl/asm/setup.h โ†’ libc/include/mips-linux-any/asm/setup.h
File renamed without changes
libc/include/mips-linux-musl/asm/shmbuf.h โ†’ libc/include/mips-linux-any/asm/shmbuf.h
File renamed without changes
libc/include/mips-linux-musl/asm/sigcontext.h โ†’ libc/include/mips-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/mips-linux-musl/asm/siginfo.h โ†’ libc/include/mips-linux-any/asm/siginfo.h
File renamed without changes
libc/include/mips-linux-musl/asm/signal.h โ†’ libc/include/mips-linux-any/asm/signal.h
File renamed without changes
libc/include/mips-linux-musl/asm/socket.h โ†’ libc/include/mips-linux-any/asm/socket.h
File renamed without changes
libc/include/mips-linux-musl/asm/sockios.h โ†’ libc/include/mips-linux-any/asm/sockios.h
File renamed without changes
libc/include/mips-linux-musl/asm/stat.h โ†’ libc/include/mips-linux-any/asm/stat.h
File renamed without changes
libc/include/mips-linux-musl/asm/statfs.h โ†’ libc/include/mips-linux-any/asm/statfs.h
File renamed without changes
libc/include/mips-linux-musl/asm/swab.h โ†’ libc/include/mips-linux-any/asm/swab.h
File renamed without changes
libc/include/mips-linux-musl/asm/termbits.h โ†’ libc/include/mips-linux-any/asm/termbits.h
File renamed without changes
libc/include/mips-linux-musl/asm/termios.h โ†’ libc/include/mips-linux-any/asm/termios.h
File renamed without changes
libc/include/mips-linux-musl/asm/types.h โ†’ libc/include/mips-linux-any/asm/types.h
File renamed without changes
libc/include/mips-linux-musl/asm/unistd.h โ†’ libc/include/mips-linux-any/asm/unistd.h
File renamed without changes
libc/include/mips-linux-gnu/asm/sgidefs.h
@@ -1,45 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1996, 1999, 2001 Ralf Baechle
- * Copyright (C) 1999 Silicon Graphics, Inc.
- * Copyright (C) 2001 MIPS Technologies, Inc.
- */
-#ifndef __ASM_SGIDEFS_H
-#define __ASM_SGIDEFS_H
-
-/*
- * Using a Linux compiler for building Linux seems logic but not to
- * everybody.
- */
-#ifndef __linux__
-#error Use a Linux compiler or give up.
-#endif
-
-/*
- * Definitions for the ISA levels
- *
- * With the introduction of MIPS32 / MIPS64 instruction sets definitions
- * MIPS ISAs are no longer subsets of each other.  Therefore comparisons
- * on these symbols except with == may result in unexpected results and
- * are forbidden!
- */
-#define _MIPS_ISA_MIPS1		1
-#define _MIPS_ISA_MIPS2		2
-#define _MIPS_ISA_MIPS3		3
-#define _MIPS_ISA_MIPS4		4
-#define _MIPS_ISA_MIPS5		5
-#define _MIPS_ISA_MIPS32	6
-#define _MIPS_ISA_MIPS64	7
-
-/*
- * Subprogram calling convention
- */
-#define _MIPS_SIM_ABI32		1
-#define _MIPS_SIM_NABI32	2
-#define _MIPS_SIM_ABI64		3
-
-#endif /* __ASM_SGIDEFS_H */
libc/include/mips-linux-gnu/asm/unistd.h
@@ -1,1101 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1995, 96, 97, 98, 99, 2000 by Ralf Baechle
- * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
- *
- * Changed system calls macros _syscall5 - _syscall7 to push args 5 to 7 onto
- * the stack. Robin Farine for ACN S.A, Copyright (C) 1996 by ACN S.A
- */
-#ifndef _UAPI_ASM_UNISTD_H
-#define _UAPI_ASM_UNISTD_H
-
-#include <asm/sgidefs.h>
-
-#if _MIPS_SIM == _MIPS_SIM_ABI32
-
-/*
- * Linux o32 style syscalls are in the range from 4000 to 4999.
- */
-#define __NR_Linux			4000
-#define __NR_syscall			(__NR_Linux +	0)
-#define __NR_exit			(__NR_Linux +	1)
-#define __NR_fork			(__NR_Linux +	2)
-#define __NR_read			(__NR_Linux +	3)
-#define __NR_write			(__NR_Linux +	4)
-#define __NR_open			(__NR_Linux +	5)
-#define __NR_close			(__NR_Linux +	6)
-#define __NR_waitpid			(__NR_Linux +	7)
-#define __NR_creat			(__NR_Linux +	8)
-#define __NR_link			(__NR_Linux +	9)
-#define __NR_unlink			(__NR_Linux +  10)
-#define __NR_execve			(__NR_Linux +  11)
-#define __NR_chdir			(__NR_Linux +  12)
-#define __NR_time			(__NR_Linux +  13)
-#define __NR_mknod			(__NR_Linux +  14)
-#define __NR_chmod			(__NR_Linux +  15)
-#define __NR_lchown			(__NR_Linux +  16)
-#define __NR_break			(__NR_Linux +  17)
-#define __NR_unused18			(__NR_Linux +  18)
-#define __NR_lseek			(__NR_Linux +  19)
-#define __NR_getpid			(__NR_Linux +  20)
-#define __NR_mount			(__NR_Linux +  21)
-#define __NR_umount			(__NR_Linux +  22)
-#define __NR_setuid			(__NR_Linux +  23)
-#define __NR_getuid			(__NR_Linux +  24)
-#define __NR_stime			(__NR_Linux +  25)
-#define __NR_ptrace			(__NR_Linux +  26)
-#define __NR_alarm			(__NR_Linux +  27)
-#define __NR_unused28			(__NR_Linux +  28)
-#define __NR_pause			(__NR_Linux +  29)
-#define __NR_utime			(__NR_Linux +  30)
-#define __NR_stty			(__NR_Linux +  31)
-#define __NR_gtty			(__NR_Linux +  32)
-#define __NR_access			(__NR_Linux +  33)
-#define __NR_nice			(__NR_Linux +  34)
-#define __NR_ftime			(__NR_Linux +  35)
-#define __NR_sync			(__NR_Linux +  36)
-#define __NR_kill			(__NR_Linux +  37)
-#define __NR_rename			(__NR_Linux +  38)
-#define __NR_mkdir			(__NR_Linux +  39)
-#define __NR_rmdir			(__NR_Linux +  40)
-#define __NR_dup			(__NR_Linux +  41)
-#define __NR_pipe			(__NR_Linux +  42)
-#define __NR_times			(__NR_Linux +  43)
-#define __NR_prof			(__NR_Linux +  44)
-#define __NR_brk			(__NR_Linux +  45)
-#define __NR_setgid			(__NR_Linux +  46)
-#define __NR_getgid			(__NR_Linux +  47)
-#define __NR_signal			(__NR_Linux +  48)
-#define __NR_geteuid			(__NR_Linux +  49)
-#define __NR_getegid			(__NR_Linux +  50)
-#define __NR_acct			(__NR_Linux +  51)
-#define __NR_umount2			(__NR_Linux +  52)
-#define __NR_lock			(__NR_Linux +  53)
-#define __NR_ioctl			(__NR_Linux +  54)
-#define __NR_fcntl			(__NR_Linux +  55)
-#define __NR_mpx			(__NR_Linux +  56)
-#define __NR_setpgid			(__NR_Linux +  57)
-#define __NR_ulimit			(__NR_Linux +  58)
-#define __NR_unused59			(__NR_Linux +  59)
-#define __NR_umask			(__NR_Linux +  60)
-#define __NR_chroot			(__NR_Linux +  61)
-#define __NR_ustat			(__NR_Linux +  62)
-#define __NR_dup2			(__NR_Linux +  63)
-#define __NR_getppid			(__NR_Linux +  64)
-#define __NR_getpgrp			(__NR_Linux +  65)
-#define __NR_setsid			(__NR_Linux +  66)
-#define __NR_sigaction			(__NR_Linux +  67)
-#define __NR_sgetmask			(__NR_Linux +  68)
-#define __NR_ssetmask			(__NR_Linux +  69)
-#define __NR_setreuid			(__NR_Linux +  70)
-#define __NR_setregid			(__NR_Linux +  71)
-#define __NR_sigsuspend			(__NR_Linux +  72)
-#define __NR_sigpending			(__NR_Linux +  73)
-#define __NR_sethostname		(__NR_Linux +  74)
-#define __NR_setrlimit			(__NR_Linux +  75)
-#define __NR_getrlimit			(__NR_Linux +  76)
-#define __NR_getrusage			(__NR_Linux +  77)
-#define __NR_gettimeofday		(__NR_Linux +  78)
-#define __NR_settimeofday		(__NR_Linux +  79)
-#define __NR_getgroups			(__NR_Linux +  80)
-#define __NR_setgroups			(__NR_Linux +  81)
-#define __NR_reserved82			(__NR_Linux +  82)
-#define __NR_symlink			(__NR_Linux +  83)
-#define __NR_unused84			(__NR_Linux +  84)
-#define __NR_readlink			(__NR_Linux +  85)
-#define __NR_uselib			(__NR_Linux +  86)
-#define __NR_swapon			(__NR_Linux +  87)
-#define __NR_reboot			(__NR_Linux +  88)
-#define __NR_readdir			(__NR_Linux +  89)
-#define __NR_mmap			(__NR_Linux +  90)
-#define __NR_munmap			(__NR_Linux +  91)
-#define __NR_truncate			(__NR_Linux +  92)
-#define __NR_ftruncate			(__NR_Linux +  93)
-#define __NR_fchmod			(__NR_Linux +  94)
-#define __NR_fchown			(__NR_Linux +  95)
-#define __NR_getpriority		(__NR_Linux +  96)
-#define __NR_setpriority		(__NR_Linux +  97)
-#define __NR_profil			(__NR_Linux +  98)
-#define __NR_statfs			(__NR_Linux +  99)
-#define __NR_fstatfs			(__NR_Linux + 100)
-#define __NR_ioperm			(__NR_Linux + 101)
-#define __NR_socketcall			(__NR_Linux + 102)
-#define __NR_syslog			(__NR_Linux + 103)
-#define __NR_setitimer			(__NR_Linux + 104)
-#define __NR_getitimer			(__NR_Linux + 105)
-#define __NR_stat			(__NR_Linux + 106)
-#define __NR_lstat			(__NR_Linux + 107)
-#define __NR_fstat			(__NR_Linux + 108)
-#define __NR_unused109			(__NR_Linux + 109)
-#define __NR_iopl			(__NR_Linux + 110)
-#define __NR_vhangup			(__NR_Linux + 111)
-#define __NR_idle			(__NR_Linux + 112)
-#define __NR_vm86			(__NR_Linux + 113)
-#define __NR_wait4			(__NR_Linux + 114)
-#define __NR_swapoff			(__NR_Linux + 115)
-#define __NR_sysinfo			(__NR_Linux + 116)
-#define __NR_ipc			(__NR_Linux + 117)
-#define __NR_fsync			(__NR_Linux + 118)
-#define __NR_sigreturn			(__NR_Linux + 119)
-#define __NR_clone			(__NR_Linux + 120)
-#define __NR_setdomainname		(__NR_Linux + 121)
-#define __NR_uname			(__NR_Linux + 122)
-#define __NR_modify_ldt			(__NR_Linux + 123)
-#define __NR_adjtimex			(__NR_Linux + 124)
-#define __NR_mprotect			(__NR_Linux + 125)
-#define __NR_sigprocmask		(__NR_Linux + 126)
-#define __NR_create_module		(__NR_Linux + 127)
-#define __NR_init_module		(__NR_Linux + 128)
-#define __NR_delete_module		(__NR_Linux + 129)
-#define __NR_get_kernel_syms		(__NR_Linux + 130)
-#define __NR_quotactl			(__NR_Linux + 131)
-#define __NR_getpgid			(__NR_Linux + 132)
-#define __NR_fchdir			(__NR_Linux + 133)
-#define __NR_bdflush			(__NR_Linux + 134)
-#define __NR_sysfs			(__NR_Linux + 135)
-#define __NR_personality		(__NR_Linux + 136)
-#define __NR_afs_syscall		(__NR_Linux + 137) /* Syscall for Andrew File System */
-#define __NR_setfsuid			(__NR_Linux + 138)
-#define __NR_setfsgid			(__NR_Linux + 139)
-#define __NR__llseek			(__NR_Linux + 140)
-#define __NR_getdents			(__NR_Linux + 141)
-#define __NR__newselect			(__NR_Linux + 142)
-#define __NR_flock			(__NR_Linux + 143)
-#define __NR_msync			(__NR_Linux + 144)
-#define __NR_readv			(__NR_Linux + 145)
-#define __NR_writev			(__NR_Linux + 146)
-#define __NR_cacheflush			(__NR_Linux + 147)
-#define __NR_cachectl			(__NR_Linux + 148)
-#define __NR_sysmips			(__NR_Linux + 149)
-#define __NR_unused150			(__NR_Linux + 150)
-#define __NR_getsid			(__NR_Linux + 151)
-#define __NR_fdatasync			(__NR_Linux + 152)
-#define __NR__sysctl			(__NR_Linux + 153)
-#define __NR_mlock			(__NR_Linux + 154)
-#define __NR_munlock			(__NR_Linux + 155)
-#define __NR_mlockall			(__NR_Linux + 156)
-#define __NR_munlockall			(__NR_Linux + 157)
-#define __NR_sched_setparam		(__NR_Linux + 158)
-#define __NR_sched_getparam		(__NR_Linux + 159)
-#define __NR_sched_setscheduler		(__NR_Linux + 160)
-#define __NR_sched_getscheduler		(__NR_Linux + 161)
-#define __NR_sched_yield		(__NR_Linux + 162)
-#define __NR_sched_get_priority_max	(__NR_Linux + 163)
-#define __NR_sched_get_priority_min	(__NR_Linux + 164)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 165)
-#define __NR_nanosleep			(__NR_Linux + 166)
-#define __NR_mremap			(__NR_Linux + 167)
-#define __NR_accept			(__NR_Linux + 168)
-#define __NR_bind			(__NR_Linux + 169)
-#define __NR_connect			(__NR_Linux + 170)
-#define __NR_getpeername		(__NR_Linux + 171)
-#define __NR_getsockname		(__NR_Linux + 172)
-#define __NR_getsockopt			(__NR_Linux + 173)
-#define __NR_listen			(__NR_Linux + 174)
-#define __NR_recv			(__NR_Linux + 175)
-#define __NR_recvfrom			(__NR_Linux + 176)
-#define __NR_recvmsg			(__NR_Linux + 177)
-#define __NR_send			(__NR_Linux + 178)
-#define __NR_sendmsg			(__NR_Linux + 179)
-#define __NR_sendto			(__NR_Linux + 180)
-#define __NR_setsockopt			(__NR_Linux + 181)
-#define __NR_shutdown			(__NR_Linux + 182)
-#define __NR_socket			(__NR_Linux + 183)
-#define __NR_socketpair			(__NR_Linux + 184)
-#define __NR_setresuid			(__NR_Linux + 185)
-#define __NR_getresuid			(__NR_Linux + 186)
-#define __NR_query_module		(__NR_Linux + 187)
-#define __NR_poll			(__NR_Linux + 188)
-#define __NR_nfsservctl			(__NR_Linux + 189)
-#define __NR_setresgid			(__NR_Linux + 190)
-#define __NR_getresgid			(__NR_Linux + 191)
-#define __NR_prctl			(__NR_Linux + 192)
-#define __NR_rt_sigreturn		(__NR_Linux + 193)
-#define __NR_rt_sigaction		(__NR_Linux + 194)
-#define __NR_rt_sigprocmask		(__NR_Linux + 195)
-#define __NR_rt_sigpending		(__NR_Linux + 196)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 197)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 198)
-#define __NR_rt_sigsuspend		(__NR_Linux + 199)
-#define __NR_pread64			(__NR_Linux + 200)
-#define __NR_pwrite64			(__NR_Linux + 201)
-#define __NR_chown			(__NR_Linux + 202)
-#define __NR_getcwd			(__NR_Linux + 203)
-#define __NR_capget			(__NR_Linux + 204)
-#define __NR_capset			(__NR_Linux + 205)
-#define __NR_sigaltstack		(__NR_Linux + 206)
-#define __NR_sendfile			(__NR_Linux + 207)
-#define __NR_getpmsg			(__NR_Linux + 208)
-#define __NR_putpmsg			(__NR_Linux + 209)
-#define __NR_mmap2			(__NR_Linux + 210)
-#define __NR_truncate64			(__NR_Linux + 211)
-#define __NR_ftruncate64		(__NR_Linux + 212)
-#define __NR_stat64			(__NR_Linux + 213)
-#define __NR_lstat64			(__NR_Linux + 214)
-#define __NR_fstat64			(__NR_Linux + 215)
-#define __NR_pivot_root			(__NR_Linux + 216)
-#define __NR_mincore			(__NR_Linux + 217)
-#define __NR_madvise			(__NR_Linux + 218)
-#define __NR_getdents64			(__NR_Linux + 219)
-#define __NR_fcntl64			(__NR_Linux + 220)
-#define __NR_reserved221		(__NR_Linux + 221)
-#define __NR_gettid			(__NR_Linux + 222)
-#define __NR_readahead			(__NR_Linux + 223)
-#define __NR_setxattr			(__NR_Linux + 224)
-#define __NR_lsetxattr			(__NR_Linux + 225)
-#define __NR_fsetxattr			(__NR_Linux + 226)
-#define __NR_getxattr			(__NR_Linux + 227)
-#define __NR_lgetxattr			(__NR_Linux + 228)
-#define __NR_fgetxattr			(__NR_Linux + 229)
-#define __NR_listxattr			(__NR_Linux + 230)
-#define __NR_llistxattr			(__NR_Linux + 231)
-#define __NR_flistxattr			(__NR_Linux + 232)
-#define __NR_removexattr		(__NR_Linux + 233)
-#define __NR_lremovexattr		(__NR_Linux + 234)
-#define __NR_fremovexattr		(__NR_Linux + 235)
-#define __NR_tkill			(__NR_Linux + 236)
-#define __NR_sendfile64			(__NR_Linux + 237)
-#define __NR_futex			(__NR_Linux + 238)
-#define __NR_sched_setaffinity		(__NR_Linux + 239)
-#define __NR_sched_getaffinity		(__NR_Linux + 240)
-#define __NR_io_setup			(__NR_Linux + 241)
-#define __NR_io_destroy			(__NR_Linux + 242)
-#define __NR_io_getevents		(__NR_Linux + 243)
-#define __NR_io_submit			(__NR_Linux + 244)
-#define __NR_io_cancel			(__NR_Linux + 245)
-#define __NR_exit_group			(__NR_Linux + 246)
-#define __NR_lookup_dcookie		(__NR_Linux + 247)
-#define __NR_epoll_create		(__NR_Linux + 248)
-#define __NR_epoll_ctl			(__NR_Linux + 249)
-#define __NR_epoll_wait			(__NR_Linux + 250)
-#define __NR_remap_file_pages		(__NR_Linux + 251)
-#define __NR_set_tid_address		(__NR_Linux + 252)
-#define __NR_restart_syscall		(__NR_Linux + 253)
-#define __NR_fadvise64			(__NR_Linux + 254)
-#define __NR_statfs64			(__NR_Linux + 255)
-#define __NR_fstatfs64			(__NR_Linux + 256)
-#define __NR_timer_create		(__NR_Linux + 257)
-#define __NR_timer_settime		(__NR_Linux + 258)
-#define __NR_timer_gettime		(__NR_Linux + 259)
-#define __NR_timer_getoverrun		(__NR_Linux + 260)
-#define __NR_timer_delete		(__NR_Linux + 261)
-#define __NR_clock_settime		(__NR_Linux + 262)
-#define __NR_clock_gettime		(__NR_Linux + 263)
-#define __NR_clock_getres		(__NR_Linux + 264)
-#define __NR_clock_nanosleep		(__NR_Linux + 265)
-#define __NR_tgkill			(__NR_Linux + 266)
-#define __NR_utimes			(__NR_Linux + 267)
-#define __NR_mbind			(__NR_Linux + 268)
-#define __NR_get_mempolicy		(__NR_Linux + 269)
-#define __NR_set_mempolicy		(__NR_Linux + 270)
-#define __NR_mq_open			(__NR_Linux + 271)
-#define __NR_mq_unlink			(__NR_Linux + 272)
-#define __NR_mq_timedsend		(__NR_Linux + 273)
-#define __NR_mq_timedreceive		(__NR_Linux + 274)
-#define __NR_mq_notify			(__NR_Linux + 275)
-#define __NR_mq_getsetattr		(__NR_Linux + 276)
-#define __NR_vserver			(__NR_Linux + 277)
-#define __NR_waitid			(__NR_Linux + 278)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 279) */
-#define __NR_add_key			(__NR_Linux + 280)
-#define __NR_request_key		(__NR_Linux + 281)
-#define __NR_keyctl			(__NR_Linux + 282)
-#define __NR_set_thread_area		(__NR_Linux + 283)
-#define __NR_inotify_init		(__NR_Linux + 284)
-#define __NR_inotify_add_watch		(__NR_Linux + 285)
-#define __NR_inotify_rm_watch		(__NR_Linux + 286)
-#define __NR_migrate_pages		(__NR_Linux + 287)
-#define __NR_openat			(__NR_Linux + 288)
-#define __NR_mkdirat			(__NR_Linux + 289)
-#define __NR_mknodat			(__NR_Linux + 290)
-#define __NR_fchownat			(__NR_Linux + 291)
-#define __NR_futimesat			(__NR_Linux + 292)
-#define __NR_fstatat64			(__NR_Linux + 293)
-#define __NR_unlinkat			(__NR_Linux + 294)
-#define __NR_renameat			(__NR_Linux + 295)
-#define __NR_linkat			(__NR_Linux + 296)
-#define __NR_symlinkat			(__NR_Linux + 297)
-#define __NR_readlinkat			(__NR_Linux + 298)
-#define __NR_fchmodat			(__NR_Linux + 299)
-#define __NR_faccessat			(__NR_Linux + 300)
-#define __NR_pselect6			(__NR_Linux + 301)
-#define __NR_ppoll			(__NR_Linux + 302)
-#define __NR_unshare			(__NR_Linux + 303)
-#define __NR_splice			(__NR_Linux + 304)
-#define __NR_sync_file_range		(__NR_Linux + 305)
-#define __NR_tee			(__NR_Linux + 306)
-#define __NR_vmsplice			(__NR_Linux + 307)
-#define __NR_move_pages			(__NR_Linux + 308)
-#define __NR_set_robust_list		(__NR_Linux + 309)
-#define __NR_get_robust_list		(__NR_Linux + 310)
-#define __NR_kexec_load			(__NR_Linux + 311)
-#define __NR_getcpu			(__NR_Linux + 312)
-#define __NR_epoll_pwait		(__NR_Linux + 313)
-#define __NR_ioprio_set			(__NR_Linux + 314)
-#define __NR_ioprio_get			(__NR_Linux + 315)
-#define __NR_utimensat			(__NR_Linux + 316)
-#define __NR_signalfd			(__NR_Linux + 317)
-#define __NR_timerfd			(__NR_Linux + 318)
-#define __NR_eventfd			(__NR_Linux + 319)
-#define __NR_fallocate			(__NR_Linux + 320)
-#define __NR_timerfd_create		(__NR_Linux + 321)
-#define __NR_timerfd_gettime		(__NR_Linux + 322)
-#define __NR_timerfd_settime		(__NR_Linux + 323)
-#define __NR_signalfd4			(__NR_Linux + 324)
-#define __NR_eventfd2			(__NR_Linux + 325)
-#define __NR_epoll_create1		(__NR_Linux + 326)
-#define __NR_dup3			(__NR_Linux + 327)
-#define __NR_pipe2			(__NR_Linux + 328)
-#define __NR_inotify_init1		(__NR_Linux + 329)
-#define __NR_preadv			(__NR_Linux + 330)
-#define __NR_pwritev			(__NR_Linux + 331)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 332)
-#define __NR_perf_event_open		(__NR_Linux + 333)
-#define __NR_accept4			(__NR_Linux + 334)
-#define __NR_recvmmsg			(__NR_Linux + 335)
-#define __NR_fanotify_init		(__NR_Linux + 336)
-#define __NR_fanotify_mark		(__NR_Linux + 337)
-#define __NR_prlimit64			(__NR_Linux + 338)
-#define __NR_name_to_handle_at		(__NR_Linux + 339)
-#define __NR_open_by_handle_at		(__NR_Linux + 340)
-#define __NR_clock_adjtime		(__NR_Linux + 341)
-#define __NR_syncfs			(__NR_Linux + 342)
-#define __NR_sendmmsg			(__NR_Linux + 343)
-#define __NR_setns			(__NR_Linux + 344)
-#define __NR_process_vm_readv		(__NR_Linux + 345)
-#define __NR_process_vm_writev		(__NR_Linux + 346)
-#define __NR_kcmp			(__NR_Linux + 347)
-#define __NR_finit_module		(__NR_Linux + 348)
-#define __NR_sched_setattr		(__NR_Linux + 349)
-#define __NR_sched_getattr		(__NR_Linux + 350)
-#define __NR_renameat2			(__NR_Linux + 351)
-#define __NR_seccomp			(__NR_Linux + 352)
-#define __NR_getrandom			(__NR_Linux + 353)
-#define __NR_memfd_create		(__NR_Linux + 354)
-#define __NR_bpf			(__NR_Linux + 355)
-#define __NR_execveat			(__NR_Linux + 356)
-#define __NR_userfaultfd		(__NR_Linux + 357)
-#define __NR_membarrier			(__NR_Linux + 358)
-#define __NR_mlock2			(__NR_Linux + 359)
-#define __NR_copy_file_range		(__NR_Linux + 360)
-#define __NR_preadv2			(__NR_Linux + 361)
-#define __NR_pwritev2			(__NR_Linux + 362)
-#define __NR_pkey_mprotect		(__NR_Linux + 363)
-#define __NR_pkey_alloc			(__NR_Linux + 364)
-#define __NR_pkey_free			(__NR_Linux + 365)
-#define __NR_statx			(__NR_Linux + 366)
-#define __NR_rseq			(__NR_Linux + 367)
-#define __NR_io_pgetevents		(__NR_Linux + 368)
-
-
-/*
- * Offset of the last Linux o32 flavoured syscall
- */
-#define __NR_Linux_syscalls		368
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
-
-#define __NR_O32_Linux			4000
-#define __NR_O32_Linux_syscalls		368
-
-#if _MIPS_SIM == _MIPS_SIM_ABI64
-
-/*
- * Linux 64-bit syscalls are in the range from 5000 to 5999.
- */
-#define __NR_Linux			5000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_set_tid_address		(__NR_Linux + 212)
-#define __NR_restart_syscall		(__NR_Linux + 213)
-#define __NR_semtimedop			(__NR_Linux + 214)
-#define __NR_fadvise64			(__NR_Linux + 215)
-#define __NR_timer_create		(__NR_Linux + 216)
-#define __NR_timer_settime		(__NR_Linux + 217)
-#define __NR_timer_gettime		(__NR_Linux + 218)
-#define __NR_timer_getoverrun		(__NR_Linux + 219)
-#define __NR_timer_delete		(__NR_Linux + 220)
-#define __NR_clock_settime		(__NR_Linux + 221)
-#define __NR_clock_gettime		(__NR_Linux + 222)
-#define __NR_clock_getres		(__NR_Linux + 223)
-#define __NR_clock_nanosleep		(__NR_Linux + 224)
-#define __NR_tgkill			(__NR_Linux + 225)
-#define __NR_utimes			(__NR_Linux + 226)
-#define __NR_mbind			(__NR_Linux + 227)
-#define __NR_get_mempolicy		(__NR_Linux + 228)
-#define __NR_set_mempolicy		(__NR_Linux + 229)
-#define __NR_mq_open			(__NR_Linux + 230)
-#define __NR_mq_unlink			(__NR_Linux + 231)
-#define __NR_mq_timedsend		(__NR_Linux + 232)
-#define __NR_mq_timedreceive		(__NR_Linux + 233)
-#define __NR_mq_notify			(__NR_Linux + 234)
-#define __NR_mq_getsetattr		(__NR_Linux + 235)
-#define __NR_vserver			(__NR_Linux + 236)
-#define __NR_waitid			(__NR_Linux + 237)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 238) */
-#define __NR_add_key			(__NR_Linux + 239)
-#define __NR_request_key		(__NR_Linux + 240)
-#define __NR_keyctl			(__NR_Linux + 241)
-#define __NR_set_thread_area		(__NR_Linux + 242)
-#define __NR_inotify_init		(__NR_Linux + 243)
-#define __NR_inotify_add_watch		(__NR_Linux + 244)
-#define __NR_inotify_rm_watch		(__NR_Linux + 245)
-#define __NR_migrate_pages		(__NR_Linux + 246)
-#define __NR_openat			(__NR_Linux + 247)
-#define __NR_mkdirat			(__NR_Linux + 248)
-#define __NR_mknodat			(__NR_Linux + 249)
-#define __NR_fchownat			(__NR_Linux + 250)
-#define __NR_futimesat			(__NR_Linux + 251)
-#define __NR_newfstatat			(__NR_Linux + 252)
-#define __NR_unlinkat			(__NR_Linux + 253)
-#define __NR_renameat			(__NR_Linux + 254)
-#define __NR_linkat			(__NR_Linux + 255)
-#define __NR_symlinkat			(__NR_Linux + 256)
-#define __NR_readlinkat			(__NR_Linux + 257)
-#define __NR_fchmodat			(__NR_Linux + 258)
-#define __NR_faccessat			(__NR_Linux + 259)
-#define __NR_pselect6			(__NR_Linux + 260)
-#define __NR_ppoll			(__NR_Linux + 261)
-#define __NR_unshare			(__NR_Linux + 262)
-#define __NR_splice			(__NR_Linux + 263)
-#define __NR_sync_file_range		(__NR_Linux + 264)
-#define __NR_tee			(__NR_Linux + 265)
-#define __NR_vmsplice			(__NR_Linux + 266)
-#define __NR_move_pages			(__NR_Linux + 267)
-#define __NR_set_robust_list		(__NR_Linux + 268)
-#define __NR_get_robust_list		(__NR_Linux + 269)
-#define __NR_kexec_load			(__NR_Linux + 270)
-#define __NR_getcpu			(__NR_Linux + 271)
-#define __NR_epoll_pwait		(__NR_Linux + 272)
-#define __NR_ioprio_set			(__NR_Linux + 273)
-#define __NR_ioprio_get			(__NR_Linux + 274)
-#define __NR_utimensat			(__NR_Linux + 275)
-#define __NR_signalfd			(__NR_Linux + 276)
-#define __NR_timerfd			(__NR_Linux + 277)
-#define __NR_eventfd			(__NR_Linux + 278)
-#define __NR_fallocate			(__NR_Linux + 279)
-#define __NR_timerfd_create		(__NR_Linux + 280)
-#define __NR_timerfd_gettime		(__NR_Linux + 281)
-#define __NR_timerfd_settime		(__NR_Linux + 282)
-#define __NR_signalfd4			(__NR_Linux + 283)
-#define __NR_eventfd2			(__NR_Linux + 284)
-#define __NR_epoll_create1		(__NR_Linux + 285)
-#define __NR_dup3			(__NR_Linux + 286)
-#define __NR_pipe2			(__NR_Linux + 287)
-#define __NR_inotify_init1		(__NR_Linux + 288)
-#define __NR_preadv			(__NR_Linux + 289)
-#define __NR_pwritev			(__NR_Linux + 290)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 291)
-#define __NR_perf_event_open		(__NR_Linux + 292)
-#define __NR_accept4			(__NR_Linux + 293)
-#define __NR_recvmmsg			(__NR_Linux + 294)
-#define __NR_fanotify_init		(__NR_Linux + 295)
-#define __NR_fanotify_mark		(__NR_Linux + 296)
-#define __NR_prlimit64			(__NR_Linux + 297)
-#define __NR_name_to_handle_at		(__NR_Linux + 298)
-#define __NR_open_by_handle_at		(__NR_Linux + 299)
-#define __NR_clock_adjtime		(__NR_Linux + 300)
-#define __NR_syncfs			(__NR_Linux + 301)
-#define __NR_sendmmsg			(__NR_Linux + 302)
-#define __NR_setns			(__NR_Linux + 303)
-#define __NR_process_vm_readv		(__NR_Linux + 304)
-#define __NR_process_vm_writev		(__NR_Linux + 305)
-#define __NR_kcmp			(__NR_Linux + 306)
-#define __NR_finit_module		(__NR_Linux + 307)
-#define __NR_getdents64			(__NR_Linux + 308)
-#define __NR_sched_setattr		(__NR_Linux + 309)
-#define __NR_sched_getattr		(__NR_Linux + 310)
-#define __NR_renameat2			(__NR_Linux + 311)
-#define __NR_seccomp			(__NR_Linux + 312)
-#define __NR_getrandom			(__NR_Linux + 313)
-#define __NR_memfd_create		(__NR_Linux + 314)
-#define __NR_bpf			(__NR_Linux + 315)
-#define __NR_execveat			(__NR_Linux + 316)
-#define __NR_userfaultfd		(__NR_Linux + 317)
-#define __NR_membarrier			(__NR_Linux + 318)
-#define __NR_mlock2			(__NR_Linux + 319)
-#define __NR_copy_file_range		(__NR_Linux + 320)
-#define __NR_preadv2			(__NR_Linux + 321)
-#define __NR_pwritev2			(__NR_Linux + 322)
-#define __NR_pkey_mprotect		(__NR_Linux + 323)
-#define __NR_pkey_alloc			(__NR_Linux + 324)
-#define __NR_pkey_free			(__NR_Linux + 325)
-#define __NR_statx			(__NR_Linux + 326)
-#define __NR_rseq			(__NR_Linux + 327)
-#define __NR_io_pgetevents		(__NR_Linux + 328)
-
-/*
- * Offset of the last Linux 64-bit flavoured syscall
- */
-#define __NR_Linux_syscalls		328
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
-
-#define __NR_64_Linux			5000
-#define __NR_64_Linux_syscalls		328
-
-#if _MIPS_SIM == _MIPS_SIM_NABI32
-
-/*
- * Linux N32 syscalls are in the range from 6000 to 6999.
- */
-#define __NR_Linux			6000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_fcntl64			(__NR_Linux + 212)
-#define __NR_set_tid_address		(__NR_Linux + 213)
-#define __NR_restart_syscall		(__NR_Linux + 214)
-#define __NR_semtimedop			(__NR_Linux + 215)
-#define __NR_fadvise64			(__NR_Linux + 216)
-#define __NR_statfs64			(__NR_Linux + 217)
-#define __NR_fstatfs64			(__NR_Linux + 218)
-#define __NR_sendfile64			(__NR_Linux + 219)
-#define __NR_timer_create		(__NR_Linux + 220)
-#define __NR_timer_settime		(__NR_Linux + 221)
-#define __NR_timer_gettime		(__NR_Linux + 222)
-#define __NR_timer_getoverrun		(__NR_Linux + 223)
-#define __NR_timer_delete		(__NR_Linux + 224)
-#define __NR_clock_settime		(__NR_Linux + 225)
-#define __NR_clock_gettime		(__NR_Linux + 226)
-#define __NR_clock_getres		(__NR_Linux + 227)
-#define __NR_clock_nanosleep		(__NR_Linux + 228)
-#define __NR_tgkill			(__NR_Linux + 229)
-#define __NR_utimes			(__NR_Linux + 230)
-#define __NR_mbind			(__NR_Linux + 231)
-#define __NR_get_mempolicy		(__NR_Linux + 232)
-#define __NR_set_mempolicy		(__NR_Linux + 233)
-#define __NR_mq_open			(__NR_Linux + 234)
-#define __NR_mq_unlink			(__NR_Linux + 235)
-#define __NR_mq_timedsend		(__NR_Linux + 236)
-#define __NR_mq_timedreceive		(__NR_Linux + 237)
-#define __NR_mq_notify			(__NR_Linux + 238)
-#define __NR_mq_getsetattr		(__NR_Linux + 239)
-#define __NR_vserver			(__NR_Linux + 240)
-#define __NR_waitid			(__NR_Linux + 241)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 242) */
-#define __NR_add_key			(__NR_Linux + 243)
-#define __NR_request_key		(__NR_Linux + 244)
-#define __NR_keyctl			(__NR_Linux + 245)
-#define __NR_set_thread_area		(__NR_Linux + 246)
-#define __NR_inotify_init		(__NR_Linux + 247)
-#define __NR_inotify_add_watch		(__NR_Linux + 248)
-#define __NR_inotify_rm_watch		(__NR_Linux + 249)
-#define __NR_migrate_pages		(__NR_Linux + 250)
-#define __NR_openat			(__NR_Linux + 251)
-#define __NR_mkdirat			(__NR_Linux + 252)
-#define __NR_mknodat			(__NR_Linux + 253)
-#define __NR_fchownat			(__NR_Linux + 254)
-#define __NR_futimesat			(__NR_Linux + 255)
-#define __NR_newfstatat			(__NR_Linux + 256)
-#define __NR_unlinkat			(__NR_Linux + 257)
-#define __NR_renameat			(__NR_Linux + 258)
-#define __NR_linkat			(__NR_Linux + 259)
-#define __NR_symlinkat			(__NR_Linux + 260)
-#define __NR_readlinkat			(__NR_Linux + 261)
-#define __NR_fchmodat			(__NR_Linux + 262)
-#define __NR_faccessat			(__NR_Linux + 263)
-#define __NR_pselect6			(__NR_Linux + 264)
-#define __NR_ppoll			(__NR_Linux + 265)
-#define __NR_unshare			(__NR_Linux + 266)
-#define __NR_splice			(__NR_Linux + 267)
-#define __NR_sync_file_range		(__NR_Linux + 268)
-#define __NR_tee			(__NR_Linux + 269)
-#define __NR_vmsplice			(__NR_Linux + 270)
-#define __NR_move_pages			(__NR_Linux + 271)
-#define __NR_set_robust_list		(__NR_Linux + 272)
-#define __NR_get_robust_list		(__NR_Linux + 273)
-#define __NR_kexec_load			(__NR_Linux + 274)
-#define __NR_getcpu			(__NR_Linux + 275)
-#define __NR_epoll_pwait		(__NR_Linux + 276)
-#define __NR_ioprio_set			(__NR_Linux + 277)
-#define __NR_ioprio_get			(__NR_Linux + 278)
-#define __NR_utimensat			(__NR_Linux + 279)
-#define __NR_signalfd			(__NR_Linux + 280)
-#define __NR_timerfd			(__NR_Linux + 281)
-#define __NR_eventfd			(__NR_Linux + 282)
-#define __NR_fallocate			(__NR_Linux + 283)
-#define __NR_timerfd_create		(__NR_Linux + 284)
-#define __NR_timerfd_gettime		(__NR_Linux + 285)
-#define __NR_timerfd_settime		(__NR_Linux + 286)
-#define __NR_signalfd4			(__NR_Linux + 287)
-#define __NR_eventfd2			(__NR_Linux + 288)
-#define __NR_epoll_create1		(__NR_Linux + 289)
-#define __NR_dup3			(__NR_Linux + 290)
-#define __NR_pipe2			(__NR_Linux + 291)
-#define __NR_inotify_init1		(__NR_Linux + 292)
-#define __NR_preadv			(__NR_Linux + 293)
-#define __NR_pwritev			(__NR_Linux + 294)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 295)
-#define __NR_perf_event_open		(__NR_Linux + 296)
-#define __NR_accept4			(__NR_Linux + 297)
-#define __NR_recvmmsg			(__NR_Linux + 298)
-#define __NR_getdents64			(__NR_Linux + 299)
-#define __NR_fanotify_init		(__NR_Linux + 300)
-#define __NR_fanotify_mark		(__NR_Linux + 301)
-#define __NR_prlimit64			(__NR_Linux + 302)
-#define __NR_name_to_handle_at		(__NR_Linux + 303)
-#define __NR_open_by_handle_at		(__NR_Linux + 304)
-#define __NR_clock_adjtime		(__NR_Linux + 305)
-#define __NR_syncfs			(__NR_Linux + 306)
-#define __NR_sendmmsg			(__NR_Linux + 307)
-#define __NR_setns			(__NR_Linux + 308)
-#define __NR_process_vm_readv		(__NR_Linux + 309)
-#define __NR_process_vm_writev		(__NR_Linux + 310)
-#define __NR_kcmp			(__NR_Linux + 311)
-#define __NR_finit_module		(__NR_Linux + 312)
-#define __NR_sched_setattr		(__NR_Linux + 313)
-#define __NR_sched_getattr		(__NR_Linux + 314)
-#define __NR_renameat2			(__NR_Linux + 315)
-#define __NR_seccomp			(__NR_Linux + 316)
-#define __NR_getrandom			(__NR_Linux + 317)
-#define __NR_memfd_create		(__NR_Linux + 318)
-#define __NR_bpf			(__NR_Linux + 319)
-#define __NR_execveat			(__NR_Linux + 320)
-#define __NR_userfaultfd		(__NR_Linux + 321)
-#define __NR_membarrier			(__NR_Linux + 322)
-#define __NR_mlock2			(__NR_Linux + 323)
-#define __NR_copy_file_range		(__NR_Linux + 324)
-#define __NR_preadv2			(__NR_Linux + 325)
-#define __NR_pwritev2			(__NR_Linux + 326)
-#define __NR_pkey_mprotect		(__NR_Linux + 327)
-#define __NR_pkey_alloc			(__NR_Linux + 328)
-#define __NR_pkey_free			(__NR_Linux + 329)
-#define __NR_statx			(__NR_Linux + 330)
-#define __NR_rseq			(__NR_Linux + 331)
-#define __NR_io_pgetevents		(__NR_Linux + 332)
-
-/*
- * Offset of the last N32 flavoured syscall
- */
-#define __NR_Linux_syscalls		332
-
-#endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */
-
-#define __NR_N32_Linux			6000
-#define __NR_N32_Linux_syscalls		332
-
-#endif /* _UAPI_ASM_UNISTD_H */
libc/include/mips64-linux-musl/asm/auxvec.h โ†’ libc/include/mips64-linux-any/asm/auxvec.h
File renamed without changes
libc/include/mips64-linux-musl/asm/bitsperlong.h โ†’ libc/include/mips64-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/mips64-linux-musl/asm/byteorder.h โ†’ libc/include/mips64-linux-any/asm/byteorder.h
File renamed without changes
libc/include/mips64-linux-musl/asm/errno.h โ†’ libc/include/mips64-linux-any/asm/errno.h
File renamed without changes
libc/include/mips64-linux-musl/asm/fcntl.h โ†’ libc/include/mips64-linux-any/asm/fcntl.h
File renamed without changes
libc/include/mips64-linux-musl/asm/hwcap.h โ†’ libc/include/mips64-linux-any/asm/hwcap.h
File renamed without changes
libc/include/mips64-linux-musl/asm/ioctl.h โ†’ libc/include/mips64-linux-any/asm/ioctl.h
File renamed without changes
libc/include/mips64-linux-musl/asm/ioctls.h โ†’ libc/include/mips64-linux-any/asm/ioctls.h
File renamed without changes
libc/include/mips64-linux-musl/asm/kvm.h โ†’ libc/include/mips64-linux-any/asm/kvm.h
File renamed without changes
libc/include/mips64-linux-musl/asm/kvm_para.h โ†’ libc/include/mips64-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/mips64-linux-musl/asm/mman.h โ†’ libc/include/mips64-linux-any/asm/mman.h
File renamed without changes
libc/include/mips64-linux-musl/asm/msgbuf.h โ†’ libc/include/mips64-linux-any/asm/msgbuf.h
File renamed without changes
libc/include/mips64-linux-musl/asm/param.h โ†’ libc/include/mips64-linux-any/asm/param.h
File renamed without changes
libc/include/mips64-linux-musl/asm/poll.h โ†’ libc/include/mips64-linux-any/asm/poll.h
File renamed without changes
libc/include/mips64-linux-musl/asm/posix_types.h โ†’ libc/include/mips64-linux-any/asm/posix_types.h
File renamed without changes
libc/include/mips64-linux-musl/asm/ptrace.h โ†’ libc/include/mips64-linux-any/asm/ptrace.h
File renamed without changes
libc/include/mips64-linux-musl/asm/resource.h โ†’ libc/include/mips64-linux-any/asm/resource.h
File renamed without changes
libc/include/mips64-linux-musl/asm/sembuf.h โ†’ libc/include/mips64-linux-any/asm/sembuf.h
File renamed without changes
libc/include/mips64-linux-musl/asm/setup.h โ†’ libc/include/mips64-linux-any/asm/setup.h
File renamed without changes
libc/include/mips64-linux-musl/asm/shmbuf.h โ†’ libc/include/mips64-linux-any/asm/shmbuf.h
File renamed without changes
libc/include/mips64-linux-musl/asm/sigcontext.h โ†’ libc/include/mips64-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/mips64-linux-musl/asm/siginfo.h โ†’ libc/include/mips64-linux-any/asm/siginfo.h
File renamed without changes
libc/include/mips64-linux-musl/asm/signal.h โ†’ libc/include/mips64-linux-any/asm/signal.h
File renamed without changes
libc/include/mips64-linux-musl/asm/socket.h โ†’ libc/include/mips64-linux-any/asm/socket.h
File renamed without changes
libc/include/mips64-linux-musl/asm/sockios.h โ†’ libc/include/mips64-linux-any/asm/sockios.h
File renamed without changes
libc/include/mips64-linux-musl/asm/stat.h โ†’ libc/include/mips64-linux-any/asm/stat.h
File renamed without changes
libc/include/mips64-linux-musl/asm/statfs.h โ†’ libc/include/mips64-linux-any/asm/statfs.h
File renamed without changes
libc/include/mips64-linux-musl/asm/swab.h โ†’ libc/include/mips64-linux-any/asm/swab.h
File renamed without changes
libc/include/mips64-linux-musl/asm/termbits.h โ†’ libc/include/mips64-linux-any/asm/termbits.h
File renamed without changes
libc/include/mips64-linux-musl/asm/termios.h โ†’ libc/include/mips64-linux-any/asm/termios.h
File renamed without changes
libc/include/mips64-linux-musl/asm/types.h โ†’ libc/include/mips64-linux-any/asm/types.h
File renamed without changes
libc/include/mips64-linux-musl/asm/unistd.h โ†’ libc/include/mips64-linux-any/asm/unistd.h
File renamed without changes
libc/include/mips64-linux-gnuabi64/asm/sgidefs.h
@@ -1,45 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1996, 1999, 2001 Ralf Baechle
- * Copyright (C) 1999 Silicon Graphics, Inc.
- * Copyright (C) 2001 MIPS Technologies, Inc.
- */
-#ifndef __ASM_SGIDEFS_H
-#define __ASM_SGIDEFS_H
-
-/*
- * Using a Linux compiler for building Linux seems logic but not to
- * everybody.
- */
-#ifndef __linux__
-#error Use a Linux compiler or give up.
-#endif
-
-/*
- * Definitions for the ISA levels
- *
- * With the introduction of MIPS32 / MIPS64 instruction sets definitions
- * MIPS ISAs are no longer subsets of each other.  Therefore comparisons
- * on these symbols except with == may result in unexpected results and
- * are forbidden!
- */
-#define _MIPS_ISA_MIPS1		1
-#define _MIPS_ISA_MIPS2		2
-#define _MIPS_ISA_MIPS3		3
-#define _MIPS_ISA_MIPS4		4
-#define _MIPS_ISA_MIPS5		5
-#define _MIPS_ISA_MIPS32	6
-#define _MIPS_ISA_MIPS64	7
-
-/*
- * Subprogram calling convention
- */
-#define _MIPS_SIM_ABI32		1
-#define _MIPS_SIM_NABI32	2
-#define _MIPS_SIM_ABI64		3
-
-#endif /* __ASM_SGIDEFS_H */
libc/include/mips64-linux-gnuabi64/asm/unistd.h
@@ -1,1101 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1995, 96, 97, 98, 99, 2000 by Ralf Baechle
- * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
- *
- * Changed system calls macros _syscall5 - _syscall7 to push args 5 to 7 onto
- * the stack. Robin Farine for ACN S.A, Copyright (C) 1996 by ACN S.A
- */
-#ifndef _UAPI_ASM_UNISTD_H
-#define _UAPI_ASM_UNISTD_H
-
-#include <asm/sgidefs.h>
-
-#if _MIPS_SIM == _MIPS_SIM_ABI32
-
-/*
- * Linux o32 style syscalls are in the range from 4000 to 4999.
- */
-#define __NR_Linux			4000
-#define __NR_syscall			(__NR_Linux +	0)
-#define __NR_exit			(__NR_Linux +	1)
-#define __NR_fork			(__NR_Linux +	2)
-#define __NR_read			(__NR_Linux +	3)
-#define __NR_write			(__NR_Linux +	4)
-#define __NR_open			(__NR_Linux +	5)
-#define __NR_close			(__NR_Linux +	6)
-#define __NR_waitpid			(__NR_Linux +	7)
-#define __NR_creat			(__NR_Linux +	8)
-#define __NR_link			(__NR_Linux +	9)
-#define __NR_unlink			(__NR_Linux +  10)
-#define __NR_execve			(__NR_Linux +  11)
-#define __NR_chdir			(__NR_Linux +  12)
-#define __NR_time			(__NR_Linux +  13)
-#define __NR_mknod			(__NR_Linux +  14)
-#define __NR_chmod			(__NR_Linux +  15)
-#define __NR_lchown			(__NR_Linux +  16)
-#define __NR_break			(__NR_Linux +  17)
-#define __NR_unused18			(__NR_Linux +  18)
-#define __NR_lseek			(__NR_Linux +  19)
-#define __NR_getpid			(__NR_Linux +  20)
-#define __NR_mount			(__NR_Linux +  21)
-#define __NR_umount			(__NR_Linux +  22)
-#define __NR_setuid			(__NR_Linux +  23)
-#define __NR_getuid			(__NR_Linux +  24)
-#define __NR_stime			(__NR_Linux +  25)
-#define __NR_ptrace			(__NR_Linux +  26)
-#define __NR_alarm			(__NR_Linux +  27)
-#define __NR_unused28			(__NR_Linux +  28)
-#define __NR_pause			(__NR_Linux +  29)
-#define __NR_utime			(__NR_Linux +  30)
-#define __NR_stty			(__NR_Linux +  31)
-#define __NR_gtty			(__NR_Linux +  32)
-#define __NR_access			(__NR_Linux +  33)
-#define __NR_nice			(__NR_Linux +  34)
-#define __NR_ftime			(__NR_Linux +  35)
-#define __NR_sync			(__NR_Linux +  36)
-#define __NR_kill			(__NR_Linux +  37)
-#define __NR_rename			(__NR_Linux +  38)
-#define __NR_mkdir			(__NR_Linux +  39)
-#define __NR_rmdir			(__NR_Linux +  40)
-#define __NR_dup			(__NR_Linux +  41)
-#define __NR_pipe			(__NR_Linux +  42)
-#define __NR_times			(__NR_Linux +  43)
-#define __NR_prof			(__NR_Linux +  44)
-#define __NR_brk			(__NR_Linux +  45)
-#define __NR_setgid			(__NR_Linux +  46)
-#define __NR_getgid			(__NR_Linux +  47)
-#define __NR_signal			(__NR_Linux +  48)
-#define __NR_geteuid			(__NR_Linux +  49)
-#define __NR_getegid			(__NR_Linux +  50)
-#define __NR_acct			(__NR_Linux +  51)
-#define __NR_umount2			(__NR_Linux +  52)
-#define __NR_lock			(__NR_Linux +  53)
-#define __NR_ioctl			(__NR_Linux +  54)
-#define __NR_fcntl			(__NR_Linux +  55)
-#define __NR_mpx			(__NR_Linux +  56)
-#define __NR_setpgid			(__NR_Linux +  57)
-#define __NR_ulimit			(__NR_Linux +  58)
-#define __NR_unused59			(__NR_Linux +  59)
-#define __NR_umask			(__NR_Linux +  60)
-#define __NR_chroot			(__NR_Linux +  61)
-#define __NR_ustat			(__NR_Linux +  62)
-#define __NR_dup2			(__NR_Linux +  63)
-#define __NR_getppid			(__NR_Linux +  64)
-#define __NR_getpgrp			(__NR_Linux +  65)
-#define __NR_setsid			(__NR_Linux +  66)
-#define __NR_sigaction			(__NR_Linux +  67)
-#define __NR_sgetmask			(__NR_Linux +  68)
-#define __NR_ssetmask			(__NR_Linux +  69)
-#define __NR_setreuid			(__NR_Linux +  70)
-#define __NR_setregid			(__NR_Linux +  71)
-#define __NR_sigsuspend			(__NR_Linux +  72)
-#define __NR_sigpending			(__NR_Linux +  73)
-#define __NR_sethostname		(__NR_Linux +  74)
-#define __NR_setrlimit			(__NR_Linux +  75)
-#define __NR_getrlimit			(__NR_Linux +  76)
-#define __NR_getrusage			(__NR_Linux +  77)
-#define __NR_gettimeofday		(__NR_Linux +  78)
-#define __NR_settimeofday		(__NR_Linux +  79)
-#define __NR_getgroups			(__NR_Linux +  80)
-#define __NR_setgroups			(__NR_Linux +  81)
-#define __NR_reserved82			(__NR_Linux +  82)
-#define __NR_symlink			(__NR_Linux +  83)
-#define __NR_unused84			(__NR_Linux +  84)
-#define __NR_readlink			(__NR_Linux +  85)
-#define __NR_uselib			(__NR_Linux +  86)
-#define __NR_swapon			(__NR_Linux +  87)
-#define __NR_reboot			(__NR_Linux +  88)
-#define __NR_readdir			(__NR_Linux +  89)
-#define __NR_mmap			(__NR_Linux +  90)
-#define __NR_munmap			(__NR_Linux +  91)
-#define __NR_truncate			(__NR_Linux +  92)
-#define __NR_ftruncate			(__NR_Linux +  93)
-#define __NR_fchmod			(__NR_Linux +  94)
-#define __NR_fchown			(__NR_Linux +  95)
-#define __NR_getpriority		(__NR_Linux +  96)
-#define __NR_setpriority		(__NR_Linux +  97)
-#define __NR_profil			(__NR_Linux +  98)
-#define __NR_statfs			(__NR_Linux +  99)
-#define __NR_fstatfs			(__NR_Linux + 100)
-#define __NR_ioperm			(__NR_Linux + 101)
-#define __NR_socketcall			(__NR_Linux + 102)
-#define __NR_syslog			(__NR_Linux + 103)
-#define __NR_setitimer			(__NR_Linux + 104)
-#define __NR_getitimer			(__NR_Linux + 105)
-#define __NR_stat			(__NR_Linux + 106)
-#define __NR_lstat			(__NR_Linux + 107)
-#define __NR_fstat			(__NR_Linux + 108)
-#define __NR_unused109			(__NR_Linux + 109)
-#define __NR_iopl			(__NR_Linux + 110)
-#define __NR_vhangup			(__NR_Linux + 111)
-#define __NR_idle			(__NR_Linux + 112)
-#define __NR_vm86			(__NR_Linux + 113)
-#define __NR_wait4			(__NR_Linux + 114)
-#define __NR_swapoff			(__NR_Linux + 115)
-#define __NR_sysinfo			(__NR_Linux + 116)
-#define __NR_ipc			(__NR_Linux + 117)
-#define __NR_fsync			(__NR_Linux + 118)
-#define __NR_sigreturn			(__NR_Linux + 119)
-#define __NR_clone			(__NR_Linux + 120)
-#define __NR_setdomainname		(__NR_Linux + 121)
-#define __NR_uname			(__NR_Linux + 122)
-#define __NR_modify_ldt			(__NR_Linux + 123)
-#define __NR_adjtimex			(__NR_Linux + 124)
-#define __NR_mprotect			(__NR_Linux + 125)
-#define __NR_sigprocmask		(__NR_Linux + 126)
-#define __NR_create_module		(__NR_Linux + 127)
-#define __NR_init_module		(__NR_Linux + 128)
-#define __NR_delete_module		(__NR_Linux + 129)
-#define __NR_get_kernel_syms		(__NR_Linux + 130)
-#define __NR_quotactl			(__NR_Linux + 131)
-#define __NR_getpgid			(__NR_Linux + 132)
-#define __NR_fchdir			(__NR_Linux + 133)
-#define __NR_bdflush			(__NR_Linux + 134)
-#define __NR_sysfs			(__NR_Linux + 135)
-#define __NR_personality		(__NR_Linux + 136)
-#define __NR_afs_syscall		(__NR_Linux + 137) /* Syscall for Andrew File System */
-#define __NR_setfsuid			(__NR_Linux + 138)
-#define __NR_setfsgid			(__NR_Linux + 139)
-#define __NR__llseek			(__NR_Linux + 140)
-#define __NR_getdents			(__NR_Linux + 141)
-#define __NR__newselect			(__NR_Linux + 142)
-#define __NR_flock			(__NR_Linux + 143)
-#define __NR_msync			(__NR_Linux + 144)
-#define __NR_readv			(__NR_Linux + 145)
-#define __NR_writev			(__NR_Linux + 146)
-#define __NR_cacheflush			(__NR_Linux + 147)
-#define __NR_cachectl			(__NR_Linux + 148)
-#define __NR_sysmips			(__NR_Linux + 149)
-#define __NR_unused150			(__NR_Linux + 150)
-#define __NR_getsid			(__NR_Linux + 151)
-#define __NR_fdatasync			(__NR_Linux + 152)
-#define __NR__sysctl			(__NR_Linux + 153)
-#define __NR_mlock			(__NR_Linux + 154)
-#define __NR_munlock			(__NR_Linux + 155)
-#define __NR_mlockall			(__NR_Linux + 156)
-#define __NR_munlockall			(__NR_Linux + 157)
-#define __NR_sched_setparam		(__NR_Linux + 158)
-#define __NR_sched_getparam		(__NR_Linux + 159)
-#define __NR_sched_setscheduler		(__NR_Linux + 160)
-#define __NR_sched_getscheduler		(__NR_Linux + 161)
-#define __NR_sched_yield		(__NR_Linux + 162)
-#define __NR_sched_get_priority_max	(__NR_Linux + 163)
-#define __NR_sched_get_priority_min	(__NR_Linux + 164)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 165)
-#define __NR_nanosleep			(__NR_Linux + 166)
-#define __NR_mremap			(__NR_Linux + 167)
-#define __NR_accept			(__NR_Linux + 168)
-#define __NR_bind			(__NR_Linux + 169)
-#define __NR_connect			(__NR_Linux + 170)
-#define __NR_getpeername		(__NR_Linux + 171)
-#define __NR_getsockname		(__NR_Linux + 172)
-#define __NR_getsockopt			(__NR_Linux + 173)
-#define __NR_listen			(__NR_Linux + 174)
-#define __NR_recv			(__NR_Linux + 175)
-#define __NR_recvfrom			(__NR_Linux + 176)
-#define __NR_recvmsg			(__NR_Linux + 177)
-#define __NR_send			(__NR_Linux + 178)
-#define __NR_sendmsg			(__NR_Linux + 179)
-#define __NR_sendto			(__NR_Linux + 180)
-#define __NR_setsockopt			(__NR_Linux + 181)
-#define __NR_shutdown			(__NR_Linux + 182)
-#define __NR_socket			(__NR_Linux + 183)
-#define __NR_socketpair			(__NR_Linux + 184)
-#define __NR_setresuid			(__NR_Linux + 185)
-#define __NR_getresuid			(__NR_Linux + 186)
-#define __NR_query_module		(__NR_Linux + 187)
-#define __NR_poll			(__NR_Linux + 188)
-#define __NR_nfsservctl			(__NR_Linux + 189)
-#define __NR_setresgid			(__NR_Linux + 190)
-#define __NR_getresgid			(__NR_Linux + 191)
-#define __NR_prctl			(__NR_Linux + 192)
-#define __NR_rt_sigreturn		(__NR_Linux + 193)
-#define __NR_rt_sigaction		(__NR_Linux + 194)
-#define __NR_rt_sigprocmask		(__NR_Linux + 195)
-#define __NR_rt_sigpending		(__NR_Linux + 196)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 197)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 198)
-#define __NR_rt_sigsuspend		(__NR_Linux + 199)
-#define __NR_pread64			(__NR_Linux + 200)
-#define __NR_pwrite64			(__NR_Linux + 201)
-#define __NR_chown			(__NR_Linux + 202)
-#define __NR_getcwd			(__NR_Linux + 203)
-#define __NR_capget			(__NR_Linux + 204)
-#define __NR_capset			(__NR_Linux + 205)
-#define __NR_sigaltstack		(__NR_Linux + 206)
-#define __NR_sendfile			(__NR_Linux + 207)
-#define __NR_getpmsg			(__NR_Linux + 208)
-#define __NR_putpmsg			(__NR_Linux + 209)
-#define __NR_mmap2			(__NR_Linux + 210)
-#define __NR_truncate64			(__NR_Linux + 211)
-#define __NR_ftruncate64		(__NR_Linux + 212)
-#define __NR_stat64			(__NR_Linux + 213)
-#define __NR_lstat64			(__NR_Linux + 214)
-#define __NR_fstat64			(__NR_Linux + 215)
-#define __NR_pivot_root			(__NR_Linux + 216)
-#define __NR_mincore			(__NR_Linux + 217)
-#define __NR_madvise			(__NR_Linux + 218)
-#define __NR_getdents64			(__NR_Linux + 219)
-#define __NR_fcntl64			(__NR_Linux + 220)
-#define __NR_reserved221		(__NR_Linux + 221)
-#define __NR_gettid			(__NR_Linux + 222)
-#define __NR_readahead			(__NR_Linux + 223)
-#define __NR_setxattr			(__NR_Linux + 224)
-#define __NR_lsetxattr			(__NR_Linux + 225)
-#define __NR_fsetxattr			(__NR_Linux + 226)
-#define __NR_getxattr			(__NR_Linux + 227)
-#define __NR_lgetxattr			(__NR_Linux + 228)
-#define __NR_fgetxattr			(__NR_Linux + 229)
-#define __NR_listxattr			(__NR_Linux + 230)
-#define __NR_llistxattr			(__NR_Linux + 231)
-#define __NR_flistxattr			(__NR_Linux + 232)
-#define __NR_removexattr		(__NR_Linux + 233)
-#define __NR_lremovexattr		(__NR_Linux + 234)
-#define __NR_fremovexattr		(__NR_Linux + 235)
-#define __NR_tkill			(__NR_Linux + 236)
-#define __NR_sendfile64			(__NR_Linux + 237)
-#define __NR_futex			(__NR_Linux + 238)
-#define __NR_sched_setaffinity		(__NR_Linux + 239)
-#define __NR_sched_getaffinity		(__NR_Linux + 240)
-#define __NR_io_setup			(__NR_Linux + 241)
-#define __NR_io_destroy			(__NR_Linux + 242)
-#define __NR_io_getevents		(__NR_Linux + 243)
-#define __NR_io_submit			(__NR_Linux + 244)
-#define __NR_io_cancel			(__NR_Linux + 245)
-#define __NR_exit_group			(__NR_Linux + 246)
-#define __NR_lookup_dcookie		(__NR_Linux + 247)
-#define __NR_epoll_create		(__NR_Linux + 248)
-#define __NR_epoll_ctl			(__NR_Linux + 249)
-#define __NR_epoll_wait			(__NR_Linux + 250)
-#define __NR_remap_file_pages		(__NR_Linux + 251)
-#define __NR_set_tid_address		(__NR_Linux + 252)
-#define __NR_restart_syscall		(__NR_Linux + 253)
-#define __NR_fadvise64			(__NR_Linux + 254)
-#define __NR_statfs64			(__NR_Linux + 255)
-#define __NR_fstatfs64			(__NR_Linux + 256)
-#define __NR_timer_create		(__NR_Linux + 257)
-#define __NR_timer_settime		(__NR_Linux + 258)
-#define __NR_timer_gettime		(__NR_Linux + 259)
-#define __NR_timer_getoverrun		(__NR_Linux + 260)
-#define __NR_timer_delete		(__NR_Linux + 261)
-#define __NR_clock_settime		(__NR_Linux + 262)
-#define __NR_clock_gettime		(__NR_Linux + 263)
-#define __NR_clock_getres		(__NR_Linux + 264)
-#define __NR_clock_nanosleep		(__NR_Linux + 265)
-#define __NR_tgkill			(__NR_Linux + 266)
-#define __NR_utimes			(__NR_Linux + 267)
-#define __NR_mbind			(__NR_Linux + 268)
-#define __NR_get_mempolicy		(__NR_Linux + 269)
-#define __NR_set_mempolicy		(__NR_Linux + 270)
-#define __NR_mq_open			(__NR_Linux + 271)
-#define __NR_mq_unlink			(__NR_Linux + 272)
-#define __NR_mq_timedsend		(__NR_Linux + 273)
-#define __NR_mq_timedreceive		(__NR_Linux + 274)
-#define __NR_mq_notify			(__NR_Linux + 275)
-#define __NR_mq_getsetattr		(__NR_Linux + 276)
-#define __NR_vserver			(__NR_Linux + 277)
-#define __NR_waitid			(__NR_Linux + 278)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 279) */
-#define __NR_add_key			(__NR_Linux + 280)
-#define __NR_request_key		(__NR_Linux + 281)
-#define __NR_keyctl			(__NR_Linux + 282)
-#define __NR_set_thread_area		(__NR_Linux + 283)
-#define __NR_inotify_init		(__NR_Linux + 284)
-#define __NR_inotify_add_watch		(__NR_Linux + 285)
-#define __NR_inotify_rm_watch		(__NR_Linux + 286)
-#define __NR_migrate_pages		(__NR_Linux + 287)
-#define __NR_openat			(__NR_Linux + 288)
-#define __NR_mkdirat			(__NR_Linux + 289)
-#define __NR_mknodat			(__NR_Linux + 290)
-#define __NR_fchownat			(__NR_Linux + 291)
-#define __NR_futimesat			(__NR_Linux + 292)
-#define __NR_fstatat64			(__NR_Linux + 293)
-#define __NR_unlinkat			(__NR_Linux + 294)
-#define __NR_renameat			(__NR_Linux + 295)
-#define __NR_linkat			(__NR_Linux + 296)
-#define __NR_symlinkat			(__NR_Linux + 297)
-#define __NR_readlinkat			(__NR_Linux + 298)
-#define __NR_fchmodat			(__NR_Linux + 299)
-#define __NR_faccessat			(__NR_Linux + 300)
-#define __NR_pselect6			(__NR_Linux + 301)
-#define __NR_ppoll			(__NR_Linux + 302)
-#define __NR_unshare			(__NR_Linux + 303)
-#define __NR_splice			(__NR_Linux + 304)
-#define __NR_sync_file_range		(__NR_Linux + 305)
-#define __NR_tee			(__NR_Linux + 306)
-#define __NR_vmsplice			(__NR_Linux + 307)
-#define __NR_move_pages			(__NR_Linux + 308)
-#define __NR_set_robust_list		(__NR_Linux + 309)
-#define __NR_get_robust_list		(__NR_Linux + 310)
-#define __NR_kexec_load			(__NR_Linux + 311)
-#define __NR_getcpu			(__NR_Linux + 312)
-#define __NR_epoll_pwait		(__NR_Linux + 313)
-#define __NR_ioprio_set			(__NR_Linux + 314)
-#define __NR_ioprio_get			(__NR_Linux + 315)
-#define __NR_utimensat			(__NR_Linux + 316)
-#define __NR_signalfd			(__NR_Linux + 317)
-#define __NR_timerfd			(__NR_Linux + 318)
-#define __NR_eventfd			(__NR_Linux + 319)
-#define __NR_fallocate			(__NR_Linux + 320)
-#define __NR_timerfd_create		(__NR_Linux + 321)
-#define __NR_timerfd_gettime		(__NR_Linux + 322)
-#define __NR_timerfd_settime		(__NR_Linux + 323)
-#define __NR_signalfd4			(__NR_Linux + 324)
-#define __NR_eventfd2			(__NR_Linux + 325)
-#define __NR_epoll_create1		(__NR_Linux + 326)
-#define __NR_dup3			(__NR_Linux + 327)
-#define __NR_pipe2			(__NR_Linux + 328)
-#define __NR_inotify_init1		(__NR_Linux + 329)
-#define __NR_preadv			(__NR_Linux + 330)
-#define __NR_pwritev			(__NR_Linux + 331)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 332)
-#define __NR_perf_event_open		(__NR_Linux + 333)
-#define __NR_accept4			(__NR_Linux + 334)
-#define __NR_recvmmsg			(__NR_Linux + 335)
-#define __NR_fanotify_init		(__NR_Linux + 336)
-#define __NR_fanotify_mark		(__NR_Linux + 337)
-#define __NR_prlimit64			(__NR_Linux + 338)
-#define __NR_name_to_handle_at		(__NR_Linux + 339)
-#define __NR_open_by_handle_at		(__NR_Linux + 340)
-#define __NR_clock_adjtime		(__NR_Linux + 341)
-#define __NR_syncfs			(__NR_Linux + 342)
-#define __NR_sendmmsg			(__NR_Linux + 343)
-#define __NR_setns			(__NR_Linux + 344)
-#define __NR_process_vm_readv		(__NR_Linux + 345)
-#define __NR_process_vm_writev		(__NR_Linux + 346)
-#define __NR_kcmp			(__NR_Linux + 347)
-#define __NR_finit_module		(__NR_Linux + 348)
-#define __NR_sched_setattr		(__NR_Linux + 349)
-#define __NR_sched_getattr		(__NR_Linux + 350)
-#define __NR_renameat2			(__NR_Linux + 351)
-#define __NR_seccomp			(__NR_Linux + 352)
-#define __NR_getrandom			(__NR_Linux + 353)
-#define __NR_memfd_create		(__NR_Linux + 354)
-#define __NR_bpf			(__NR_Linux + 355)
-#define __NR_execveat			(__NR_Linux + 356)
-#define __NR_userfaultfd		(__NR_Linux + 357)
-#define __NR_membarrier			(__NR_Linux + 358)
-#define __NR_mlock2			(__NR_Linux + 359)
-#define __NR_copy_file_range		(__NR_Linux + 360)
-#define __NR_preadv2			(__NR_Linux + 361)
-#define __NR_pwritev2			(__NR_Linux + 362)
-#define __NR_pkey_mprotect		(__NR_Linux + 363)
-#define __NR_pkey_alloc			(__NR_Linux + 364)
-#define __NR_pkey_free			(__NR_Linux + 365)
-#define __NR_statx			(__NR_Linux + 366)
-#define __NR_rseq			(__NR_Linux + 367)
-#define __NR_io_pgetevents		(__NR_Linux + 368)
-
-
-/*
- * Offset of the last Linux o32 flavoured syscall
- */
-#define __NR_Linux_syscalls		368
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
-
-#define __NR_O32_Linux			4000
-#define __NR_O32_Linux_syscalls		368
-
-#if _MIPS_SIM == _MIPS_SIM_ABI64
-
-/*
- * Linux 64-bit syscalls are in the range from 5000 to 5999.
- */
-#define __NR_Linux			5000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_set_tid_address		(__NR_Linux + 212)
-#define __NR_restart_syscall		(__NR_Linux + 213)
-#define __NR_semtimedop			(__NR_Linux + 214)
-#define __NR_fadvise64			(__NR_Linux + 215)
-#define __NR_timer_create		(__NR_Linux + 216)
-#define __NR_timer_settime		(__NR_Linux + 217)
-#define __NR_timer_gettime		(__NR_Linux + 218)
-#define __NR_timer_getoverrun		(__NR_Linux + 219)
-#define __NR_timer_delete		(__NR_Linux + 220)
-#define __NR_clock_settime		(__NR_Linux + 221)
-#define __NR_clock_gettime		(__NR_Linux + 222)
-#define __NR_clock_getres		(__NR_Linux + 223)
-#define __NR_clock_nanosleep		(__NR_Linux + 224)
-#define __NR_tgkill			(__NR_Linux + 225)
-#define __NR_utimes			(__NR_Linux + 226)
-#define __NR_mbind			(__NR_Linux + 227)
-#define __NR_get_mempolicy		(__NR_Linux + 228)
-#define __NR_set_mempolicy		(__NR_Linux + 229)
-#define __NR_mq_open			(__NR_Linux + 230)
-#define __NR_mq_unlink			(__NR_Linux + 231)
-#define __NR_mq_timedsend		(__NR_Linux + 232)
-#define __NR_mq_timedreceive		(__NR_Linux + 233)
-#define __NR_mq_notify			(__NR_Linux + 234)
-#define __NR_mq_getsetattr		(__NR_Linux + 235)
-#define __NR_vserver			(__NR_Linux + 236)
-#define __NR_waitid			(__NR_Linux + 237)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 238) */
-#define __NR_add_key			(__NR_Linux + 239)
-#define __NR_request_key		(__NR_Linux + 240)
-#define __NR_keyctl			(__NR_Linux + 241)
-#define __NR_set_thread_area		(__NR_Linux + 242)
-#define __NR_inotify_init		(__NR_Linux + 243)
-#define __NR_inotify_add_watch		(__NR_Linux + 244)
-#define __NR_inotify_rm_watch		(__NR_Linux + 245)
-#define __NR_migrate_pages		(__NR_Linux + 246)
-#define __NR_openat			(__NR_Linux + 247)
-#define __NR_mkdirat			(__NR_Linux + 248)
-#define __NR_mknodat			(__NR_Linux + 249)
-#define __NR_fchownat			(__NR_Linux + 250)
-#define __NR_futimesat			(__NR_Linux + 251)
-#define __NR_newfstatat			(__NR_Linux + 252)
-#define __NR_unlinkat			(__NR_Linux + 253)
-#define __NR_renameat			(__NR_Linux + 254)
-#define __NR_linkat			(__NR_Linux + 255)
-#define __NR_symlinkat			(__NR_Linux + 256)
-#define __NR_readlinkat			(__NR_Linux + 257)
-#define __NR_fchmodat			(__NR_Linux + 258)
-#define __NR_faccessat			(__NR_Linux + 259)
-#define __NR_pselect6			(__NR_Linux + 260)
-#define __NR_ppoll			(__NR_Linux + 261)
-#define __NR_unshare			(__NR_Linux + 262)
-#define __NR_splice			(__NR_Linux + 263)
-#define __NR_sync_file_range		(__NR_Linux + 264)
-#define __NR_tee			(__NR_Linux + 265)
-#define __NR_vmsplice			(__NR_Linux + 266)
-#define __NR_move_pages			(__NR_Linux + 267)
-#define __NR_set_robust_list		(__NR_Linux + 268)
-#define __NR_get_robust_list		(__NR_Linux + 269)
-#define __NR_kexec_load			(__NR_Linux + 270)
-#define __NR_getcpu			(__NR_Linux + 271)
-#define __NR_epoll_pwait		(__NR_Linux + 272)
-#define __NR_ioprio_set			(__NR_Linux + 273)
-#define __NR_ioprio_get			(__NR_Linux + 274)
-#define __NR_utimensat			(__NR_Linux + 275)
-#define __NR_signalfd			(__NR_Linux + 276)
-#define __NR_timerfd			(__NR_Linux + 277)
-#define __NR_eventfd			(__NR_Linux + 278)
-#define __NR_fallocate			(__NR_Linux + 279)
-#define __NR_timerfd_create		(__NR_Linux + 280)
-#define __NR_timerfd_gettime		(__NR_Linux + 281)
-#define __NR_timerfd_settime		(__NR_Linux + 282)
-#define __NR_signalfd4			(__NR_Linux + 283)
-#define __NR_eventfd2			(__NR_Linux + 284)
-#define __NR_epoll_create1		(__NR_Linux + 285)
-#define __NR_dup3			(__NR_Linux + 286)
-#define __NR_pipe2			(__NR_Linux + 287)
-#define __NR_inotify_init1		(__NR_Linux + 288)
-#define __NR_preadv			(__NR_Linux + 289)
-#define __NR_pwritev			(__NR_Linux + 290)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 291)
-#define __NR_perf_event_open		(__NR_Linux + 292)
-#define __NR_accept4			(__NR_Linux + 293)
-#define __NR_recvmmsg			(__NR_Linux + 294)
-#define __NR_fanotify_init		(__NR_Linux + 295)
-#define __NR_fanotify_mark		(__NR_Linux + 296)
-#define __NR_prlimit64			(__NR_Linux + 297)
-#define __NR_name_to_handle_at		(__NR_Linux + 298)
-#define __NR_open_by_handle_at		(__NR_Linux + 299)
-#define __NR_clock_adjtime		(__NR_Linux + 300)
-#define __NR_syncfs			(__NR_Linux + 301)
-#define __NR_sendmmsg			(__NR_Linux + 302)
-#define __NR_setns			(__NR_Linux + 303)
-#define __NR_process_vm_readv		(__NR_Linux + 304)
-#define __NR_process_vm_writev		(__NR_Linux + 305)
-#define __NR_kcmp			(__NR_Linux + 306)
-#define __NR_finit_module		(__NR_Linux + 307)
-#define __NR_getdents64			(__NR_Linux + 308)
-#define __NR_sched_setattr		(__NR_Linux + 309)
-#define __NR_sched_getattr		(__NR_Linux + 310)
-#define __NR_renameat2			(__NR_Linux + 311)
-#define __NR_seccomp			(__NR_Linux + 312)
-#define __NR_getrandom			(__NR_Linux + 313)
-#define __NR_memfd_create		(__NR_Linux + 314)
-#define __NR_bpf			(__NR_Linux + 315)
-#define __NR_execveat			(__NR_Linux + 316)
-#define __NR_userfaultfd		(__NR_Linux + 317)
-#define __NR_membarrier			(__NR_Linux + 318)
-#define __NR_mlock2			(__NR_Linux + 319)
-#define __NR_copy_file_range		(__NR_Linux + 320)
-#define __NR_preadv2			(__NR_Linux + 321)
-#define __NR_pwritev2			(__NR_Linux + 322)
-#define __NR_pkey_mprotect		(__NR_Linux + 323)
-#define __NR_pkey_alloc			(__NR_Linux + 324)
-#define __NR_pkey_free			(__NR_Linux + 325)
-#define __NR_statx			(__NR_Linux + 326)
-#define __NR_rseq			(__NR_Linux + 327)
-#define __NR_io_pgetevents		(__NR_Linux + 328)
-
-/*
- * Offset of the last Linux 64-bit flavoured syscall
- */
-#define __NR_Linux_syscalls		328
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
-
-#define __NR_64_Linux			5000
-#define __NR_64_Linux_syscalls		328
-
-#if _MIPS_SIM == _MIPS_SIM_NABI32
-
-/*
- * Linux N32 syscalls are in the range from 6000 to 6999.
- */
-#define __NR_Linux			6000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_fcntl64			(__NR_Linux + 212)
-#define __NR_set_tid_address		(__NR_Linux + 213)
-#define __NR_restart_syscall		(__NR_Linux + 214)
-#define __NR_semtimedop			(__NR_Linux + 215)
-#define __NR_fadvise64			(__NR_Linux + 216)
-#define __NR_statfs64			(__NR_Linux + 217)
-#define __NR_fstatfs64			(__NR_Linux + 218)
-#define __NR_sendfile64			(__NR_Linux + 219)
-#define __NR_timer_create		(__NR_Linux + 220)
-#define __NR_timer_settime		(__NR_Linux + 221)
-#define __NR_timer_gettime		(__NR_Linux + 222)
-#define __NR_timer_getoverrun		(__NR_Linux + 223)
-#define __NR_timer_delete		(__NR_Linux + 224)
-#define __NR_clock_settime		(__NR_Linux + 225)
-#define __NR_clock_gettime		(__NR_Linux + 226)
-#define __NR_clock_getres		(__NR_Linux + 227)
-#define __NR_clock_nanosleep		(__NR_Linux + 228)
-#define __NR_tgkill			(__NR_Linux + 229)
-#define __NR_utimes			(__NR_Linux + 230)
-#define __NR_mbind			(__NR_Linux + 231)
-#define __NR_get_mempolicy		(__NR_Linux + 232)
-#define __NR_set_mempolicy		(__NR_Linux + 233)
-#define __NR_mq_open			(__NR_Linux + 234)
-#define __NR_mq_unlink			(__NR_Linux + 235)
-#define __NR_mq_timedsend		(__NR_Linux + 236)
-#define __NR_mq_timedreceive		(__NR_Linux + 237)
-#define __NR_mq_notify			(__NR_Linux + 238)
-#define __NR_mq_getsetattr		(__NR_Linux + 239)
-#define __NR_vserver			(__NR_Linux + 240)
-#define __NR_waitid			(__NR_Linux + 241)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 242) */
-#define __NR_add_key			(__NR_Linux + 243)
-#define __NR_request_key		(__NR_Linux + 244)
-#define __NR_keyctl			(__NR_Linux + 245)
-#define __NR_set_thread_area		(__NR_Linux + 246)
-#define __NR_inotify_init		(__NR_Linux + 247)
-#define __NR_inotify_add_watch		(__NR_Linux + 248)
-#define __NR_inotify_rm_watch		(__NR_Linux + 249)
-#define __NR_migrate_pages		(__NR_Linux + 250)
-#define __NR_openat			(__NR_Linux + 251)
-#define __NR_mkdirat			(__NR_Linux + 252)
-#define __NR_mknodat			(__NR_Linux + 253)
-#define __NR_fchownat			(__NR_Linux + 254)
-#define __NR_futimesat			(__NR_Linux + 255)
-#define __NR_newfstatat			(__NR_Linux + 256)
-#define __NR_unlinkat			(__NR_Linux + 257)
-#define __NR_renameat			(__NR_Linux + 258)
-#define __NR_linkat			(__NR_Linux + 259)
-#define __NR_symlinkat			(__NR_Linux + 260)
-#define __NR_readlinkat			(__NR_Linux + 261)
-#define __NR_fchmodat			(__NR_Linux + 262)
-#define __NR_faccessat			(__NR_Linux + 263)
-#define __NR_pselect6			(__NR_Linux + 264)
-#define __NR_ppoll			(__NR_Linux + 265)
-#define __NR_unshare			(__NR_Linux + 266)
-#define __NR_splice			(__NR_Linux + 267)
-#define __NR_sync_file_range		(__NR_Linux + 268)
-#define __NR_tee			(__NR_Linux + 269)
-#define __NR_vmsplice			(__NR_Linux + 270)
-#define __NR_move_pages			(__NR_Linux + 271)
-#define __NR_set_robust_list		(__NR_Linux + 272)
-#define __NR_get_robust_list		(__NR_Linux + 273)
-#define __NR_kexec_load			(__NR_Linux + 274)
-#define __NR_getcpu			(__NR_Linux + 275)
-#define __NR_epoll_pwait		(__NR_Linux + 276)
-#define __NR_ioprio_set			(__NR_Linux + 277)
-#define __NR_ioprio_get			(__NR_Linux + 278)
-#define __NR_utimensat			(__NR_Linux + 279)
-#define __NR_signalfd			(__NR_Linux + 280)
-#define __NR_timerfd			(__NR_Linux + 281)
-#define __NR_eventfd			(__NR_Linux + 282)
-#define __NR_fallocate			(__NR_Linux + 283)
-#define __NR_timerfd_create		(__NR_Linux + 284)
-#define __NR_timerfd_gettime		(__NR_Linux + 285)
-#define __NR_timerfd_settime		(__NR_Linux + 286)
-#define __NR_signalfd4			(__NR_Linux + 287)
-#define __NR_eventfd2			(__NR_Linux + 288)
-#define __NR_epoll_create1		(__NR_Linux + 289)
-#define __NR_dup3			(__NR_Linux + 290)
-#define __NR_pipe2			(__NR_Linux + 291)
-#define __NR_inotify_init1		(__NR_Linux + 292)
-#define __NR_preadv			(__NR_Linux + 293)
-#define __NR_pwritev			(__NR_Linux + 294)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 295)
-#define __NR_perf_event_open		(__NR_Linux + 296)
-#define __NR_accept4			(__NR_Linux + 297)
-#define __NR_recvmmsg			(__NR_Linux + 298)
-#define __NR_getdents64			(__NR_Linux + 299)
-#define __NR_fanotify_init		(__NR_Linux + 300)
-#define __NR_fanotify_mark		(__NR_Linux + 301)
-#define __NR_prlimit64			(__NR_Linux + 302)
-#define __NR_name_to_handle_at		(__NR_Linux + 303)
-#define __NR_open_by_handle_at		(__NR_Linux + 304)
-#define __NR_clock_adjtime		(__NR_Linux + 305)
-#define __NR_syncfs			(__NR_Linux + 306)
-#define __NR_sendmmsg			(__NR_Linux + 307)
-#define __NR_setns			(__NR_Linux + 308)
-#define __NR_process_vm_readv		(__NR_Linux + 309)
-#define __NR_process_vm_writev		(__NR_Linux + 310)
-#define __NR_kcmp			(__NR_Linux + 311)
-#define __NR_finit_module		(__NR_Linux + 312)
-#define __NR_sched_setattr		(__NR_Linux + 313)
-#define __NR_sched_getattr		(__NR_Linux + 314)
-#define __NR_renameat2			(__NR_Linux + 315)
-#define __NR_seccomp			(__NR_Linux + 316)
-#define __NR_getrandom			(__NR_Linux + 317)
-#define __NR_memfd_create		(__NR_Linux + 318)
-#define __NR_bpf			(__NR_Linux + 319)
-#define __NR_execveat			(__NR_Linux + 320)
-#define __NR_userfaultfd		(__NR_Linux + 321)
-#define __NR_membarrier			(__NR_Linux + 322)
-#define __NR_mlock2			(__NR_Linux + 323)
-#define __NR_copy_file_range		(__NR_Linux + 324)
-#define __NR_preadv2			(__NR_Linux + 325)
-#define __NR_pwritev2			(__NR_Linux + 326)
-#define __NR_pkey_mprotect		(__NR_Linux + 327)
-#define __NR_pkey_alloc			(__NR_Linux + 328)
-#define __NR_pkey_free			(__NR_Linux + 329)
-#define __NR_statx			(__NR_Linux + 330)
-#define __NR_rseq			(__NR_Linux + 331)
-#define __NR_io_pgetevents		(__NR_Linux + 332)
-
-/*
- * Offset of the last N32 flavoured syscall
- */
-#define __NR_Linux_syscalls		332
-
-#endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */
-
-#define __NR_N32_Linux			6000
-#define __NR_N32_Linux_syscalls		332
-
-#endif /* _UAPI_ASM_UNISTD_H */
libc/include/mips64-linux-gnuabin32/asm/sgidefs.h
@@ -1,45 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1996, 1999, 2001 Ralf Baechle
- * Copyright (C) 1999 Silicon Graphics, Inc.
- * Copyright (C) 2001 MIPS Technologies, Inc.
- */
-#ifndef __ASM_SGIDEFS_H
-#define __ASM_SGIDEFS_H
-
-/*
- * Using a Linux compiler for building Linux seems logic but not to
- * everybody.
- */
-#ifndef __linux__
-#error Use a Linux compiler or give up.
-#endif
-
-/*
- * Definitions for the ISA levels
- *
- * With the introduction of MIPS32 / MIPS64 instruction sets definitions
- * MIPS ISAs are no longer subsets of each other.  Therefore comparisons
- * on these symbols except with == may result in unexpected results and
- * are forbidden!
- */
-#define _MIPS_ISA_MIPS1		1
-#define _MIPS_ISA_MIPS2		2
-#define _MIPS_ISA_MIPS3		3
-#define _MIPS_ISA_MIPS4		4
-#define _MIPS_ISA_MIPS5		5
-#define _MIPS_ISA_MIPS32	6
-#define _MIPS_ISA_MIPS64	7
-
-/*
- * Subprogram calling convention
- */
-#define _MIPS_SIM_ABI32		1
-#define _MIPS_SIM_NABI32	2
-#define _MIPS_SIM_ABI64		3
-
-#endif /* __ASM_SGIDEFS_H */
libc/include/mips64-linux-gnuabin32/asm/unistd.h
@@ -1,1101 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1995, 96, 97, 98, 99, 2000 by Ralf Baechle
- * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
- *
- * Changed system calls macros _syscall5 - _syscall7 to push args 5 to 7 onto
- * the stack. Robin Farine for ACN S.A, Copyright (C) 1996 by ACN S.A
- */
-#ifndef _UAPI_ASM_UNISTD_H
-#define _UAPI_ASM_UNISTD_H
-
-#include <asm/sgidefs.h>
-
-#if _MIPS_SIM == _MIPS_SIM_ABI32
-
-/*
- * Linux o32 style syscalls are in the range from 4000 to 4999.
- */
-#define __NR_Linux			4000
-#define __NR_syscall			(__NR_Linux +	0)
-#define __NR_exit			(__NR_Linux +	1)
-#define __NR_fork			(__NR_Linux +	2)
-#define __NR_read			(__NR_Linux +	3)
-#define __NR_write			(__NR_Linux +	4)
-#define __NR_open			(__NR_Linux +	5)
-#define __NR_close			(__NR_Linux +	6)
-#define __NR_waitpid			(__NR_Linux +	7)
-#define __NR_creat			(__NR_Linux +	8)
-#define __NR_link			(__NR_Linux +	9)
-#define __NR_unlink			(__NR_Linux +  10)
-#define __NR_execve			(__NR_Linux +  11)
-#define __NR_chdir			(__NR_Linux +  12)
-#define __NR_time			(__NR_Linux +  13)
-#define __NR_mknod			(__NR_Linux +  14)
-#define __NR_chmod			(__NR_Linux +  15)
-#define __NR_lchown			(__NR_Linux +  16)
-#define __NR_break			(__NR_Linux +  17)
-#define __NR_unused18			(__NR_Linux +  18)
-#define __NR_lseek			(__NR_Linux +  19)
-#define __NR_getpid			(__NR_Linux +  20)
-#define __NR_mount			(__NR_Linux +  21)
-#define __NR_umount			(__NR_Linux +  22)
-#define __NR_setuid			(__NR_Linux +  23)
-#define __NR_getuid			(__NR_Linux +  24)
-#define __NR_stime			(__NR_Linux +  25)
-#define __NR_ptrace			(__NR_Linux +  26)
-#define __NR_alarm			(__NR_Linux +  27)
-#define __NR_unused28			(__NR_Linux +  28)
-#define __NR_pause			(__NR_Linux +  29)
-#define __NR_utime			(__NR_Linux +  30)
-#define __NR_stty			(__NR_Linux +  31)
-#define __NR_gtty			(__NR_Linux +  32)
-#define __NR_access			(__NR_Linux +  33)
-#define __NR_nice			(__NR_Linux +  34)
-#define __NR_ftime			(__NR_Linux +  35)
-#define __NR_sync			(__NR_Linux +  36)
-#define __NR_kill			(__NR_Linux +  37)
-#define __NR_rename			(__NR_Linux +  38)
-#define __NR_mkdir			(__NR_Linux +  39)
-#define __NR_rmdir			(__NR_Linux +  40)
-#define __NR_dup			(__NR_Linux +  41)
-#define __NR_pipe			(__NR_Linux +  42)
-#define __NR_times			(__NR_Linux +  43)
-#define __NR_prof			(__NR_Linux +  44)
-#define __NR_brk			(__NR_Linux +  45)
-#define __NR_setgid			(__NR_Linux +  46)
-#define __NR_getgid			(__NR_Linux +  47)
-#define __NR_signal			(__NR_Linux +  48)
-#define __NR_geteuid			(__NR_Linux +  49)
-#define __NR_getegid			(__NR_Linux +  50)
-#define __NR_acct			(__NR_Linux +  51)
-#define __NR_umount2			(__NR_Linux +  52)
-#define __NR_lock			(__NR_Linux +  53)
-#define __NR_ioctl			(__NR_Linux +  54)
-#define __NR_fcntl			(__NR_Linux +  55)
-#define __NR_mpx			(__NR_Linux +  56)
-#define __NR_setpgid			(__NR_Linux +  57)
-#define __NR_ulimit			(__NR_Linux +  58)
-#define __NR_unused59			(__NR_Linux +  59)
-#define __NR_umask			(__NR_Linux +  60)
-#define __NR_chroot			(__NR_Linux +  61)
-#define __NR_ustat			(__NR_Linux +  62)
-#define __NR_dup2			(__NR_Linux +  63)
-#define __NR_getppid			(__NR_Linux +  64)
-#define __NR_getpgrp			(__NR_Linux +  65)
-#define __NR_setsid			(__NR_Linux +  66)
-#define __NR_sigaction			(__NR_Linux +  67)
-#define __NR_sgetmask			(__NR_Linux +  68)
-#define __NR_ssetmask			(__NR_Linux +  69)
-#define __NR_setreuid			(__NR_Linux +  70)
-#define __NR_setregid			(__NR_Linux +  71)
-#define __NR_sigsuspend			(__NR_Linux +  72)
-#define __NR_sigpending			(__NR_Linux +  73)
-#define __NR_sethostname		(__NR_Linux +  74)
-#define __NR_setrlimit			(__NR_Linux +  75)
-#define __NR_getrlimit			(__NR_Linux +  76)
-#define __NR_getrusage			(__NR_Linux +  77)
-#define __NR_gettimeofday		(__NR_Linux +  78)
-#define __NR_settimeofday		(__NR_Linux +  79)
-#define __NR_getgroups			(__NR_Linux +  80)
-#define __NR_setgroups			(__NR_Linux +  81)
-#define __NR_reserved82			(__NR_Linux +  82)
-#define __NR_symlink			(__NR_Linux +  83)
-#define __NR_unused84			(__NR_Linux +  84)
-#define __NR_readlink			(__NR_Linux +  85)
-#define __NR_uselib			(__NR_Linux +  86)
-#define __NR_swapon			(__NR_Linux +  87)
-#define __NR_reboot			(__NR_Linux +  88)
-#define __NR_readdir			(__NR_Linux +  89)
-#define __NR_mmap			(__NR_Linux +  90)
-#define __NR_munmap			(__NR_Linux +  91)
-#define __NR_truncate			(__NR_Linux +  92)
-#define __NR_ftruncate			(__NR_Linux +  93)
-#define __NR_fchmod			(__NR_Linux +  94)
-#define __NR_fchown			(__NR_Linux +  95)
-#define __NR_getpriority		(__NR_Linux +  96)
-#define __NR_setpriority		(__NR_Linux +  97)
-#define __NR_profil			(__NR_Linux +  98)
-#define __NR_statfs			(__NR_Linux +  99)
-#define __NR_fstatfs			(__NR_Linux + 100)
-#define __NR_ioperm			(__NR_Linux + 101)
-#define __NR_socketcall			(__NR_Linux + 102)
-#define __NR_syslog			(__NR_Linux + 103)
-#define __NR_setitimer			(__NR_Linux + 104)
-#define __NR_getitimer			(__NR_Linux + 105)
-#define __NR_stat			(__NR_Linux + 106)
-#define __NR_lstat			(__NR_Linux + 107)
-#define __NR_fstat			(__NR_Linux + 108)
-#define __NR_unused109			(__NR_Linux + 109)
-#define __NR_iopl			(__NR_Linux + 110)
-#define __NR_vhangup			(__NR_Linux + 111)
-#define __NR_idle			(__NR_Linux + 112)
-#define __NR_vm86			(__NR_Linux + 113)
-#define __NR_wait4			(__NR_Linux + 114)
-#define __NR_swapoff			(__NR_Linux + 115)
-#define __NR_sysinfo			(__NR_Linux + 116)
-#define __NR_ipc			(__NR_Linux + 117)
-#define __NR_fsync			(__NR_Linux + 118)
-#define __NR_sigreturn			(__NR_Linux + 119)
-#define __NR_clone			(__NR_Linux + 120)
-#define __NR_setdomainname		(__NR_Linux + 121)
-#define __NR_uname			(__NR_Linux + 122)
-#define __NR_modify_ldt			(__NR_Linux + 123)
-#define __NR_adjtimex			(__NR_Linux + 124)
-#define __NR_mprotect			(__NR_Linux + 125)
-#define __NR_sigprocmask		(__NR_Linux + 126)
-#define __NR_create_module		(__NR_Linux + 127)
-#define __NR_init_module		(__NR_Linux + 128)
-#define __NR_delete_module		(__NR_Linux + 129)
-#define __NR_get_kernel_syms		(__NR_Linux + 130)
-#define __NR_quotactl			(__NR_Linux + 131)
-#define __NR_getpgid			(__NR_Linux + 132)
-#define __NR_fchdir			(__NR_Linux + 133)
-#define __NR_bdflush			(__NR_Linux + 134)
-#define __NR_sysfs			(__NR_Linux + 135)
-#define __NR_personality		(__NR_Linux + 136)
-#define __NR_afs_syscall		(__NR_Linux + 137) /* Syscall for Andrew File System */
-#define __NR_setfsuid			(__NR_Linux + 138)
-#define __NR_setfsgid			(__NR_Linux + 139)
-#define __NR__llseek			(__NR_Linux + 140)
-#define __NR_getdents			(__NR_Linux + 141)
-#define __NR__newselect			(__NR_Linux + 142)
-#define __NR_flock			(__NR_Linux + 143)
-#define __NR_msync			(__NR_Linux + 144)
-#define __NR_readv			(__NR_Linux + 145)
-#define __NR_writev			(__NR_Linux + 146)
-#define __NR_cacheflush			(__NR_Linux + 147)
-#define __NR_cachectl			(__NR_Linux + 148)
-#define __NR_sysmips			(__NR_Linux + 149)
-#define __NR_unused150			(__NR_Linux + 150)
-#define __NR_getsid			(__NR_Linux + 151)
-#define __NR_fdatasync			(__NR_Linux + 152)
-#define __NR__sysctl			(__NR_Linux + 153)
-#define __NR_mlock			(__NR_Linux + 154)
-#define __NR_munlock			(__NR_Linux + 155)
-#define __NR_mlockall			(__NR_Linux + 156)
-#define __NR_munlockall			(__NR_Linux + 157)
-#define __NR_sched_setparam		(__NR_Linux + 158)
-#define __NR_sched_getparam		(__NR_Linux + 159)
-#define __NR_sched_setscheduler		(__NR_Linux + 160)
-#define __NR_sched_getscheduler		(__NR_Linux + 161)
-#define __NR_sched_yield		(__NR_Linux + 162)
-#define __NR_sched_get_priority_max	(__NR_Linux + 163)
-#define __NR_sched_get_priority_min	(__NR_Linux + 164)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 165)
-#define __NR_nanosleep			(__NR_Linux + 166)
-#define __NR_mremap			(__NR_Linux + 167)
-#define __NR_accept			(__NR_Linux + 168)
-#define __NR_bind			(__NR_Linux + 169)
-#define __NR_connect			(__NR_Linux + 170)
-#define __NR_getpeername		(__NR_Linux + 171)
-#define __NR_getsockname		(__NR_Linux + 172)
-#define __NR_getsockopt			(__NR_Linux + 173)
-#define __NR_listen			(__NR_Linux + 174)
-#define __NR_recv			(__NR_Linux + 175)
-#define __NR_recvfrom			(__NR_Linux + 176)
-#define __NR_recvmsg			(__NR_Linux + 177)
-#define __NR_send			(__NR_Linux + 178)
-#define __NR_sendmsg			(__NR_Linux + 179)
-#define __NR_sendto			(__NR_Linux + 180)
-#define __NR_setsockopt			(__NR_Linux + 181)
-#define __NR_shutdown			(__NR_Linux + 182)
-#define __NR_socket			(__NR_Linux + 183)
-#define __NR_socketpair			(__NR_Linux + 184)
-#define __NR_setresuid			(__NR_Linux + 185)
-#define __NR_getresuid			(__NR_Linux + 186)
-#define __NR_query_module		(__NR_Linux + 187)
-#define __NR_poll			(__NR_Linux + 188)
-#define __NR_nfsservctl			(__NR_Linux + 189)
-#define __NR_setresgid			(__NR_Linux + 190)
-#define __NR_getresgid			(__NR_Linux + 191)
-#define __NR_prctl			(__NR_Linux + 192)
-#define __NR_rt_sigreturn		(__NR_Linux + 193)
-#define __NR_rt_sigaction		(__NR_Linux + 194)
-#define __NR_rt_sigprocmask		(__NR_Linux + 195)
-#define __NR_rt_sigpending		(__NR_Linux + 196)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 197)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 198)
-#define __NR_rt_sigsuspend		(__NR_Linux + 199)
-#define __NR_pread64			(__NR_Linux + 200)
-#define __NR_pwrite64			(__NR_Linux + 201)
-#define __NR_chown			(__NR_Linux + 202)
-#define __NR_getcwd			(__NR_Linux + 203)
-#define __NR_capget			(__NR_Linux + 204)
-#define __NR_capset			(__NR_Linux + 205)
-#define __NR_sigaltstack		(__NR_Linux + 206)
-#define __NR_sendfile			(__NR_Linux + 207)
-#define __NR_getpmsg			(__NR_Linux + 208)
-#define __NR_putpmsg			(__NR_Linux + 209)
-#define __NR_mmap2			(__NR_Linux + 210)
-#define __NR_truncate64			(__NR_Linux + 211)
-#define __NR_ftruncate64		(__NR_Linux + 212)
-#define __NR_stat64			(__NR_Linux + 213)
-#define __NR_lstat64			(__NR_Linux + 214)
-#define __NR_fstat64			(__NR_Linux + 215)
-#define __NR_pivot_root			(__NR_Linux + 216)
-#define __NR_mincore			(__NR_Linux + 217)
-#define __NR_madvise			(__NR_Linux + 218)
-#define __NR_getdents64			(__NR_Linux + 219)
-#define __NR_fcntl64			(__NR_Linux + 220)
-#define __NR_reserved221		(__NR_Linux + 221)
-#define __NR_gettid			(__NR_Linux + 222)
-#define __NR_readahead			(__NR_Linux + 223)
-#define __NR_setxattr			(__NR_Linux + 224)
-#define __NR_lsetxattr			(__NR_Linux + 225)
-#define __NR_fsetxattr			(__NR_Linux + 226)
-#define __NR_getxattr			(__NR_Linux + 227)
-#define __NR_lgetxattr			(__NR_Linux + 228)
-#define __NR_fgetxattr			(__NR_Linux + 229)
-#define __NR_listxattr			(__NR_Linux + 230)
-#define __NR_llistxattr			(__NR_Linux + 231)
-#define __NR_flistxattr			(__NR_Linux + 232)
-#define __NR_removexattr		(__NR_Linux + 233)
-#define __NR_lremovexattr		(__NR_Linux + 234)
-#define __NR_fremovexattr		(__NR_Linux + 235)
-#define __NR_tkill			(__NR_Linux + 236)
-#define __NR_sendfile64			(__NR_Linux + 237)
-#define __NR_futex			(__NR_Linux + 238)
-#define __NR_sched_setaffinity		(__NR_Linux + 239)
-#define __NR_sched_getaffinity		(__NR_Linux + 240)
-#define __NR_io_setup			(__NR_Linux + 241)
-#define __NR_io_destroy			(__NR_Linux + 242)
-#define __NR_io_getevents		(__NR_Linux + 243)
-#define __NR_io_submit			(__NR_Linux + 244)
-#define __NR_io_cancel			(__NR_Linux + 245)
-#define __NR_exit_group			(__NR_Linux + 246)
-#define __NR_lookup_dcookie		(__NR_Linux + 247)
-#define __NR_epoll_create		(__NR_Linux + 248)
-#define __NR_epoll_ctl			(__NR_Linux + 249)
-#define __NR_epoll_wait			(__NR_Linux + 250)
-#define __NR_remap_file_pages		(__NR_Linux + 251)
-#define __NR_set_tid_address		(__NR_Linux + 252)
-#define __NR_restart_syscall		(__NR_Linux + 253)
-#define __NR_fadvise64			(__NR_Linux + 254)
-#define __NR_statfs64			(__NR_Linux + 255)
-#define __NR_fstatfs64			(__NR_Linux + 256)
-#define __NR_timer_create		(__NR_Linux + 257)
-#define __NR_timer_settime		(__NR_Linux + 258)
-#define __NR_timer_gettime		(__NR_Linux + 259)
-#define __NR_timer_getoverrun		(__NR_Linux + 260)
-#define __NR_timer_delete		(__NR_Linux + 261)
-#define __NR_clock_settime		(__NR_Linux + 262)
-#define __NR_clock_gettime		(__NR_Linux + 263)
-#define __NR_clock_getres		(__NR_Linux + 264)
-#define __NR_clock_nanosleep		(__NR_Linux + 265)
-#define __NR_tgkill			(__NR_Linux + 266)
-#define __NR_utimes			(__NR_Linux + 267)
-#define __NR_mbind			(__NR_Linux + 268)
-#define __NR_get_mempolicy		(__NR_Linux + 269)
-#define __NR_set_mempolicy		(__NR_Linux + 270)
-#define __NR_mq_open			(__NR_Linux + 271)
-#define __NR_mq_unlink			(__NR_Linux + 272)
-#define __NR_mq_timedsend		(__NR_Linux + 273)
-#define __NR_mq_timedreceive		(__NR_Linux + 274)
-#define __NR_mq_notify			(__NR_Linux + 275)
-#define __NR_mq_getsetattr		(__NR_Linux + 276)
-#define __NR_vserver			(__NR_Linux + 277)
-#define __NR_waitid			(__NR_Linux + 278)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 279) */
-#define __NR_add_key			(__NR_Linux + 280)
-#define __NR_request_key		(__NR_Linux + 281)
-#define __NR_keyctl			(__NR_Linux + 282)
-#define __NR_set_thread_area		(__NR_Linux + 283)
-#define __NR_inotify_init		(__NR_Linux + 284)
-#define __NR_inotify_add_watch		(__NR_Linux + 285)
-#define __NR_inotify_rm_watch		(__NR_Linux + 286)
-#define __NR_migrate_pages		(__NR_Linux + 287)
-#define __NR_openat			(__NR_Linux + 288)
-#define __NR_mkdirat			(__NR_Linux + 289)
-#define __NR_mknodat			(__NR_Linux + 290)
-#define __NR_fchownat			(__NR_Linux + 291)
-#define __NR_futimesat			(__NR_Linux + 292)
-#define __NR_fstatat64			(__NR_Linux + 293)
-#define __NR_unlinkat			(__NR_Linux + 294)
-#define __NR_renameat			(__NR_Linux + 295)
-#define __NR_linkat			(__NR_Linux + 296)
-#define __NR_symlinkat			(__NR_Linux + 297)
-#define __NR_readlinkat			(__NR_Linux + 298)
-#define __NR_fchmodat			(__NR_Linux + 299)
-#define __NR_faccessat			(__NR_Linux + 300)
-#define __NR_pselect6			(__NR_Linux + 301)
-#define __NR_ppoll			(__NR_Linux + 302)
-#define __NR_unshare			(__NR_Linux + 303)
-#define __NR_splice			(__NR_Linux + 304)
-#define __NR_sync_file_range		(__NR_Linux + 305)
-#define __NR_tee			(__NR_Linux + 306)
-#define __NR_vmsplice			(__NR_Linux + 307)
-#define __NR_move_pages			(__NR_Linux + 308)
-#define __NR_set_robust_list		(__NR_Linux + 309)
-#define __NR_get_robust_list		(__NR_Linux + 310)
-#define __NR_kexec_load			(__NR_Linux + 311)
-#define __NR_getcpu			(__NR_Linux + 312)
-#define __NR_epoll_pwait		(__NR_Linux + 313)
-#define __NR_ioprio_set			(__NR_Linux + 314)
-#define __NR_ioprio_get			(__NR_Linux + 315)
-#define __NR_utimensat			(__NR_Linux + 316)
-#define __NR_signalfd			(__NR_Linux + 317)
-#define __NR_timerfd			(__NR_Linux + 318)
-#define __NR_eventfd			(__NR_Linux + 319)
-#define __NR_fallocate			(__NR_Linux + 320)
-#define __NR_timerfd_create		(__NR_Linux + 321)
-#define __NR_timerfd_gettime		(__NR_Linux + 322)
-#define __NR_timerfd_settime		(__NR_Linux + 323)
-#define __NR_signalfd4			(__NR_Linux + 324)
-#define __NR_eventfd2			(__NR_Linux + 325)
-#define __NR_epoll_create1		(__NR_Linux + 326)
-#define __NR_dup3			(__NR_Linux + 327)
-#define __NR_pipe2			(__NR_Linux + 328)
-#define __NR_inotify_init1		(__NR_Linux + 329)
-#define __NR_preadv			(__NR_Linux + 330)
-#define __NR_pwritev			(__NR_Linux + 331)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 332)
-#define __NR_perf_event_open		(__NR_Linux + 333)
-#define __NR_accept4			(__NR_Linux + 334)
-#define __NR_recvmmsg			(__NR_Linux + 335)
-#define __NR_fanotify_init		(__NR_Linux + 336)
-#define __NR_fanotify_mark		(__NR_Linux + 337)
-#define __NR_prlimit64			(__NR_Linux + 338)
-#define __NR_name_to_handle_at		(__NR_Linux + 339)
-#define __NR_open_by_handle_at		(__NR_Linux + 340)
-#define __NR_clock_adjtime		(__NR_Linux + 341)
-#define __NR_syncfs			(__NR_Linux + 342)
-#define __NR_sendmmsg			(__NR_Linux + 343)
-#define __NR_setns			(__NR_Linux + 344)
-#define __NR_process_vm_readv		(__NR_Linux + 345)
-#define __NR_process_vm_writev		(__NR_Linux + 346)
-#define __NR_kcmp			(__NR_Linux + 347)
-#define __NR_finit_module		(__NR_Linux + 348)
-#define __NR_sched_setattr		(__NR_Linux + 349)
-#define __NR_sched_getattr		(__NR_Linux + 350)
-#define __NR_renameat2			(__NR_Linux + 351)
-#define __NR_seccomp			(__NR_Linux + 352)
-#define __NR_getrandom			(__NR_Linux + 353)
-#define __NR_memfd_create		(__NR_Linux + 354)
-#define __NR_bpf			(__NR_Linux + 355)
-#define __NR_execveat			(__NR_Linux + 356)
-#define __NR_userfaultfd		(__NR_Linux + 357)
-#define __NR_membarrier			(__NR_Linux + 358)
-#define __NR_mlock2			(__NR_Linux + 359)
-#define __NR_copy_file_range		(__NR_Linux + 360)
-#define __NR_preadv2			(__NR_Linux + 361)
-#define __NR_pwritev2			(__NR_Linux + 362)
-#define __NR_pkey_mprotect		(__NR_Linux + 363)
-#define __NR_pkey_alloc			(__NR_Linux + 364)
-#define __NR_pkey_free			(__NR_Linux + 365)
-#define __NR_statx			(__NR_Linux + 366)
-#define __NR_rseq			(__NR_Linux + 367)
-#define __NR_io_pgetevents		(__NR_Linux + 368)
-
-
-/*
- * Offset of the last Linux o32 flavoured syscall
- */
-#define __NR_Linux_syscalls		368
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
-
-#define __NR_O32_Linux			4000
-#define __NR_O32_Linux_syscalls		368
-
-#if _MIPS_SIM == _MIPS_SIM_ABI64
-
-/*
- * Linux 64-bit syscalls are in the range from 5000 to 5999.
- */
-#define __NR_Linux			5000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_set_tid_address		(__NR_Linux + 212)
-#define __NR_restart_syscall		(__NR_Linux + 213)
-#define __NR_semtimedop			(__NR_Linux + 214)
-#define __NR_fadvise64			(__NR_Linux + 215)
-#define __NR_timer_create		(__NR_Linux + 216)
-#define __NR_timer_settime		(__NR_Linux + 217)
-#define __NR_timer_gettime		(__NR_Linux + 218)
-#define __NR_timer_getoverrun		(__NR_Linux + 219)
-#define __NR_timer_delete		(__NR_Linux + 220)
-#define __NR_clock_settime		(__NR_Linux + 221)
-#define __NR_clock_gettime		(__NR_Linux + 222)
-#define __NR_clock_getres		(__NR_Linux + 223)
-#define __NR_clock_nanosleep		(__NR_Linux + 224)
-#define __NR_tgkill			(__NR_Linux + 225)
-#define __NR_utimes			(__NR_Linux + 226)
-#define __NR_mbind			(__NR_Linux + 227)
-#define __NR_get_mempolicy		(__NR_Linux + 228)
-#define __NR_set_mempolicy		(__NR_Linux + 229)
-#define __NR_mq_open			(__NR_Linux + 230)
-#define __NR_mq_unlink			(__NR_Linux + 231)
-#define __NR_mq_timedsend		(__NR_Linux + 232)
-#define __NR_mq_timedreceive		(__NR_Linux + 233)
-#define __NR_mq_notify			(__NR_Linux + 234)
-#define __NR_mq_getsetattr		(__NR_Linux + 235)
-#define __NR_vserver			(__NR_Linux + 236)
-#define __NR_waitid			(__NR_Linux + 237)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 238) */
-#define __NR_add_key			(__NR_Linux + 239)
-#define __NR_request_key		(__NR_Linux + 240)
-#define __NR_keyctl			(__NR_Linux + 241)
-#define __NR_set_thread_area		(__NR_Linux + 242)
-#define __NR_inotify_init		(__NR_Linux + 243)
-#define __NR_inotify_add_watch		(__NR_Linux + 244)
-#define __NR_inotify_rm_watch		(__NR_Linux + 245)
-#define __NR_migrate_pages		(__NR_Linux + 246)
-#define __NR_openat			(__NR_Linux + 247)
-#define __NR_mkdirat			(__NR_Linux + 248)
-#define __NR_mknodat			(__NR_Linux + 249)
-#define __NR_fchownat			(__NR_Linux + 250)
-#define __NR_futimesat			(__NR_Linux + 251)
-#define __NR_newfstatat			(__NR_Linux + 252)
-#define __NR_unlinkat			(__NR_Linux + 253)
-#define __NR_renameat			(__NR_Linux + 254)
-#define __NR_linkat			(__NR_Linux + 255)
-#define __NR_symlinkat			(__NR_Linux + 256)
-#define __NR_readlinkat			(__NR_Linux + 257)
-#define __NR_fchmodat			(__NR_Linux + 258)
-#define __NR_faccessat			(__NR_Linux + 259)
-#define __NR_pselect6			(__NR_Linux + 260)
-#define __NR_ppoll			(__NR_Linux + 261)
-#define __NR_unshare			(__NR_Linux + 262)
-#define __NR_splice			(__NR_Linux + 263)
-#define __NR_sync_file_range		(__NR_Linux + 264)
-#define __NR_tee			(__NR_Linux + 265)
-#define __NR_vmsplice			(__NR_Linux + 266)
-#define __NR_move_pages			(__NR_Linux + 267)
-#define __NR_set_robust_list		(__NR_Linux + 268)
-#define __NR_get_robust_list		(__NR_Linux + 269)
-#define __NR_kexec_load			(__NR_Linux + 270)
-#define __NR_getcpu			(__NR_Linux + 271)
-#define __NR_epoll_pwait		(__NR_Linux + 272)
-#define __NR_ioprio_set			(__NR_Linux + 273)
-#define __NR_ioprio_get			(__NR_Linux + 274)
-#define __NR_utimensat			(__NR_Linux + 275)
-#define __NR_signalfd			(__NR_Linux + 276)
-#define __NR_timerfd			(__NR_Linux + 277)
-#define __NR_eventfd			(__NR_Linux + 278)
-#define __NR_fallocate			(__NR_Linux + 279)
-#define __NR_timerfd_create		(__NR_Linux + 280)
-#define __NR_timerfd_gettime		(__NR_Linux + 281)
-#define __NR_timerfd_settime		(__NR_Linux + 282)
-#define __NR_signalfd4			(__NR_Linux + 283)
-#define __NR_eventfd2			(__NR_Linux + 284)
-#define __NR_epoll_create1		(__NR_Linux + 285)
-#define __NR_dup3			(__NR_Linux + 286)
-#define __NR_pipe2			(__NR_Linux + 287)
-#define __NR_inotify_init1		(__NR_Linux + 288)
-#define __NR_preadv			(__NR_Linux + 289)
-#define __NR_pwritev			(__NR_Linux + 290)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 291)
-#define __NR_perf_event_open		(__NR_Linux + 292)
-#define __NR_accept4			(__NR_Linux + 293)
-#define __NR_recvmmsg			(__NR_Linux + 294)
-#define __NR_fanotify_init		(__NR_Linux + 295)
-#define __NR_fanotify_mark		(__NR_Linux + 296)
-#define __NR_prlimit64			(__NR_Linux + 297)
-#define __NR_name_to_handle_at		(__NR_Linux + 298)
-#define __NR_open_by_handle_at		(__NR_Linux + 299)
-#define __NR_clock_adjtime		(__NR_Linux + 300)
-#define __NR_syncfs			(__NR_Linux + 301)
-#define __NR_sendmmsg			(__NR_Linux + 302)
-#define __NR_setns			(__NR_Linux + 303)
-#define __NR_process_vm_readv		(__NR_Linux + 304)
-#define __NR_process_vm_writev		(__NR_Linux + 305)
-#define __NR_kcmp			(__NR_Linux + 306)
-#define __NR_finit_module		(__NR_Linux + 307)
-#define __NR_getdents64			(__NR_Linux + 308)
-#define __NR_sched_setattr		(__NR_Linux + 309)
-#define __NR_sched_getattr		(__NR_Linux + 310)
-#define __NR_renameat2			(__NR_Linux + 311)
-#define __NR_seccomp			(__NR_Linux + 312)
-#define __NR_getrandom			(__NR_Linux + 313)
-#define __NR_memfd_create		(__NR_Linux + 314)
-#define __NR_bpf			(__NR_Linux + 315)
-#define __NR_execveat			(__NR_Linux + 316)
-#define __NR_userfaultfd		(__NR_Linux + 317)
-#define __NR_membarrier			(__NR_Linux + 318)
-#define __NR_mlock2			(__NR_Linux + 319)
-#define __NR_copy_file_range		(__NR_Linux + 320)
-#define __NR_preadv2			(__NR_Linux + 321)
-#define __NR_pwritev2			(__NR_Linux + 322)
-#define __NR_pkey_mprotect		(__NR_Linux + 323)
-#define __NR_pkey_alloc			(__NR_Linux + 324)
-#define __NR_pkey_free			(__NR_Linux + 325)
-#define __NR_statx			(__NR_Linux + 326)
-#define __NR_rseq			(__NR_Linux + 327)
-#define __NR_io_pgetevents		(__NR_Linux + 328)
-
-/*
- * Offset of the last Linux 64-bit flavoured syscall
- */
-#define __NR_Linux_syscalls		328
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
-
-#define __NR_64_Linux			5000
-#define __NR_64_Linux_syscalls		328
-
-#if _MIPS_SIM == _MIPS_SIM_NABI32
-
-/*
- * Linux N32 syscalls are in the range from 6000 to 6999.
- */
-#define __NR_Linux			6000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_fcntl64			(__NR_Linux + 212)
-#define __NR_set_tid_address		(__NR_Linux + 213)
-#define __NR_restart_syscall		(__NR_Linux + 214)
-#define __NR_semtimedop			(__NR_Linux + 215)
-#define __NR_fadvise64			(__NR_Linux + 216)
-#define __NR_statfs64			(__NR_Linux + 217)
-#define __NR_fstatfs64			(__NR_Linux + 218)
-#define __NR_sendfile64			(__NR_Linux + 219)
-#define __NR_timer_create		(__NR_Linux + 220)
-#define __NR_timer_settime		(__NR_Linux + 221)
-#define __NR_timer_gettime		(__NR_Linux + 222)
-#define __NR_timer_getoverrun		(__NR_Linux + 223)
-#define __NR_timer_delete		(__NR_Linux + 224)
-#define __NR_clock_settime		(__NR_Linux + 225)
-#define __NR_clock_gettime		(__NR_Linux + 226)
-#define __NR_clock_getres		(__NR_Linux + 227)
-#define __NR_clock_nanosleep		(__NR_Linux + 228)
-#define __NR_tgkill			(__NR_Linux + 229)
-#define __NR_utimes			(__NR_Linux + 230)
-#define __NR_mbind			(__NR_Linux + 231)
-#define __NR_get_mempolicy		(__NR_Linux + 232)
-#define __NR_set_mempolicy		(__NR_Linux + 233)
-#define __NR_mq_open			(__NR_Linux + 234)
-#define __NR_mq_unlink			(__NR_Linux + 235)
-#define __NR_mq_timedsend		(__NR_Linux + 236)
-#define __NR_mq_timedreceive		(__NR_Linux + 237)
-#define __NR_mq_notify			(__NR_Linux + 238)
-#define __NR_mq_getsetattr		(__NR_Linux + 239)
-#define __NR_vserver			(__NR_Linux + 240)
-#define __NR_waitid			(__NR_Linux + 241)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 242) */
-#define __NR_add_key			(__NR_Linux + 243)
-#define __NR_request_key		(__NR_Linux + 244)
-#define __NR_keyctl			(__NR_Linux + 245)
-#define __NR_set_thread_area		(__NR_Linux + 246)
-#define __NR_inotify_init		(__NR_Linux + 247)
-#define __NR_inotify_add_watch		(__NR_Linux + 248)
-#define __NR_inotify_rm_watch		(__NR_Linux + 249)
-#define __NR_migrate_pages		(__NR_Linux + 250)
-#define __NR_openat			(__NR_Linux + 251)
-#define __NR_mkdirat			(__NR_Linux + 252)
-#define __NR_mknodat			(__NR_Linux + 253)
-#define __NR_fchownat			(__NR_Linux + 254)
-#define __NR_futimesat			(__NR_Linux + 255)
-#define __NR_newfstatat			(__NR_Linux + 256)
-#define __NR_unlinkat			(__NR_Linux + 257)
-#define __NR_renameat			(__NR_Linux + 258)
-#define __NR_linkat			(__NR_Linux + 259)
-#define __NR_symlinkat			(__NR_Linux + 260)
-#define __NR_readlinkat			(__NR_Linux + 261)
-#define __NR_fchmodat			(__NR_Linux + 262)
-#define __NR_faccessat			(__NR_Linux + 263)
-#define __NR_pselect6			(__NR_Linux + 264)
-#define __NR_ppoll			(__NR_Linux + 265)
-#define __NR_unshare			(__NR_Linux + 266)
-#define __NR_splice			(__NR_Linux + 267)
-#define __NR_sync_file_range		(__NR_Linux + 268)
-#define __NR_tee			(__NR_Linux + 269)
-#define __NR_vmsplice			(__NR_Linux + 270)
-#define __NR_move_pages			(__NR_Linux + 271)
-#define __NR_set_robust_list		(__NR_Linux + 272)
-#define __NR_get_robust_list		(__NR_Linux + 273)
-#define __NR_kexec_load			(__NR_Linux + 274)
-#define __NR_getcpu			(__NR_Linux + 275)
-#define __NR_epoll_pwait		(__NR_Linux + 276)
-#define __NR_ioprio_set			(__NR_Linux + 277)
-#define __NR_ioprio_get			(__NR_Linux + 278)
-#define __NR_utimensat			(__NR_Linux + 279)
-#define __NR_signalfd			(__NR_Linux + 280)
-#define __NR_timerfd			(__NR_Linux + 281)
-#define __NR_eventfd			(__NR_Linux + 282)
-#define __NR_fallocate			(__NR_Linux + 283)
-#define __NR_timerfd_create		(__NR_Linux + 284)
-#define __NR_timerfd_gettime		(__NR_Linux + 285)
-#define __NR_timerfd_settime		(__NR_Linux + 286)
-#define __NR_signalfd4			(__NR_Linux + 287)
-#define __NR_eventfd2			(__NR_Linux + 288)
-#define __NR_epoll_create1		(__NR_Linux + 289)
-#define __NR_dup3			(__NR_Linux + 290)
-#define __NR_pipe2			(__NR_Linux + 291)
-#define __NR_inotify_init1		(__NR_Linux + 292)
-#define __NR_preadv			(__NR_Linux + 293)
-#define __NR_pwritev			(__NR_Linux + 294)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 295)
-#define __NR_perf_event_open		(__NR_Linux + 296)
-#define __NR_accept4			(__NR_Linux + 297)
-#define __NR_recvmmsg			(__NR_Linux + 298)
-#define __NR_getdents64			(__NR_Linux + 299)
-#define __NR_fanotify_init		(__NR_Linux + 300)
-#define __NR_fanotify_mark		(__NR_Linux + 301)
-#define __NR_prlimit64			(__NR_Linux + 302)
-#define __NR_name_to_handle_at		(__NR_Linux + 303)
-#define __NR_open_by_handle_at		(__NR_Linux + 304)
-#define __NR_clock_adjtime		(__NR_Linux + 305)
-#define __NR_syncfs			(__NR_Linux + 306)
-#define __NR_sendmmsg			(__NR_Linux + 307)
-#define __NR_setns			(__NR_Linux + 308)
-#define __NR_process_vm_readv		(__NR_Linux + 309)
-#define __NR_process_vm_writev		(__NR_Linux + 310)
-#define __NR_kcmp			(__NR_Linux + 311)
-#define __NR_finit_module		(__NR_Linux + 312)
-#define __NR_sched_setattr		(__NR_Linux + 313)
-#define __NR_sched_getattr		(__NR_Linux + 314)
-#define __NR_renameat2			(__NR_Linux + 315)
-#define __NR_seccomp			(__NR_Linux + 316)
-#define __NR_getrandom			(__NR_Linux + 317)
-#define __NR_memfd_create		(__NR_Linux + 318)
-#define __NR_bpf			(__NR_Linux + 319)
-#define __NR_execveat			(__NR_Linux + 320)
-#define __NR_userfaultfd		(__NR_Linux + 321)
-#define __NR_membarrier			(__NR_Linux + 322)
-#define __NR_mlock2			(__NR_Linux + 323)
-#define __NR_copy_file_range		(__NR_Linux + 324)
-#define __NR_preadv2			(__NR_Linux + 325)
-#define __NR_pwritev2			(__NR_Linux + 326)
-#define __NR_pkey_mprotect		(__NR_Linux + 327)
-#define __NR_pkey_alloc			(__NR_Linux + 328)
-#define __NR_pkey_free			(__NR_Linux + 329)
-#define __NR_statx			(__NR_Linux + 330)
-#define __NR_rseq			(__NR_Linux + 331)
-#define __NR_io_pgetevents		(__NR_Linux + 332)
-
-/*
- * Offset of the last N32 flavoured syscall
- */
-#define __NR_Linux_syscalls		332
-
-#endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */
-
-#define __NR_N32_Linux			6000
-#define __NR_N32_Linux_syscalls		332
-
-#endif /* _UAPI_ASM_UNISTD_H */
libc/include/mips64el-linux-musl/asm/auxvec.h โ†’ libc/include/mips64el-linux-any/asm/auxvec.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/bitsperlong.h โ†’ libc/include/mips64el-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/byteorder.h โ†’ libc/include/mips64el-linux-any/asm/byteorder.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/errno.h โ†’ libc/include/mips64el-linux-any/asm/errno.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/fcntl.h โ†’ libc/include/mips64el-linux-any/asm/fcntl.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/hwcap.h โ†’ libc/include/mips64el-linux-any/asm/hwcap.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/ioctl.h โ†’ libc/include/mips64el-linux-any/asm/ioctl.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/ioctls.h โ†’ libc/include/mips64el-linux-any/asm/ioctls.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/kvm.h โ†’ libc/include/mips64el-linux-any/asm/kvm.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/kvm_para.h โ†’ libc/include/mips64el-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/mman.h โ†’ libc/include/mips64el-linux-any/asm/mman.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/msgbuf.h โ†’ libc/include/mips64el-linux-any/asm/msgbuf.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/param.h โ†’ libc/include/mips64el-linux-any/asm/param.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/poll.h โ†’ libc/include/mips64el-linux-any/asm/poll.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/posix_types.h โ†’ libc/include/mips64el-linux-any/asm/posix_types.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/ptrace.h โ†’ libc/include/mips64el-linux-any/asm/ptrace.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/resource.h โ†’ libc/include/mips64el-linux-any/asm/resource.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/sembuf.h โ†’ libc/include/mips64el-linux-any/asm/sembuf.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/setup.h โ†’ libc/include/mips64el-linux-any/asm/setup.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/shmbuf.h โ†’ libc/include/mips64el-linux-any/asm/shmbuf.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/sigcontext.h โ†’ libc/include/mips64el-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/siginfo.h โ†’ libc/include/mips64el-linux-any/asm/siginfo.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/signal.h โ†’ libc/include/mips64el-linux-any/asm/signal.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/socket.h โ†’ libc/include/mips64el-linux-any/asm/socket.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/sockios.h โ†’ libc/include/mips64el-linux-any/asm/sockios.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/stat.h โ†’ libc/include/mips64el-linux-any/asm/stat.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/statfs.h โ†’ libc/include/mips64el-linux-any/asm/statfs.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/swab.h โ†’ libc/include/mips64el-linux-any/asm/swab.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/termbits.h โ†’ libc/include/mips64el-linux-any/asm/termbits.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/termios.h โ†’ libc/include/mips64el-linux-any/asm/termios.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/types.h โ†’ libc/include/mips64el-linux-any/asm/types.h
File renamed without changes
libc/include/mips64el-linux-musl/asm/unistd.h โ†’ libc/include/mips64el-linux-any/asm/unistd.h
File renamed without changes
libc/include/mips64el-linux-gnuabi64/asm/sgidefs.h
@@ -1,45 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1996, 1999, 2001 Ralf Baechle
- * Copyright (C) 1999 Silicon Graphics, Inc.
- * Copyright (C) 2001 MIPS Technologies, Inc.
- */
-#ifndef __ASM_SGIDEFS_H
-#define __ASM_SGIDEFS_H
-
-/*
- * Using a Linux compiler for building Linux seems logic but not to
- * everybody.
- */
-#ifndef __linux__
-#error Use a Linux compiler or give up.
-#endif
-
-/*
- * Definitions for the ISA levels
- *
- * With the introduction of MIPS32 / MIPS64 instruction sets definitions
- * MIPS ISAs are no longer subsets of each other.  Therefore comparisons
- * on these symbols except with == may result in unexpected results and
- * are forbidden!
- */
-#define _MIPS_ISA_MIPS1		1
-#define _MIPS_ISA_MIPS2		2
-#define _MIPS_ISA_MIPS3		3
-#define _MIPS_ISA_MIPS4		4
-#define _MIPS_ISA_MIPS5		5
-#define _MIPS_ISA_MIPS32	6
-#define _MIPS_ISA_MIPS64	7
-
-/*
- * Subprogram calling convention
- */
-#define _MIPS_SIM_ABI32		1
-#define _MIPS_SIM_NABI32	2
-#define _MIPS_SIM_ABI64		3
-
-#endif /* __ASM_SGIDEFS_H */
libc/include/mips64el-linux-gnuabi64/asm/unistd.h
@@ -1,1101 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1995, 96, 97, 98, 99, 2000 by Ralf Baechle
- * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
- *
- * Changed system calls macros _syscall5 - _syscall7 to push args 5 to 7 onto
- * the stack. Robin Farine for ACN S.A, Copyright (C) 1996 by ACN S.A
- */
-#ifndef _UAPI_ASM_UNISTD_H
-#define _UAPI_ASM_UNISTD_H
-
-#include <asm/sgidefs.h>
-
-#if _MIPS_SIM == _MIPS_SIM_ABI32
-
-/*
- * Linux o32 style syscalls are in the range from 4000 to 4999.
- */
-#define __NR_Linux			4000
-#define __NR_syscall			(__NR_Linux +	0)
-#define __NR_exit			(__NR_Linux +	1)
-#define __NR_fork			(__NR_Linux +	2)
-#define __NR_read			(__NR_Linux +	3)
-#define __NR_write			(__NR_Linux +	4)
-#define __NR_open			(__NR_Linux +	5)
-#define __NR_close			(__NR_Linux +	6)
-#define __NR_waitpid			(__NR_Linux +	7)
-#define __NR_creat			(__NR_Linux +	8)
-#define __NR_link			(__NR_Linux +	9)
-#define __NR_unlink			(__NR_Linux +  10)
-#define __NR_execve			(__NR_Linux +  11)
-#define __NR_chdir			(__NR_Linux +  12)
-#define __NR_time			(__NR_Linux +  13)
-#define __NR_mknod			(__NR_Linux +  14)
-#define __NR_chmod			(__NR_Linux +  15)
-#define __NR_lchown			(__NR_Linux +  16)
-#define __NR_break			(__NR_Linux +  17)
-#define __NR_unused18			(__NR_Linux +  18)
-#define __NR_lseek			(__NR_Linux +  19)
-#define __NR_getpid			(__NR_Linux +  20)
-#define __NR_mount			(__NR_Linux +  21)
-#define __NR_umount			(__NR_Linux +  22)
-#define __NR_setuid			(__NR_Linux +  23)
-#define __NR_getuid			(__NR_Linux +  24)
-#define __NR_stime			(__NR_Linux +  25)
-#define __NR_ptrace			(__NR_Linux +  26)
-#define __NR_alarm			(__NR_Linux +  27)
-#define __NR_unused28			(__NR_Linux +  28)
-#define __NR_pause			(__NR_Linux +  29)
-#define __NR_utime			(__NR_Linux +  30)
-#define __NR_stty			(__NR_Linux +  31)
-#define __NR_gtty			(__NR_Linux +  32)
-#define __NR_access			(__NR_Linux +  33)
-#define __NR_nice			(__NR_Linux +  34)
-#define __NR_ftime			(__NR_Linux +  35)
-#define __NR_sync			(__NR_Linux +  36)
-#define __NR_kill			(__NR_Linux +  37)
-#define __NR_rename			(__NR_Linux +  38)
-#define __NR_mkdir			(__NR_Linux +  39)
-#define __NR_rmdir			(__NR_Linux +  40)
-#define __NR_dup			(__NR_Linux +  41)
-#define __NR_pipe			(__NR_Linux +  42)
-#define __NR_times			(__NR_Linux +  43)
-#define __NR_prof			(__NR_Linux +  44)
-#define __NR_brk			(__NR_Linux +  45)
-#define __NR_setgid			(__NR_Linux +  46)
-#define __NR_getgid			(__NR_Linux +  47)
-#define __NR_signal			(__NR_Linux +  48)
-#define __NR_geteuid			(__NR_Linux +  49)
-#define __NR_getegid			(__NR_Linux +  50)
-#define __NR_acct			(__NR_Linux +  51)
-#define __NR_umount2			(__NR_Linux +  52)
-#define __NR_lock			(__NR_Linux +  53)
-#define __NR_ioctl			(__NR_Linux +  54)
-#define __NR_fcntl			(__NR_Linux +  55)
-#define __NR_mpx			(__NR_Linux +  56)
-#define __NR_setpgid			(__NR_Linux +  57)
-#define __NR_ulimit			(__NR_Linux +  58)
-#define __NR_unused59			(__NR_Linux +  59)
-#define __NR_umask			(__NR_Linux +  60)
-#define __NR_chroot			(__NR_Linux +  61)
-#define __NR_ustat			(__NR_Linux +  62)
-#define __NR_dup2			(__NR_Linux +  63)
-#define __NR_getppid			(__NR_Linux +  64)
-#define __NR_getpgrp			(__NR_Linux +  65)
-#define __NR_setsid			(__NR_Linux +  66)
-#define __NR_sigaction			(__NR_Linux +  67)
-#define __NR_sgetmask			(__NR_Linux +  68)
-#define __NR_ssetmask			(__NR_Linux +  69)
-#define __NR_setreuid			(__NR_Linux +  70)
-#define __NR_setregid			(__NR_Linux +  71)
-#define __NR_sigsuspend			(__NR_Linux +  72)
-#define __NR_sigpending			(__NR_Linux +  73)
-#define __NR_sethostname		(__NR_Linux +  74)
-#define __NR_setrlimit			(__NR_Linux +  75)
-#define __NR_getrlimit			(__NR_Linux +  76)
-#define __NR_getrusage			(__NR_Linux +  77)
-#define __NR_gettimeofday		(__NR_Linux +  78)
-#define __NR_settimeofday		(__NR_Linux +  79)
-#define __NR_getgroups			(__NR_Linux +  80)
-#define __NR_setgroups			(__NR_Linux +  81)
-#define __NR_reserved82			(__NR_Linux +  82)
-#define __NR_symlink			(__NR_Linux +  83)
-#define __NR_unused84			(__NR_Linux +  84)
-#define __NR_readlink			(__NR_Linux +  85)
-#define __NR_uselib			(__NR_Linux +  86)
-#define __NR_swapon			(__NR_Linux +  87)
-#define __NR_reboot			(__NR_Linux +  88)
-#define __NR_readdir			(__NR_Linux +  89)
-#define __NR_mmap			(__NR_Linux +  90)
-#define __NR_munmap			(__NR_Linux +  91)
-#define __NR_truncate			(__NR_Linux +  92)
-#define __NR_ftruncate			(__NR_Linux +  93)
-#define __NR_fchmod			(__NR_Linux +  94)
-#define __NR_fchown			(__NR_Linux +  95)
-#define __NR_getpriority		(__NR_Linux +  96)
-#define __NR_setpriority		(__NR_Linux +  97)
-#define __NR_profil			(__NR_Linux +  98)
-#define __NR_statfs			(__NR_Linux +  99)
-#define __NR_fstatfs			(__NR_Linux + 100)
-#define __NR_ioperm			(__NR_Linux + 101)
-#define __NR_socketcall			(__NR_Linux + 102)
-#define __NR_syslog			(__NR_Linux + 103)
-#define __NR_setitimer			(__NR_Linux + 104)
-#define __NR_getitimer			(__NR_Linux + 105)
-#define __NR_stat			(__NR_Linux + 106)
-#define __NR_lstat			(__NR_Linux + 107)
-#define __NR_fstat			(__NR_Linux + 108)
-#define __NR_unused109			(__NR_Linux + 109)
-#define __NR_iopl			(__NR_Linux + 110)
-#define __NR_vhangup			(__NR_Linux + 111)
-#define __NR_idle			(__NR_Linux + 112)
-#define __NR_vm86			(__NR_Linux + 113)
-#define __NR_wait4			(__NR_Linux + 114)
-#define __NR_swapoff			(__NR_Linux + 115)
-#define __NR_sysinfo			(__NR_Linux + 116)
-#define __NR_ipc			(__NR_Linux + 117)
-#define __NR_fsync			(__NR_Linux + 118)
-#define __NR_sigreturn			(__NR_Linux + 119)
-#define __NR_clone			(__NR_Linux + 120)
-#define __NR_setdomainname		(__NR_Linux + 121)
-#define __NR_uname			(__NR_Linux + 122)
-#define __NR_modify_ldt			(__NR_Linux + 123)
-#define __NR_adjtimex			(__NR_Linux + 124)
-#define __NR_mprotect			(__NR_Linux + 125)
-#define __NR_sigprocmask		(__NR_Linux + 126)
-#define __NR_create_module		(__NR_Linux + 127)
-#define __NR_init_module		(__NR_Linux + 128)
-#define __NR_delete_module		(__NR_Linux + 129)
-#define __NR_get_kernel_syms		(__NR_Linux + 130)
-#define __NR_quotactl			(__NR_Linux + 131)
-#define __NR_getpgid			(__NR_Linux + 132)
-#define __NR_fchdir			(__NR_Linux + 133)
-#define __NR_bdflush			(__NR_Linux + 134)
-#define __NR_sysfs			(__NR_Linux + 135)
-#define __NR_personality		(__NR_Linux + 136)
-#define __NR_afs_syscall		(__NR_Linux + 137) /* Syscall for Andrew File System */
-#define __NR_setfsuid			(__NR_Linux + 138)
-#define __NR_setfsgid			(__NR_Linux + 139)
-#define __NR__llseek			(__NR_Linux + 140)
-#define __NR_getdents			(__NR_Linux + 141)
-#define __NR__newselect			(__NR_Linux + 142)
-#define __NR_flock			(__NR_Linux + 143)
-#define __NR_msync			(__NR_Linux + 144)
-#define __NR_readv			(__NR_Linux + 145)
-#define __NR_writev			(__NR_Linux + 146)
-#define __NR_cacheflush			(__NR_Linux + 147)
-#define __NR_cachectl			(__NR_Linux + 148)
-#define __NR_sysmips			(__NR_Linux + 149)
-#define __NR_unused150			(__NR_Linux + 150)
-#define __NR_getsid			(__NR_Linux + 151)
-#define __NR_fdatasync			(__NR_Linux + 152)
-#define __NR__sysctl			(__NR_Linux + 153)
-#define __NR_mlock			(__NR_Linux + 154)
-#define __NR_munlock			(__NR_Linux + 155)
-#define __NR_mlockall			(__NR_Linux + 156)
-#define __NR_munlockall			(__NR_Linux + 157)
-#define __NR_sched_setparam		(__NR_Linux + 158)
-#define __NR_sched_getparam		(__NR_Linux + 159)
-#define __NR_sched_setscheduler		(__NR_Linux + 160)
-#define __NR_sched_getscheduler		(__NR_Linux + 161)
-#define __NR_sched_yield		(__NR_Linux + 162)
-#define __NR_sched_get_priority_max	(__NR_Linux + 163)
-#define __NR_sched_get_priority_min	(__NR_Linux + 164)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 165)
-#define __NR_nanosleep			(__NR_Linux + 166)
-#define __NR_mremap			(__NR_Linux + 167)
-#define __NR_accept			(__NR_Linux + 168)
-#define __NR_bind			(__NR_Linux + 169)
-#define __NR_connect			(__NR_Linux + 170)
-#define __NR_getpeername		(__NR_Linux + 171)
-#define __NR_getsockname		(__NR_Linux + 172)
-#define __NR_getsockopt			(__NR_Linux + 173)
-#define __NR_listen			(__NR_Linux + 174)
-#define __NR_recv			(__NR_Linux + 175)
-#define __NR_recvfrom			(__NR_Linux + 176)
-#define __NR_recvmsg			(__NR_Linux + 177)
-#define __NR_send			(__NR_Linux + 178)
-#define __NR_sendmsg			(__NR_Linux + 179)
-#define __NR_sendto			(__NR_Linux + 180)
-#define __NR_setsockopt			(__NR_Linux + 181)
-#define __NR_shutdown			(__NR_Linux + 182)
-#define __NR_socket			(__NR_Linux + 183)
-#define __NR_socketpair			(__NR_Linux + 184)
-#define __NR_setresuid			(__NR_Linux + 185)
-#define __NR_getresuid			(__NR_Linux + 186)
-#define __NR_query_module		(__NR_Linux + 187)
-#define __NR_poll			(__NR_Linux + 188)
-#define __NR_nfsservctl			(__NR_Linux + 189)
-#define __NR_setresgid			(__NR_Linux + 190)
-#define __NR_getresgid			(__NR_Linux + 191)
-#define __NR_prctl			(__NR_Linux + 192)
-#define __NR_rt_sigreturn		(__NR_Linux + 193)
-#define __NR_rt_sigaction		(__NR_Linux + 194)
-#define __NR_rt_sigprocmask		(__NR_Linux + 195)
-#define __NR_rt_sigpending		(__NR_Linux + 196)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 197)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 198)
-#define __NR_rt_sigsuspend		(__NR_Linux + 199)
-#define __NR_pread64			(__NR_Linux + 200)
-#define __NR_pwrite64			(__NR_Linux + 201)
-#define __NR_chown			(__NR_Linux + 202)
-#define __NR_getcwd			(__NR_Linux + 203)
-#define __NR_capget			(__NR_Linux + 204)
-#define __NR_capset			(__NR_Linux + 205)
-#define __NR_sigaltstack		(__NR_Linux + 206)
-#define __NR_sendfile			(__NR_Linux + 207)
-#define __NR_getpmsg			(__NR_Linux + 208)
-#define __NR_putpmsg			(__NR_Linux + 209)
-#define __NR_mmap2			(__NR_Linux + 210)
-#define __NR_truncate64			(__NR_Linux + 211)
-#define __NR_ftruncate64		(__NR_Linux + 212)
-#define __NR_stat64			(__NR_Linux + 213)
-#define __NR_lstat64			(__NR_Linux + 214)
-#define __NR_fstat64			(__NR_Linux + 215)
-#define __NR_pivot_root			(__NR_Linux + 216)
-#define __NR_mincore			(__NR_Linux + 217)
-#define __NR_madvise			(__NR_Linux + 218)
-#define __NR_getdents64			(__NR_Linux + 219)
-#define __NR_fcntl64			(__NR_Linux + 220)
-#define __NR_reserved221		(__NR_Linux + 221)
-#define __NR_gettid			(__NR_Linux + 222)
-#define __NR_readahead			(__NR_Linux + 223)
-#define __NR_setxattr			(__NR_Linux + 224)
-#define __NR_lsetxattr			(__NR_Linux + 225)
-#define __NR_fsetxattr			(__NR_Linux + 226)
-#define __NR_getxattr			(__NR_Linux + 227)
-#define __NR_lgetxattr			(__NR_Linux + 228)
-#define __NR_fgetxattr			(__NR_Linux + 229)
-#define __NR_listxattr			(__NR_Linux + 230)
-#define __NR_llistxattr			(__NR_Linux + 231)
-#define __NR_flistxattr			(__NR_Linux + 232)
-#define __NR_removexattr		(__NR_Linux + 233)
-#define __NR_lremovexattr		(__NR_Linux + 234)
-#define __NR_fremovexattr		(__NR_Linux + 235)
-#define __NR_tkill			(__NR_Linux + 236)
-#define __NR_sendfile64			(__NR_Linux + 237)
-#define __NR_futex			(__NR_Linux + 238)
-#define __NR_sched_setaffinity		(__NR_Linux + 239)
-#define __NR_sched_getaffinity		(__NR_Linux + 240)
-#define __NR_io_setup			(__NR_Linux + 241)
-#define __NR_io_destroy			(__NR_Linux + 242)
-#define __NR_io_getevents		(__NR_Linux + 243)
-#define __NR_io_submit			(__NR_Linux + 244)
-#define __NR_io_cancel			(__NR_Linux + 245)
-#define __NR_exit_group			(__NR_Linux + 246)
-#define __NR_lookup_dcookie		(__NR_Linux + 247)
-#define __NR_epoll_create		(__NR_Linux + 248)
-#define __NR_epoll_ctl			(__NR_Linux + 249)
-#define __NR_epoll_wait			(__NR_Linux + 250)
-#define __NR_remap_file_pages		(__NR_Linux + 251)
-#define __NR_set_tid_address		(__NR_Linux + 252)
-#define __NR_restart_syscall		(__NR_Linux + 253)
-#define __NR_fadvise64			(__NR_Linux + 254)
-#define __NR_statfs64			(__NR_Linux + 255)
-#define __NR_fstatfs64			(__NR_Linux + 256)
-#define __NR_timer_create		(__NR_Linux + 257)
-#define __NR_timer_settime		(__NR_Linux + 258)
-#define __NR_timer_gettime		(__NR_Linux + 259)
-#define __NR_timer_getoverrun		(__NR_Linux + 260)
-#define __NR_timer_delete		(__NR_Linux + 261)
-#define __NR_clock_settime		(__NR_Linux + 262)
-#define __NR_clock_gettime		(__NR_Linux + 263)
-#define __NR_clock_getres		(__NR_Linux + 264)
-#define __NR_clock_nanosleep		(__NR_Linux + 265)
-#define __NR_tgkill			(__NR_Linux + 266)
-#define __NR_utimes			(__NR_Linux + 267)
-#define __NR_mbind			(__NR_Linux + 268)
-#define __NR_get_mempolicy		(__NR_Linux + 269)
-#define __NR_set_mempolicy		(__NR_Linux + 270)
-#define __NR_mq_open			(__NR_Linux + 271)
-#define __NR_mq_unlink			(__NR_Linux + 272)
-#define __NR_mq_timedsend		(__NR_Linux + 273)
-#define __NR_mq_timedreceive		(__NR_Linux + 274)
-#define __NR_mq_notify			(__NR_Linux + 275)
-#define __NR_mq_getsetattr		(__NR_Linux + 276)
-#define __NR_vserver			(__NR_Linux + 277)
-#define __NR_waitid			(__NR_Linux + 278)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 279) */
-#define __NR_add_key			(__NR_Linux + 280)
-#define __NR_request_key		(__NR_Linux + 281)
-#define __NR_keyctl			(__NR_Linux + 282)
-#define __NR_set_thread_area		(__NR_Linux + 283)
-#define __NR_inotify_init		(__NR_Linux + 284)
-#define __NR_inotify_add_watch		(__NR_Linux + 285)
-#define __NR_inotify_rm_watch		(__NR_Linux + 286)
-#define __NR_migrate_pages		(__NR_Linux + 287)
-#define __NR_openat			(__NR_Linux + 288)
-#define __NR_mkdirat			(__NR_Linux + 289)
-#define __NR_mknodat			(__NR_Linux + 290)
-#define __NR_fchownat			(__NR_Linux + 291)
-#define __NR_futimesat			(__NR_Linux + 292)
-#define __NR_fstatat64			(__NR_Linux + 293)
-#define __NR_unlinkat			(__NR_Linux + 294)
-#define __NR_renameat			(__NR_Linux + 295)
-#define __NR_linkat			(__NR_Linux + 296)
-#define __NR_symlinkat			(__NR_Linux + 297)
-#define __NR_readlinkat			(__NR_Linux + 298)
-#define __NR_fchmodat			(__NR_Linux + 299)
-#define __NR_faccessat			(__NR_Linux + 300)
-#define __NR_pselect6			(__NR_Linux + 301)
-#define __NR_ppoll			(__NR_Linux + 302)
-#define __NR_unshare			(__NR_Linux + 303)
-#define __NR_splice			(__NR_Linux + 304)
-#define __NR_sync_file_range		(__NR_Linux + 305)
-#define __NR_tee			(__NR_Linux + 306)
-#define __NR_vmsplice			(__NR_Linux + 307)
-#define __NR_move_pages			(__NR_Linux + 308)
-#define __NR_set_robust_list		(__NR_Linux + 309)
-#define __NR_get_robust_list		(__NR_Linux + 310)
-#define __NR_kexec_load			(__NR_Linux + 311)
-#define __NR_getcpu			(__NR_Linux + 312)
-#define __NR_epoll_pwait		(__NR_Linux + 313)
-#define __NR_ioprio_set			(__NR_Linux + 314)
-#define __NR_ioprio_get			(__NR_Linux + 315)
-#define __NR_utimensat			(__NR_Linux + 316)
-#define __NR_signalfd			(__NR_Linux + 317)
-#define __NR_timerfd			(__NR_Linux + 318)
-#define __NR_eventfd			(__NR_Linux + 319)
-#define __NR_fallocate			(__NR_Linux + 320)
-#define __NR_timerfd_create		(__NR_Linux + 321)
-#define __NR_timerfd_gettime		(__NR_Linux + 322)
-#define __NR_timerfd_settime		(__NR_Linux + 323)
-#define __NR_signalfd4			(__NR_Linux + 324)
-#define __NR_eventfd2			(__NR_Linux + 325)
-#define __NR_epoll_create1		(__NR_Linux + 326)
-#define __NR_dup3			(__NR_Linux + 327)
-#define __NR_pipe2			(__NR_Linux + 328)
-#define __NR_inotify_init1		(__NR_Linux + 329)
-#define __NR_preadv			(__NR_Linux + 330)
-#define __NR_pwritev			(__NR_Linux + 331)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 332)
-#define __NR_perf_event_open		(__NR_Linux + 333)
-#define __NR_accept4			(__NR_Linux + 334)
-#define __NR_recvmmsg			(__NR_Linux + 335)
-#define __NR_fanotify_init		(__NR_Linux + 336)
-#define __NR_fanotify_mark		(__NR_Linux + 337)
-#define __NR_prlimit64			(__NR_Linux + 338)
-#define __NR_name_to_handle_at		(__NR_Linux + 339)
-#define __NR_open_by_handle_at		(__NR_Linux + 340)
-#define __NR_clock_adjtime		(__NR_Linux + 341)
-#define __NR_syncfs			(__NR_Linux + 342)
-#define __NR_sendmmsg			(__NR_Linux + 343)
-#define __NR_setns			(__NR_Linux + 344)
-#define __NR_process_vm_readv		(__NR_Linux + 345)
-#define __NR_process_vm_writev		(__NR_Linux + 346)
-#define __NR_kcmp			(__NR_Linux + 347)
-#define __NR_finit_module		(__NR_Linux + 348)
-#define __NR_sched_setattr		(__NR_Linux + 349)
-#define __NR_sched_getattr		(__NR_Linux + 350)
-#define __NR_renameat2			(__NR_Linux + 351)
-#define __NR_seccomp			(__NR_Linux + 352)
-#define __NR_getrandom			(__NR_Linux + 353)
-#define __NR_memfd_create		(__NR_Linux + 354)
-#define __NR_bpf			(__NR_Linux + 355)
-#define __NR_execveat			(__NR_Linux + 356)
-#define __NR_userfaultfd		(__NR_Linux + 357)
-#define __NR_membarrier			(__NR_Linux + 358)
-#define __NR_mlock2			(__NR_Linux + 359)
-#define __NR_copy_file_range		(__NR_Linux + 360)
-#define __NR_preadv2			(__NR_Linux + 361)
-#define __NR_pwritev2			(__NR_Linux + 362)
-#define __NR_pkey_mprotect		(__NR_Linux + 363)
-#define __NR_pkey_alloc			(__NR_Linux + 364)
-#define __NR_pkey_free			(__NR_Linux + 365)
-#define __NR_statx			(__NR_Linux + 366)
-#define __NR_rseq			(__NR_Linux + 367)
-#define __NR_io_pgetevents		(__NR_Linux + 368)
-
-
-/*
- * Offset of the last Linux o32 flavoured syscall
- */
-#define __NR_Linux_syscalls		368
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
-
-#define __NR_O32_Linux			4000
-#define __NR_O32_Linux_syscalls		368
-
-#if _MIPS_SIM == _MIPS_SIM_ABI64
-
-/*
- * Linux 64-bit syscalls are in the range from 5000 to 5999.
- */
-#define __NR_Linux			5000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_set_tid_address		(__NR_Linux + 212)
-#define __NR_restart_syscall		(__NR_Linux + 213)
-#define __NR_semtimedop			(__NR_Linux + 214)
-#define __NR_fadvise64			(__NR_Linux + 215)
-#define __NR_timer_create		(__NR_Linux + 216)
-#define __NR_timer_settime		(__NR_Linux + 217)
-#define __NR_timer_gettime		(__NR_Linux + 218)
-#define __NR_timer_getoverrun		(__NR_Linux + 219)
-#define __NR_timer_delete		(__NR_Linux + 220)
-#define __NR_clock_settime		(__NR_Linux + 221)
-#define __NR_clock_gettime		(__NR_Linux + 222)
-#define __NR_clock_getres		(__NR_Linux + 223)
-#define __NR_clock_nanosleep		(__NR_Linux + 224)
-#define __NR_tgkill			(__NR_Linux + 225)
-#define __NR_utimes			(__NR_Linux + 226)
-#define __NR_mbind			(__NR_Linux + 227)
-#define __NR_get_mempolicy		(__NR_Linux + 228)
-#define __NR_set_mempolicy		(__NR_Linux + 229)
-#define __NR_mq_open			(__NR_Linux + 230)
-#define __NR_mq_unlink			(__NR_Linux + 231)
-#define __NR_mq_timedsend		(__NR_Linux + 232)
-#define __NR_mq_timedreceive		(__NR_Linux + 233)
-#define __NR_mq_notify			(__NR_Linux + 234)
-#define __NR_mq_getsetattr		(__NR_Linux + 235)
-#define __NR_vserver			(__NR_Linux + 236)
-#define __NR_waitid			(__NR_Linux + 237)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 238) */
-#define __NR_add_key			(__NR_Linux + 239)
-#define __NR_request_key		(__NR_Linux + 240)
-#define __NR_keyctl			(__NR_Linux + 241)
-#define __NR_set_thread_area		(__NR_Linux + 242)
-#define __NR_inotify_init		(__NR_Linux + 243)
-#define __NR_inotify_add_watch		(__NR_Linux + 244)
-#define __NR_inotify_rm_watch		(__NR_Linux + 245)
-#define __NR_migrate_pages		(__NR_Linux + 246)
-#define __NR_openat			(__NR_Linux + 247)
-#define __NR_mkdirat			(__NR_Linux + 248)
-#define __NR_mknodat			(__NR_Linux + 249)
-#define __NR_fchownat			(__NR_Linux + 250)
-#define __NR_futimesat			(__NR_Linux + 251)
-#define __NR_newfstatat			(__NR_Linux + 252)
-#define __NR_unlinkat			(__NR_Linux + 253)
-#define __NR_renameat			(__NR_Linux + 254)
-#define __NR_linkat			(__NR_Linux + 255)
-#define __NR_symlinkat			(__NR_Linux + 256)
-#define __NR_readlinkat			(__NR_Linux + 257)
-#define __NR_fchmodat			(__NR_Linux + 258)
-#define __NR_faccessat			(__NR_Linux + 259)
-#define __NR_pselect6			(__NR_Linux + 260)
-#define __NR_ppoll			(__NR_Linux + 261)
-#define __NR_unshare			(__NR_Linux + 262)
-#define __NR_splice			(__NR_Linux + 263)
-#define __NR_sync_file_range		(__NR_Linux + 264)
-#define __NR_tee			(__NR_Linux + 265)
-#define __NR_vmsplice			(__NR_Linux + 266)
-#define __NR_move_pages			(__NR_Linux + 267)
-#define __NR_set_robust_list		(__NR_Linux + 268)
-#define __NR_get_robust_list		(__NR_Linux + 269)
-#define __NR_kexec_load			(__NR_Linux + 270)
-#define __NR_getcpu			(__NR_Linux + 271)
-#define __NR_epoll_pwait		(__NR_Linux + 272)
-#define __NR_ioprio_set			(__NR_Linux + 273)
-#define __NR_ioprio_get			(__NR_Linux + 274)
-#define __NR_utimensat			(__NR_Linux + 275)
-#define __NR_signalfd			(__NR_Linux + 276)
-#define __NR_timerfd			(__NR_Linux + 277)
-#define __NR_eventfd			(__NR_Linux + 278)
-#define __NR_fallocate			(__NR_Linux + 279)
-#define __NR_timerfd_create		(__NR_Linux + 280)
-#define __NR_timerfd_gettime		(__NR_Linux + 281)
-#define __NR_timerfd_settime		(__NR_Linux + 282)
-#define __NR_signalfd4			(__NR_Linux + 283)
-#define __NR_eventfd2			(__NR_Linux + 284)
-#define __NR_epoll_create1		(__NR_Linux + 285)
-#define __NR_dup3			(__NR_Linux + 286)
-#define __NR_pipe2			(__NR_Linux + 287)
-#define __NR_inotify_init1		(__NR_Linux + 288)
-#define __NR_preadv			(__NR_Linux + 289)
-#define __NR_pwritev			(__NR_Linux + 290)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 291)
-#define __NR_perf_event_open		(__NR_Linux + 292)
-#define __NR_accept4			(__NR_Linux + 293)
-#define __NR_recvmmsg			(__NR_Linux + 294)
-#define __NR_fanotify_init		(__NR_Linux + 295)
-#define __NR_fanotify_mark		(__NR_Linux + 296)
-#define __NR_prlimit64			(__NR_Linux + 297)
-#define __NR_name_to_handle_at		(__NR_Linux + 298)
-#define __NR_open_by_handle_at		(__NR_Linux + 299)
-#define __NR_clock_adjtime		(__NR_Linux + 300)
-#define __NR_syncfs			(__NR_Linux + 301)
-#define __NR_sendmmsg			(__NR_Linux + 302)
-#define __NR_setns			(__NR_Linux + 303)
-#define __NR_process_vm_readv		(__NR_Linux + 304)
-#define __NR_process_vm_writev		(__NR_Linux + 305)
-#define __NR_kcmp			(__NR_Linux + 306)
-#define __NR_finit_module		(__NR_Linux + 307)
-#define __NR_getdents64			(__NR_Linux + 308)
-#define __NR_sched_setattr		(__NR_Linux + 309)
-#define __NR_sched_getattr		(__NR_Linux + 310)
-#define __NR_renameat2			(__NR_Linux + 311)
-#define __NR_seccomp			(__NR_Linux + 312)
-#define __NR_getrandom			(__NR_Linux + 313)
-#define __NR_memfd_create		(__NR_Linux + 314)
-#define __NR_bpf			(__NR_Linux + 315)
-#define __NR_execveat			(__NR_Linux + 316)
-#define __NR_userfaultfd		(__NR_Linux + 317)
-#define __NR_membarrier			(__NR_Linux + 318)
-#define __NR_mlock2			(__NR_Linux + 319)
-#define __NR_copy_file_range		(__NR_Linux + 320)
-#define __NR_preadv2			(__NR_Linux + 321)
-#define __NR_pwritev2			(__NR_Linux + 322)
-#define __NR_pkey_mprotect		(__NR_Linux + 323)
-#define __NR_pkey_alloc			(__NR_Linux + 324)
-#define __NR_pkey_free			(__NR_Linux + 325)
-#define __NR_statx			(__NR_Linux + 326)
-#define __NR_rseq			(__NR_Linux + 327)
-#define __NR_io_pgetevents		(__NR_Linux + 328)
-
-/*
- * Offset of the last Linux 64-bit flavoured syscall
- */
-#define __NR_Linux_syscalls		328
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
-
-#define __NR_64_Linux			5000
-#define __NR_64_Linux_syscalls		328
-
-#if _MIPS_SIM == _MIPS_SIM_NABI32
-
-/*
- * Linux N32 syscalls are in the range from 6000 to 6999.
- */
-#define __NR_Linux			6000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_fcntl64			(__NR_Linux + 212)
-#define __NR_set_tid_address		(__NR_Linux + 213)
-#define __NR_restart_syscall		(__NR_Linux + 214)
-#define __NR_semtimedop			(__NR_Linux + 215)
-#define __NR_fadvise64			(__NR_Linux + 216)
-#define __NR_statfs64			(__NR_Linux + 217)
-#define __NR_fstatfs64			(__NR_Linux + 218)
-#define __NR_sendfile64			(__NR_Linux + 219)
-#define __NR_timer_create		(__NR_Linux + 220)
-#define __NR_timer_settime		(__NR_Linux + 221)
-#define __NR_timer_gettime		(__NR_Linux + 222)
-#define __NR_timer_getoverrun		(__NR_Linux + 223)
-#define __NR_timer_delete		(__NR_Linux + 224)
-#define __NR_clock_settime		(__NR_Linux + 225)
-#define __NR_clock_gettime		(__NR_Linux + 226)
-#define __NR_clock_getres		(__NR_Linux + 227)
-#define __NR_clock_nanosleep		(__NR_Linux + 228)
-#define __NR_tgkill			(__NR_Linux + 229)
-#define __NR_utimes			(__NR_Linux + 230)
-#define __NR_mbind			(__NR_Linux + 231)
-#define __NR_get_mempolicy		(__NR_Linux + 232)
-#define __NR_set_mempolicy		(__NR_Linux + 233)
-#define __NR_mq_open			(__NR_Linux + 234)
-#define __NR_mq_unlink			(__NR_Linux + 235)
-#define __NR_mq_timedsend		(__NR_Linux + 236)
-#define __NR_mq_timedreceive		(__NR_Linux + 237)
-#define __NR_mq_notify			(__NR_Linux + 238)
-#define __NR_mq_getsetattr		(__NR_Linux + 239)
-#define __NR_vserver			(__NR_Linux + 240)
-#define __NR_waitid			(__NR_Linux + 241)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 242) */
-#define __NR_add_key			(__NR_Linux + 243)
-#define __NR_request_key		(__NR_Linux + 244)
-#define __NR_keyctl			(__NR_Linux + 245)
-#define __NR_set_thread_area		(__NR_Linux + 246)
-#define __NR_inotify_init		(__NR_Linux + 247)
-#define __NR_inotify_add_watch		(__NR_Linux + 248)
-#define __NR_inotify_rm_watch		(__NR_Linux + 249)
-#define __NR_migrate_pages		(__NR_Linux + 250)
-#define __NR_openat			(__NR_Linux + 251)
-#define __NR_mkdirat			(__NR_Linux + 252)
-#define __NR_mknodat			(__NR_Linux + 253)
-#define __NR_fchownat			(__NR_Linux + 254)
-#define __NR_futimesat			(__NR_Linux + 255)
-#define __NR_newfstatat			(__NR_Linux + 256)
-#define __NR_unlinkat			(__NR_Linux + 257)
-#define __NR_renameat			(__NR_Linux + 258)
-#define __NR_linkat			(__NR_Linux + 259)
-#define __NR_symlinkat			(__NR_Linux + 260)
-#define __NR_readlinkat			(__NR_Linux + 261)
-#define __NR_fchmodat			(__NR_Linux + 262)
-#define __NR_faccessat			(__NR_Linux + 263)
-#define __NR_pselect6			(__NR_Linux + 264)
-#define __NR_ppoll			(__NR_Linux + 265)
-#define __NR_unshare			(__NR_Linux + 266)
-#define __NR_splice			(__NR_Linux + 267)
-#define __NR_sync_file_range		(__NR_Linux + 268)
-#define __NR_tee			(__NR_Linux + 269)
-#define __NR_vmsplice			(__NR_Linux + 270)
-#define __NR_move_pages			(__NR_Linux + 271)
-#define __NR_set_robust_list		(__NR_Linux + 272)
-#define __NR_get_robust_list		(__NR_Linux + 273)
-#define __NR_kexec_load			(__NR_Linux + 274)
-#define __NR_getcpu			(__NR_Linux + 275)
-#define __NR_epoll_pwait		(__NR_Linux + 276)
-#define __NR_ioprio_set			(__NR_Linux + 277)
-#define __NR_ioprio_get			(__NR_Linux + 278)
-#define __NR_utimensat			(__NR_Linux + 279)
-#define __NR_signalfd			(__NR_Linux + 280)
-#define __NR_timerfd			(__NR_Linux + 281)
-#define __NR_eventfd			(__NR_Linux + 282)
-#define __NR_fallocate			(__NR_Linux + 283)
-#define __NR_timerfd_create		(__NR_Linux + 284)
-#define __NR_timerfd_gettime		(__NR_Linux + 285)
-#define __NR_timerfd_settime		(__NR_Linux + 286)
-#define __NR_signalfd4			(__NR_Linux + 287)
-#define __NR_eventfd2			(__NR_Linux + 288)
-#define __NR_epoll_create1		(__NR_Linux + 289)
-#define __NR_dup3			(__NR_Linux + 290)
-#define __NR_pipe2			(__NR_Linux + 291)
-#define __NR_inotify_init1		(__NR_Linux + 292)
-#define __NR_preadv			(__NR_Linux + 293)
-#define __NR_pwritev			(__NR_Linux + 294)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 295)
-#define __NR_perf_event_open		(__NR_Linux + 296)
-#define __NR_accept4			(__NR_Linux + 297)
-#define __NR_recvmmsg			(__NR_Linux + 298)
-#define __NR_getdents64			(__NR_Linux + 299)
-#define __NR_fanotify_init		(__NR_Linux + 300)
-#define __NR_fanotify_mark		(__NR_Linux + 301)
-#define __NR_prlimit64			(__NR_Linux + 302)
-#define __NR_name_to_handle_at		(__NR_Linux + 303)
-#define __NR_open_by_handle_at		(__NR_Linux + 304)
-#define __NR_clock_adjtime		(__NR_Linux + 305)
-#define __NR_syncfs			(__NR_Linux + 306)
-#define __NR_sendmmsg			(__NR_Linux + 307)
-#define __NR_setns			(__NR_Linux + 308)
-#define __NR_process_vm_readv		(__NR_Linux + 309)
-#define __NR_process_vm_writev		(__NR_Linux + 310)
-#define __NR_kcmp			(__NR_Linux + 311)
-#define __NR_finit_module		(__NR_Linux + 312)
-#define __NR_sched_setattr		(__NR_Linux + 313)
-#define __NR_sched_getattr		(__NR_Linux + 314)
-#define __NR_renameat2			(__NR_Linux + 315)
-#define __NR_seccomp			(__NR_Linux + 316)
-#define __NR_getrandom			(__NR_Linux + 317)
-#define __NR_memfd_create		(__NR_Linux + 318)
-#define __NR_bpf			(__NR_Linux + 319)
-#define __NR_execveat			(__NR_Linux + 320)
-#define __NR_userfaultfd		(__NR_Linux + 321)
-#define __NR_membarrier			(__NR_Linux + 322)
-#define __NR_mlock2			(__NR_Linux + 323)
-#define __NR_copy_file_range		(__NR_Linux + 324)
-#define __NR_preadv2			(__NR_Linux + 325)
-#define __NR_pwritev2			(__NR_Linux + 326)
-#define __NR_pkey_mprotect		(__NR_Linux + 327)
-#define __NR_pkey_alloc			(__NR_Linux + 328)
-#define __NR_pkey_free			(__NR_Linux + 329)
-#define __NR_statx			(__NR_Linux + 330)
-#define __NR_rseq			(__NR_Linux + 331)
-#define __NR_io_pgetevents		(__NR_Linux + 332)
-
-/*
- * Offset of the last N32 flavoured syscall
- */
-#define __NR_Linux_syscalls		332
-
-#endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */
-
-#define __NR_N32_Linux			6000
-#define __NR_N32_Linux_syscalls		332
-
-#endif /* _UAPI_ASM_UNISTD_H */
libc/include/mips64el-linux-gnuabin32/asm/sgidefs.h
@@ -1,45 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1996, 1999, 2001 Ralf Baechle
- * Copyright (C) 1999 Silicon Graphics, Inc.
- * Copyright (C) 2001 MIPS Technologies, Inc.
- */
-#ifndef __ASM_SGIDEFS_H
-#define __ASM_SGIDEFS_H
-
-/*
- * Using a Linux compiler for building Linux seems logic but not to
- * everybody.
- */
-#ifndef __linux__
-#error Use a Linux compiler or give up.
-#endif
-
-/*
- * Definitions for the ISA levels
- *
- * With the introduction of MIPS32 / MIPS64 instruction sets definitions
- * MIPS ISAs are no longer subsets of each other.  Therefore comparisons
- * on these symbols except with == may result in unexpected results and
- * are forbidden!
- */
-#define _MIPS_ISA_MIPS1		1
-#define _MIPS_ISA_MIPS2		2
-#define _MIPS_ISA_MIPS3		3
-#define _MIPS_ISA_MIPS4		4
-#define _MIPS_ISA_MIPS5		5
-#define _MIPS_ISA_MIPS32	6
-#define _MIPS_ISA_MIPS64	7
-
-/*
- * Subprogram calling convention
- */
-#define _MIPS_SIM_ABI32		1
-#define _MIPS_SIM_NABI32	2
-#define _MIPS_SIM_ABI64		3
-
-#endif /* __ASM_SGIDEFS_H */
libc/include/mips64el-linux-gnuabin32/asm/unistd.h
@@ -1,1101 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1995, 96, 97, 98, 99, 2000 by Ralf Baechle
- * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
- *
- * Changed system calls macros _syscall5 - _syscall7 to push args 5 to 7 onto
- * the stack. Robin Farine for ACN S.A, Copyright (C) 1996 by ACN S.A
- */
-#ifndef _UAPI_ASM_UNISTD_H
-#define _UAPI_ASM_UNISTD_H
-
-#include <asm/sgidefs.h>
-
-#if _MIPS_SIM == _MIPS_SIM_ABI32
-
-/*
- * Linux o32 style syscalls are in the range from 4000 to 4999.
- */
-#define __NR_Linux			4000
-#define __NR_syscall			(__NR_Linux +	0)
-#define __NR_exit			(__NR_Linux +	1)
-#define __NR_fork			(__NR_Linux +	2)
-#define __NR_read			(__NR_Linux +	3)
-#define __NR_write			(__NR_Linux +	4)
-#define __NR_open			(__NR_Linux +	5)
-#define __NR_close			(__NR_Linux +	6)
-#define __NR_waitpid			(__NR_Linux +	7)
-#define __NR_creat			(__NR_Linux +	8)
-#define __NR_link			(__NR_Linux +	9)
-#define __NR_unlink			(__NR_Linux +  10)
-#define __NR_execve			(__NR_Linux +  11)
-#define __NR_chdir			(__NR_Linux +  12)
-#define __NR_time			(__NR_Linux +  13)
-#define __NR_mknod			(__NR_Linux +  14)
-#define __NR_chmod			(__NR_Linux +  15)
-#define __NR_lchown			(__NR_Linux +  16)
-#define __NR_break			(__NR_Linux +  17)
-#define __NR_unused18			(__NR_Linux +  18)
-#define __NR_lseek			(__NR_Linux +  19)
-#define __NR_getpid			(__NR_Linux +  20)
-#define __NR_mount			(__NR_Linux +  21)
-#define __NR_umount			(__NR_Linux +  22)
-#define __NR_setuid			(__NR_Linux +  23)
-#define __NR_getuid			(__NR_Linux +  24)
-#define __NR_stime			(__NR_Linux +  25)
-#define __NR_ptrace			(__NR_Linux +  26)
-#define __NR_alarm			(__NR_Linux +  27)
-#define __NR_unused28			(__NR_Linux +  28)
-#define __NR_pause			(__NR_Linux +  29)
-#define __NR_utime			(__NR_Linux +  30)
-#define __NR_stty			(__NR_Linux +  31)
-#define __NR_gtty			(__NR_Linux +  32)
-#define __NR_access			(__NR_Linux +  33)
-#define __NR_nice			(__NR_Linux +  34)
-#define __NR_ftime			(__NR_Linux +  35)
-#define __NR_sync			(__NR_Linux +  36)
-#define __NR_kill			(__NR_Linux +  37)
-#define __NR_rename			(__NR_Linux +  38)
-#define __NR_mkdir			(__NR_Linux +  39)
-#define __NR_rmdir			(__NR_Linux +  40)
-#define __NR_dup			(__NR_Linux +  41)
-#define __NR_pipe			(__NR_Linux +  42)
-#define __NR_times			(__NR_Linux +  43)
-#define __NR_prof			(__NR_Linux +  44)
-#define __NR_brk			(__NR_Linux +  45)
-#define __NR_setgid			(__NR_Linux +  46)
-#define __NR_getgid			(__NR_Linux +  47)
-#define __NR_signal			(__NR_Linux +  48)
-#define __NR_geteuid			(__NR_Linux +  49)
-#define __NR_getegid			(__NR_Linux +  50)
-#define __NR_acct			(__NR_Linux +  51)
-#define __NR_umount2			(__NR_Linux +  52)
-#define __NR_lock			(__NR_Linux +  53)
-#define __NR_ioctl			(__NR_Linux +  54)
-#define __NR_fcntl			(__NR_Linux +  55)
-#define __NR_mpx			(__NR_Linux +  56)
-#define __NR_setpgid			(__NR_Linux +  57)
-#define __NR_ulimit			(__NR_Linux +  58)
-#define __NR_unused59			(__NR_Linux +  59)
-#define __NR_umask			(__NR_Linux +  60)
-#define __NR_chroot			(__NR_Linux +  61)
-#define __NR_ustat			(__NR_Linux +  62)
-#define __NR_dup2			(__NR_Linux +  63)
-#define __NR_getppid			(__NR_Linux +  64)
-#define __NR_getpgrp			(__NR_Linux +  65)
-#define __NR_setsid			(__NR_Linux +  66)
-#define __NR_sigaction			(__NR_Linux +  67)
-#define __NR_sgetmask			(__NR_Linux +  68)
-#define __NR_ssetmask			(__NR_Linux +  69)
-#define __NR_setreuid			(__NR_Linux +  70)
-#define __NR_setregid			(__NR_Linux +  71)
-#define __NR_sigsuspend			(__NR_Linux +  72)
-#define __NR_sigpending			(__NR_Linux +  73)
-#define __NR_sethostname		(__NR_Linux +  74)
-#define __NR_setrlimit			(__NR_Linux +  75)
-#define __NR_getrlimit			(__NR_Linux +  76)
-#define __NR_getrusage			(__NR_Linux +  77)
-#define __NR_gettimeofday		(__NR_Linux +  78)
-#define __NR_settimeofday		(__NR_Linux +  79)
-#define __NR_getgroups			(__NR_Linux +  80)
-#define __NR_setgroups			(__NR_Linux +  81)
-#define __NR_reserved82			(__NR_Linux +  82)
-#define __NR_symlink			(__NR_Linux +  83)
-#define __NR_unused84			(__NR_Linux +  84)
-#define __NR_readlink			(__NR_Linux +  85)
-#define __NR_uselib			(__NR_Linux +  86)
-#define __NR_swapon			(__NR_Linux +  87)
-#define __NR_reboot			(__NR_Linux +  88)
-#define __NR_readdir			(__NR_Linux +  89)
-#define __NR_mmap			(__NR_Linux +  90)
-#define __NR_munmap			(__NR_Linux +  91)
-#define __NR_truncate			(__NR_Linux +  92)
-#define __NR_ftruncate			(__NR_Linux +  93)
-#define __NR_fchmod			(__NR_Linux +  94)
-#define __NR_fchown			(__NR_Linux +  95)
-#define __NR_getpriority		(__NR_Linux +  96)
-#define __NR_setpriority		(__NR_Linux +  97)
-#define __NR_profil			(__NR_Linux +  98)
-#define __NR_statfs			(__NR_Linux +  99)
-#define __NR_fstatfs			(__NR_Linux + 100)
-#define __NR_ioperm			(__NR_Linux + 101)
-#define __NR_socketcall			(__NR_Linux + 102)
-#define __NR_syslog			(__NR_Linux + 103)
-#define __NR_setitimer			(__NR_Linux + 104)
-#define __NR_getitimer			(__NR_Linux + 105)
-#define __NR_stat			(__NR_Linux + 106)
-#define __NR_lstat			(__NR_Linux + 107)
-#define __NR_fstat			(__NR_Linux + 108)
-#define __NR_unused109			(__NR_Linux + 109)
-#define __NR_iopl			(__NR_Linux + 110)
-#define __NR_vhangup			(__NR_Linux + 111)
-#define __NR_idle			(__NR_Linux + 112)
-#define __NR_vm86			(__NR_Linux + 113)
-#define __NR_wait4			(__NR_Linux + 114)
-#define __NR_swapoff			(__NR_Linux + 115)
-#define __NR_sysinfo			(__NR_Linux + 116)
-#define __NR_ipc			(__NR_Linux + 117)
-#define __NR_fsync			(__NR_Linux + 118)
-#define __NR_sigreturn			(__NR_Linux + 119)
-#define __NR_clone			(__NR_Linux + 120)
-#define __NR_setdomainname		(__NR_Linux + 121)
-#define __NR_uname			(__NR_Linux + 122)
-#define __NR_modify_ldt			(__NR_Linux + 123)
-#define __NR_adjtimex			(__NR_Linux + 124)
-#define __NR_mprotect			(__NR_Linux + 125)
-#define __NR_sigprocmask		(__NR_Linux + 126)
-#define __NR_create_module		(__NR_Linux + 127)
-#define __NR_init_module		(__NR_Linux + 128)
-#define __NR_delete_module		(__NR_Linux + 129)
-#define __NR_get_kernel_syms		(__NR_Linux + 130)
-#define __NR_quotactl			(__NR_Linux + 131)
-#define __NR_getpgid			(__NR_Linux + 132)
-#define __NR_fchdir			(__NR_Linux + 133)
-#define __NR_bdflush			(__NR_Linux + 134)
-#define __NR_sysfs			(__NR_Linux + 135)
-#define __NR_personality		(__NR_Linux + 136)
-#define __NR_afs_syscall		(__NR_Linux + 137) /* Syscall for Andrew File System */
-#define __NR_setfsuid			(__NR_Linux + 138)
-#define __NR_setfsgid			(__NR_Linux + 139)
-#define __NR__llseek			(__NR_Linux + 140)
-#define __NR_getdents			(__NR_Linux + 141)
-#define __NR__newselect			(__NR_Linux + 142)
-#define __NR_flock			(__NR_Linux + 143)
-#define __NR_msync			(__NR_Linux + 144)
-#define __NR_readv			(__NR_Linux + 145)
-#define __NR_writev			(__NR_Linux + 146)
-#define __NR_cacheflush			(__NR_Linux + 147)
-#define __NR_cachectl			(__NR_Linux + 148)
-#define __NR_sysmips			(__NR_Linux + 149)
-#define __NR_unused150			(__NR_Linux + 150)
-#define __NR_getsid			(__NR_Linux + 151)
-#define __NR_fdatasync			(__NR_Linux + 152)
-#define __NR__sysctl			(__NR_Linux + 153)
-#define __NR_mlock			(__NR_Linux + 154)
-#define __NR_munlock			(__NR_Linux + 155)
-#define __NR_mlockall			(__NR_Linux + 156)
-#define __NR_munlockall			(__NR_Linux + 157)
-#define __NR_sched_setparam		(__NR_Linux + 158)
-#define __NR_sched_getparam		(__NR_Linux + 159)
-#define __NR_sched_setscheduler		(__NR_Linux + 160)
-#define __NR_sched_getscheduler		(__NR_Linux + 161)
-#define __NR_sched_yield		(__NR_Linux + 162)
-#define __NR_sched_get_priority_max	(__NR_Linux + 163)
-#define __NR_sched_get_priority_min	(__NR_Linux + 164)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 165)
-#define __NR_nanosleep			(__NR_Linux + 166)
-#define __NR_mremap			(__NR_Linux + 167)
-#define __NR_accept			(__NR_Linux + 168)
-#define __NR_bind			(__NR_Linux + 169)
-#define __NR_connect			(__NR_Linux + 170)
-#define __NR_getpeername		(__NR_Linux + 171)
-#define __NR_getsockname		(__NR_Linux + 172)
-#define __NR_getsockopt			(__NR_Linux + 173)
-#define __NR_listen			(__NR_Linux + 174)
-#define __NR_recv			(__NR_Linux + 175)
-#define __NR_recvfrom			(__NR_Linux + 176)
-#define __NR_recvmsg			(__NR_Linux + 177)
-#define __NR_send			(__NR_Linux + 178)
-#define __NR_sendmsg			(__NR_Linux + 179)
-#define __NR_sendto			(__NR_Linux + 180)
-#define __NR_setsockopt			(__NR_Linux + 181)
-#define __NR_shutdown			(__NR_Linux + 182)
-#define __NR_socket			(__NR_Linux + 183)
-#define __NR_socketpair			(__NR_Linux + 184)
-#define __NR_setresuid			(__NR_Linux + 185)
-#define __NR_getresuid			(__NR_Linux + 186)
-#define __NR_query_module		(__NR_Linux + 187)
-#define __NR_poll			(__NR_Linux + 188)
-#define __NR_nfsservctl			(__NR_Linux + 189)
-#define __NR_setresgid			(__NR_Linux + 190)
-#define __NR_getresgid			(__NR_Linux + 191)
-#define __NR_prctl			(__NR_Linux + 192)
-#define __NR_rt_sigreturn		(__NR_Linux + 193)
-#define __NR_rt_sigaction		(__NR_Linux + 194)
-#define __NR_rt_sigprocmask		(__NR_Linux + 195)
-#define __NR_rt_sigpending		(__NR_Linux + 196)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 197)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 198)
-#define __NR_rt_sigsuspend		(__NR_Linux + 199)
-#define __NR_pread64			(__NR_Linux + 200)
-#define __NR_pwrite64			(__NR_Linux + 201)
-#define __NR_chown			(__NR_Linux + 202)
-#define __NR_getcwd			(__NR_Linux + 203)
-#define __NR_capget			(__NR_Linux + 204)
-#define __NR_capset			(__NR_Linux + 205)
-#define __NR_sigaltstack		(__NR_Linux + 206)
-#define __NR_sendfile			(__NR_Linux + 207)
-#define __NR_getpmsg			(__NR_Linux + 208)
-#define __NR_putpmsg			(__NR_Linux + 209)
-#define __NR_mmap2			(__NR_Linux + 210)
-#define __NR_truncate64			(__NR_Linux + 211)
-#define __NR_ftruncate64		(__NR_Linux + 212)
-#define __NR_stat64			(__NR_Linux + 213)
-#define __NR_lstat64			(__NR_Linux + 214)
-#define __NR_fstat64			(__NR_Linux + 215)
-#define __NR_pivot_root			(__NR_Linux + 216)
-#define __NR_mincore			(__NR_Linux + 217)
-#define __NR_madvise			(__NR_Linux + 218)
-#define __NR_getdents64			(__NR_Linux + 219)
-#define __NR_fcntl64			(__NR_Linux + 220)
-#define __NR_reserved221		(__NR_Linux + 221)
-#define __NR_gettid			(__NR_Linux + 222)
-#define __NR_readahead			(__NR_Linux + 223)
-#define __NR_setxattr			(__NR_Linux + 224)
-#define __NR_lsetxattr			(__NR_Linux + 225)
-#define __NR_fsetxattr			(__NR_Linux + 226)
-#define __NR_getxattr			(__NR_Linux + 227)
-#define __NR_lgetxattr			(__NR_Linux + 228)
-#define __NR_fgetxattr			(__NR_Linux + 229)
-#define __NR_listxattr			(__NR_Linux + 230)
-#define __NR_llistxattr			(__NR_Linux + 231)
-#define __NR_flistxattr			(__NR_Linux + 232)
-#define __NR_removexattr		(__NR_Linux + 233)
-#define __NR_lremovexattr		(__NR_Linux + 234)
-#define __NR_fremovexattr		(__NR_Linux + 235)
-#define __NR_tkill			(__NR_Linux + 236)
-#define __NR_sendfile64			(__NR_Linux + 237)
-#define __NR_futex			(__NR_Linux + 238)
-#define __NR_sched_setaffinity		(__NR_Linux + 239)
-#define __NR_sched_getaffinity		(__NR_Linux + 240)
-#define __NR_io_setup			(__NR_Linux + 241)
-#define __NR_io_destroy			(__NR_Linux + 242)
-#define __NR_io_getevents		(__NR_Linux + 243)
-#define __NR_io_submit			(__NR_Linux + 244)
-#define __NR_io_cancel			(__NR_Linux + 245)
-#define __NR_exit_group			(__NR_Linux + 246)
-#define __NR_lookup_dcookie		(__NR_Linux + 247)
-#define __NR_epoll_create		(__NR_Linux + 248)
-#define __NR_epoll_ctl			(__NR_Linux + 249)
-#define __NR_epoll_wait			(__NR_Linux + 250)
-#define __NR_remap_file_pages		(__NR_Linux + 251)
-#define __NR_set_tid_address		(__NR_Linux + 252)
-#define __NR_restart_syscall		(__NR_Linux + 253)
-#define __NR_fadvise64			(__NR_Linux + 254)
-#define __NR_statfs64			(__NR_Linux + 255)
-#define __NR_fstatfs64			(__NR_Linux + 256)
-#define __NR_timer_create		(__NR_Linux + 257)
-#define __NR_timer_settime		(__NR_Linux + 258)
-#define __NR_timer_gettime		(__NR_Linux + 259)
-#define __NR_timer_getoverrun		(__NR_Linux + 260)
-#define __NR_timer_delete		(__NR_Linux + 261)
-#define __NR_clock_settime		(__NR_Linux + 262)
-#define __NR_clock_gettime		(__NR_Linux + 263)
-#define __NR_clock_getres		(__NR_Linux + 264)
-#define __NR_clock_nanosleep		(__NR_Linux + 265)
-#define __NR_tgkill			(__NR_Linux + 266)
-#define __NR_utimes			(__NR_Linux + 267)
-#define __NR_mbind			(__NR_Linux + 268)
-#define __NR_get_mempolicy		(__NR_Linux + 269)
-#define __NR_set_mempolicy		(__NR_Linux + 270)
-#define __NR_mq_open			(__NR_Linux + 271)
-#define __NR_mq_unlink			(__NR_Linux + 272)
-#define __NR_mq_timedsend		(__NR_Linux + 273)
-#define __NR_mq_timedreceive		(__NR_Linux + 274)
-#define __NR_mq_notify			(__NR_Linux + 275)
-#define __NR_mq_getsetattr		(__NR_Linux + 276)
-#define __NR_vserver			(__NR_Linux + 277)
-#define __NR_waitid			(__NR_Linux + 278)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 279) */
-#define __NR_add_key			(__NR_Linux + 280)
-#define __NR_request_key		(__NR_Linux + 281)
-#define __NR_keyctl			(__NR_Linux + 282)
-#define __NR_set_thread_area		(__NR_Linux + 283)
-#define __NR_inotify_init		(__NR_Linux + 284)
-#define __NR_inotify_add_watch		(__NR_Linux + 285)
-#define __NR_inotify_rm_watch		(__NR_Linux + 286)
-#define __NR_migrate_pages		(__NR_Linux + 287)
-#define __NR_openat			(__NR_Linux + 288)
-#define __NR_mkdirat			(__NR_Linux + 289)
-#define __NR_mknodat			(__NR_Linux + 290)
-#define __NR_fchownat			(__NR_Linux + 291)
-#define __NR_futimesat			(__NR_Linux + 292)
-#define __NR_fstatat64			(__NR_Linux + 293)
-#define __NR_unlinkat			(__NR_Linux + 294)
-#define __NR_renameat			(__NR_Linux + 295)
-#define __NR_linkat			(__NR_Linux + 296)
-#define __NR_symlinkat			(__NR_Linux + 297)
-#define __NR_readlinkat			(__NR_Linux + 298)
-#define __NR_fchmodat			(__NR_Linux + 299)
-#define __NR_faccessat			(__NR_Linux + 300)
-#define __NR_pselect6			(__NR_Linux + 301)
-#define __NR_ppoll			(__NR_Linux + 302)
-#define __NR_unshare			(__NR_Linux + 303)
-#define __NR_splice			(__NR_Linux + 304)
-#define __NR_sync_file_range		(__NR_Linux + 305)
-#define __NR_tee			(__NR_Linux + 306)
-#define __NR_vmsplice			(__NR_Linux + 307)
-#define __NR_move_pages			(__NR_Linux + 308)
-#define __NR_set_robust_list		(__NR_Linux + 309)
-#define __NR_get_robust_list		(__NR_Linux + 310)
-#define __NR_kexec_load			(__NR_Linux + 311)
-#define __NR_getcpu			(__NR_Linux + 312)
-#define __NR_epoll_pwait		(__NR_Linux + 313)
-#define __NR_ioprio_set			(__NR_Linux + 314)
-#define __NR_ioprio_get			(__NR_Linux + 315)
-#define __NR_utimensat			(__NR_Linux + 316)
-#define __NR_signalfd			(__NR_Linux + 317)
-#define __NR_timerfd			(__NR_Linux + 318)
-#define __NR_eventfd			(__NR_Linux + 319)
-#define __NR_fallocate			(__NR_Linux + 320)
-#define __NR_timerfd_create		(__NR_Linux + 321)
-#define __NR_timerfd_gettime		(__NR_Linux + 322)
-#define __NR_timerfd_settime		(__NR_Linux + 323)
-#define __NR_signalfd4			(__NR_Linux + 324)
-#define __NR_eventfd2			(__NR_Linux + 325)
-#define __NR_epoll_create1		(__NR_Linux + 326)
-#define __NR_dup3			(__NR_Linux + 327)
-#define __NR_pipe2			(__NR_Linux + 328)
-#define __NR_inotify_init1		(__NR_Linux + 329)
-#define __NR_preadv			(__NR_Linux + 330)
-#define __NR_pwritev			(__NR_Linux + 331)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 332)
-#define __NR_perf_event_open		(__NR_Linux + 333)
-#define __NR_accept4			(__NR_Linux + 334)
-#define __NR_recvmmsg			(__NR_Linux + 335)
-#define __NR_fanotify_init		(__NR_Linux + 336)
-#define __NR_fanotify_mark		(__NR_Linux + 337)
-#define __NR_prlimit64			(__NR_Linux + 338)
-#define __NR_name_to_handle_at		(__NR_Linux + 339)
-#define __NR_open_by_handle_at		(__NR_Linux + 340)
-#define __NR_clock_adjtime		(__NR_Linux + 341)
-#define __NR_syncfs			(__NR_Linux + 342)
-#define __NR_sendmmsg			(__NR_Linux + 343)
-#define __NR_setns			(__NR_Linux + 344)
-#define __NR_process_vm_readv		(__NR_Linux + 345)
-#define __NR_process_vm_writev		(__NR_Linux + 346)
-#define __NR_kcmp			(__NR_Linux + 347)
-#define __NR_finit_module		(__NR_Linux + 348)
-#define __NR_sched_setattr		(__NR_Linux + 349)
-#define __NR_sched_getattr		(__NR_Linux + 350)
-#define __NR_renameat2			(__NR_Linux + 351)
-#define __NR_seccomp			(__NR_Linux + 352)
-#define __NR_getrandom			(__NR_Linux + 353)
-#define __NR_memfd_create		(__NR_Linux + 354)
-#define __NR_bpf			(__NR_Linux + 355)
-#define __NR_execveat			(__NR_Linux + 356)
-#define __NR_userfaultfd		(__NR_Linux + 357)
-#define __NR_membarrier			(__NR_Linux + 358)
-#define __NR_mlock2			(__NR_Linux + 359)
-#define __NR_copy_file_range		(__NR_Linux + 360)
-#define __NR_preadv2			(__NR_Linux + 361)
-#define __NR_pwritev2			(__NR_Linux + 362)
-#define __NR_pkey_mprotect		(__NR_Linux + 363)
-#define __NR_pkey_alloc			(__NR_Linux + 364)
-#define __NR_pkey_free			(__NR_Linux + 365)
-#define __NR_statx			(__NR_Linux + 366)
-#define __NR_rseq			(__NR_Linux + 367)
-#define __NR_io_pgetevents		(__NR_Linux + 368)
-
-
-/*
- * Offset of the last Linux o32 flavoured syscall
- */
-#define __NR_Linux_syscalls		368
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
-
-#define __NR_O32_Linux			4000
-#define __NR_O32_Linux_syscalls		368
-
-#if _MIPS_SIM == _MIPS_SIM_ABI64
-
-/*
- * Linux 64-bit syscalls are in the range from 5000 to 5999.
- */
-#define __NR_Linux			5000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_set_tid_address		(__NR_Linux + 212)
-#define __NR_restart_syscall		(__NR_Linux + 213)
-#define __NR_semtimedop			(__NR_Linux + 214)
-#define __NR_fadvise64			(__NR_Linux + 215)
-#define __NR_timer_create		(__NR_Linux + 216)
-#define __NR_timer_settime		(__NR_Linux + 217)
-#define __NR_timer_gettime		(__NR_Linux + 218)
-#define __NR_timer_getoverrun		(__NR_Linux + 219)
-#define __NR_timer_delete		(__NR_Linux + 220)
-#define __NR_clock_settime		(__NR_Linux + 221)
-#define __NR_clock_gettime		(__NR_Linux + 222)
-#define __NR_clock_getres		(__NR_Linux + 223)
-#define __NR_clock_nanosleep		(__NR_Linux + 224)
-#define __NR_tgkill			(__NR_Linux + 225)
-#define __NR_utimes			(__NR_Linux + 226)
-#define __NR_mbind			(__NR_Linux + 227)
-#define __NR_get_mempolicy		(__NR_Linux + 228)
-#define __NR_set_mempolicy		(__NR_Linux + 229)
-#define __NR_mq_open			(__NR_Linux + 230)
-#define __NR_mq_unlink			(__NR_Linux + 231)
-#define __NR_mq_timedsend		(__NR_Linux + 232)
-#define __NR_mq_timedreceive		(__NR_Linux + 233)
-#define __NR_mq_notify			(__NR_Linux + 234)
-#define __NR_mq_getsetattr		(__NR_Linux + 235)
-#define __NR_vserver			(__NR_Linux + 236)
-#define __NR_waitid			(__NR_Linux + 237)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 238) */
-#define __NR_add_key			(__NR_Linux + 239)
-#define __NR_request_key		(__NR_Linux + 240)
-#define __NR_keyctl			(__NR_Linux + 241)
-#define __NR_set_thread_area		(__NR_Linux + 242)
-#define __NR_inotify_init		(__NR_Linux + 243)
-#define __NR_inotify_add_watch		(__NR_Linux + 244)
-#define __NR_inotify_rm_watch		(__NR_Linux + 245)
-#define __NR_migrate_pages		(__NR_Linux + 246)
-#define __NR_openat			(__NR_Linux + 247)
-#define __NR_mkdirat			(__NR_Linux + 248)
-#define __NR_mknodat			(__NR_Linux + 249)
-#define __NR_fchownat			(__NR_Linux + 250)
-#define __NR_futimesat			(__NR_Linux + 251)
-#define __NR_newfstatat			(__NR_Linux + 252)
-#define __NR_unlinkat			(__NR_Linux + 253)
-#define __NR_renameat			(__NR_Linux + 254)
-#define __NR_linkat			(__NR_Linux + 255)
-#define __NR_symlinkat			(__NR_Linux + 256)
-#define __NR_readlinkat			(__NR_Linux + 257)
-#define __NR_fchmodat			(__NR_Linux + 258)
-#define __NR_faccessat			(__NR_Linux + 259)
-#define __NR_pselect6			(__NR_Linux + 260)
-#define __NR_ppoll			(__NR_Linux + 261)
-#define __NR_unshare			(__NR_Linux + 262)
-#define __NR_splice			(__NR_Linux + 263)
-#define __NR_sync_file_range		(__NR_Linux + 264)
-#define __NR_tee			(__NR_Linux + 265)
-#define __NR_vmsplice			(__NR_Linux + 266)
-#define __NR_move_pages			(__NR_Linux + 267)
-#define __NR_set_robust_list		(__NR_Linux + 268)
-#define __NR_get_robust_list		(__NR_Linux + 269)
-#define __NR_kexec_load			(__NR_Linux + 270)
-#define __NR_getcpu			(__NR_Linux + 271)
-#define __NR_epoll_pwait		(__NR_Linux + 272)
-#define __NR_ioprio_set			(__NR_Linux + 273)
-#define __NR_ioprio_get			(__NR_Linux + 274)
-#define __NR_utimensat			(__NR_Linux + 275)
-#define __NR_signalfd			(__NR_Linux + 276)
-#define __NR_timerfd			(__NR_Linux + 277)
-#define __NR_eventfd			(__NR_Linux + 278)
-#define __NR_fallocate			(__NR_Linux + 279)
-#define __NR_timerfd_create		(__NR_Linux + 280)
-#define __NR_timerfd_gettime		(__NR_Linux + 281)
-#define __NR_timerfd_settime		(__NR_Linux + 282)
-#define __NR_signalfd4			(__NR_Linux + 283)
-#define __NR_eventfd2			(__NR_Linux + 284)
-#define __NR_epoll_create1		(__NR_Linux + 285)
-#define __NR_dup3			(__NR_Linux + 286)
-#define __NR_pipe2			(__NR_Linux + 287)
-#define __NR_inotify_init1		(__NR_Linux + 288)
-#define __NR_preadv			(__NR_Linux + 289)
-#define __NR_pwritev			(__NR_Linux + 290)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 291)
-#define __NR_perf_event_open		(__NR_Linux + 292)
-#define __NR_accept4			(__NR_Linux + 293)
-#define __NR_recvmmsg			(__NR_Linux + 294)
-#define __NR_fanotify_init		(__NR_Linux + 295)
-#define __NR_fanotify_mark		(__NR_Linux + 296)
-#define __NR_prlimit64			(__NR_Linux + 297)
-#define __NR_name_to_handle_at		(__NR_Linux + 298)
-#define __NR_open_by_handle_at		(__NR_Linux + 299)
-#define __NR_clock_adjtime		(__NR_Linux + 300)
-#define __NR_syncfs			(__NR_Linux + 301)
-#define __NR_sendmmsg			(__NR_Linux + 302)
-#define __NR_setns			(__NR_Linux + 303)
-#define __NR_process_vm_readv		(__NR_Linux + 304)
-#define __NR_process_vm_writev		(__NR_Linux + 305)
-#define __NR_kcmp			(__NR_Linux + 306)
-#define __NR_finit_module		(__NR_Linux + 307)
-#define __NR_getdents64			(__NR_Linux + 308)
-#define __NR_sched_setattr		(__NR_Linux + 309)
-#define __NR_sched_getattr		(__NR_Linux + 310)
-#define __NR_renameat2			(__NR_Linux + 311)
-#define __NR_seccomp			(__NR_Linux + 312)
-#define __NR_getrandom			(__NR_Linux + 313)
-#define __NR_memfd_create		(__NR_Linux + 314)
-#define __NR_bpf			(__NR_Linux + 315)
-#define __NR_execveat			(__NR_Linux + 316)
-#define __NR_userfaultfd		(__NR_Linux + 317)
-#define __NR_membarrier			(__NR_Linux + 318)
-#define __NR_mlock2			(__NR_Linux + 319)
-#define __NR_copy_file_range		(__NR_Linux + 320)
-#define __NR_preadv2			(__NR_Linux + 321)
-#define __NR_pwritev2			(__NR_Linux + 322)
-#define __NR_pkey_mprotect		(__NR_Linux + 323)
-#define __NR_pkey_alloc			(__NR_Linux + 324)
-#define __NR_pkey_free			(__NR_Linux + 325)
-#define __NR_statx			(__NR_Linux + 326)
-#define __NR_rseq			(__NR_Linux + 327)
-#define __NR_io_pgetevents		(__NR_Linux + 328)
-
-/*
- * Offset of the last Linux 64-bit flavoured syscall
- */
-#define __NR_Linux_syscalls		328
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
-
-#define __NR_64_Linux			5000
-#define __NR_64_Linux_syscalls		328
-
-#if _MIPS_SIM == _MIPS_SIM_NABI32
-
-/*
- * Linux N32 syscalls are in the range from 6000 to 6999.
- */
-#define __NR_Linux			6000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_fcntl64			(__NR_Linux + 212)
-#define __NR_set_tid_address		(__NR_Linux + 213)
-#define __NR_restart_syscall		(__NR_Linux + 214)
-#define __NR_semtimedop			(__NR_Linux + 215)
-#define __NR_fadvise64			(__NR_Linux + 216)
-#define __NR_statfs64			(__NR_Linux + 217)
-#define __NR_fstatfs64			(__NR_Linux + 218)
-#define __NR_sendfile64			(__NR_Linux + 219)
-#define __NR_timer_create		(__NR_Linux + 220)
-#define __NR_timer_settime		(__NR_Linux + 221)
-#define __NR_timer_gettime		(__NR_Linux + 222)
-#define __NR_timer_getoverrun		(__NR_Linux + 223)
-#define __NR_timer_delete		(__NR_Linux + 224)
-#define __NR_clock_settime		(__NR_Linux + 225)
-#define __NR_clock_gettime		(__NR_Linux + 226)
-#define __NR_clock_getres		(__NR_Linux + 227)
-#define __NR_clock_nanosleep		(__NR_Linux + 228)
-#define __NR_tgkill			(__NR_Linux + 229)
-#define __NR_utimes			(__NR_Linux + 230)
-#define __NR_mbind			(__NR_Linux + 231)
-#define __NR_get_mempolicy		(__NR_Linux + 232)
-#define __NR_set_mempolicy		(__NR_Linux + 233)
-#define __NR_mq_open			(__NR_Linux + 234)
-#define __NR_mq_unlink			(__NR_Linux + 235)
-#define __NR_mq_timedsend		(__NR_Linux + 236)
-#define __NR_mq_timedreceive		(__NR_Linux + 237)
-#define __NR_mq_notify			(__NR_Linux + 238)
-#define __NR_mq_getsetattr		(__NR_Linux + 239)
-#define __NR_vserver			(__NR_Linux + 240)
-#define __NR_waitid			(__NR_Linux + 241)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 242) */
-#define __NR_add_key			(__NR_Linux + 243)
-#define __NR_request_key		(__NR_Linux + 244)
-#define __NR_keyctl			(__NR_Linux + 245)
-#define __NR_set_thread_area		(__NR_Linux + 246)
-#define __NR_inotify_init		(__NR_Linux + 247)
-#define __NR_inotify_add_watch		(__NR_Linux + 248)
-#define __NR_inotify_rm_watch		(__NR_Linux + 249)
-#define __NR_migrate_pages		(__NR_Linux + 250)
-#define __NR_openat			(__NR_Linux + 251)
-#define __NR_mkdirat			(__NR_Linux + 252)
-#define __NR_mknodat			(__NR_Linux + 253)
-#define __NR_fchownat			(__NR_Linux + 254)
-#define __NR_futimesat			(__NR_Linux + 255)
-#define __NR_newfstatat			(__NR_Linux + 256)
-#define __NR_unlinkat			(__NR_Linux + 257)
-#define __NR_renameat			(__NR_Linux + 258)
-#define __NR_linkat			(__NR_Linux + 259)
-#define __NR_symlinkat			(__NR_Linux + 260)
-#define __NR_readlinkat			(__NR_Linux + 261)
-#define __NR_fchmodat			(__NR_Linux + 262)
-#define __NR_faccessat			(__NR_Linux + 263)
-#define __NR_pselect6			(__NR_Linux + 264)
-#define __NR_ppoll			(__NR_Linux + 265)
-#define __NR_unshare			(__NR_Linux + 266)
-#define __NR_splice			(__NR_Linux + 267)
-#define __NR_sync_file_range		(__NR_Linux + 268)
-#define __NR_tee			(__NR_Linux + 269)
-#define __NR_vmsplice			(__NR_Linux + 270)
-#define __NR_move_pages			(__NR_Linux + 271)
-#define __NR_set_robust_list		(__NR_Linux + 272)
-#define __NR_get_robust_list		(__NR_Linux + 273)
-#define __NR_kexec_load			(__NR_Linux + 274)
-#define __NR_getcpu			(__NR_Linux + 275)
-#define __NR_epoll_pwait		(__NR_Linux + 276)
-#define __NR_ioprio_set			(__NR_Linux + 277)
-#define __NR_ioprio_get			(__NR_Linux + 278)
-#define __NR_utimensat			(__NR_Linux + 279)
-#define __NR_signalfd			(__NR_Linux + 280)
-#define __NR_timerfd			(__NR_Linux + 281)
-#define __NR_eventfd			(__NR_Linux + 282)
-#define __NR_fallocate			(__NR_Linux + 283)
-#define __NR_timerfd_create		(__NR_Linux + 284)
-#define __NR_timerfd_gettime		(__NR_Linux + 285)
-#define __NR_timerfd_settime		(__NR_Linux + 286)
-#define __NR_signalfd4			(__NR_Linux + 287)
-#define __NR_eventfd2			(__NR_Linux + 288)
-#define __NR_epoll_create1		(__NR_Linux + 289)
-#define __NR_dup3			(__NR_Linux + 290)
-#define __NR_pipe2			(__NR_Linux + 291)
-#define __NR_inotify_init1		(__NR_Linux + 292)
-#define __NR_preadv			(__NR_Linux + 293)
-#define __NR_pwritev			(__NR_Linux + 294)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 295)
-#define __NR_perf_event_open		(__NR_Linux + 296)
-#define __NR_accept4			(__NR_Linux + 297)
-#define __NR_recvmmsg			(__NR_Linux + 298)
-#define __NR_getdents64			(__NR_Linux + 299)
-#define __NR_fanotify_init		(__NR_Linux + 300)
-#define __NR_fanotify_mark		(__NR_Linux + 301)
-#define __NR_prlimit64			(__NR_Linux + 302)
-#define __NR_name_to_handle_at		(__NR_Linux + 303)
-#define __NR_open_by_handle_at		(__NR_Linux + 304)
-#define __NR_clock_adjtime		(__NR_Linux + 305)
-#define __NR_syncfs			(__NR_Linux + 306)
-#define __NR_sendmmsg			(__NR_Linux + 307)
-#define __NR_setns			(__NR_Linux + 308)
-#define __NR_process_vm_readv		(__NR_Linux + 309)
-#define __NR_process_vm_writev		(__NR_Linux + 310)
-#define __NR_kcmp			(__NR_Linux + 311)
-#define __NR_finit_module		(__NR_Linux + 312)
-#define __NR_sched_setattr		(__NR_Linux + 313)
-#define __NR_sched_getattr		(__NR_Linux + 314)
-#define __NR_renameat2			(__NR_Linux + 315)
-#define __NR_seccomp			(__NR_Linux + 316)
-#define __NR_getrandom			(__NR_Linux + 317)
-#define __NR_memfd_create		(__NR_Linux + 318)
-#define __NR_bpf			(__NR_Linux + 319)
-#define __NR_execveat			(__NR_Linux + 320)
-#define __NR_userfaultfd		(__NR_Linux + 321)
-#define __NR_membarrier			(__NR_Linux + 322)
-#define __NR_mlock2			(__NR_Linux + 323)
-#define __NR_copy_file_range		(__NR_Linux + 324)
-#define __NR_preadv2			(__NR_Linux + 325)
-#define __NR_pwritev2			(__NR_Linux + 326)
-#define __NR_pkey_mprotect		(__NR_Linux + 327)
-#define __NR_pkey_alloc			(__NR_Linux + 328)
-#define __NR_pkey_free			(__NR_Linux + 329)
-#define __NR_statx			(__NR_Linux + 330)
-#define __NR_rseq			(__NR_Linux + 331)
-#define __NR_io_pgetevents		(__NR_Linux + 332)
-
-/*
- * Offset of the last N32 flavoured syscall
- */
-#define __NR_Linux_syscalls		332
-
-#endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */
-
-#define __NR_N32_Linux			6000
-#define __NR_N32_Linux_syscalls		332
-
-#endif /* _UAPI_ASM_UNISTD_H */
libc/include/mipsel-linux-musl/asm/auxvec.h โ†’ libc/include/mipsel-linux-any/asm/auxvec.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/bitsperlong.h โ†’ libc/include/mipsel-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/byteorder.h โ†’ libc/include/mipsel-linux-any/asm/byteorder.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/errno.h โ†’ libc/include/mipsel-linux-any/asm/errno.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/fcntl.h โ†’ libc/include/mipsel-linux-any/asm/fcntl.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/hwcap.h โ†’ libc/include/mipsel-linux-any/asm/hwcap.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/ioctl.h โ†’ libc/include/mipsel-linux-any/asm/ioctl.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/ioctls.h โ†’ libc/include/mipsel-linux-any/asm/ioctls.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/kvm.h โ†’ libc/include/mipsel-linux-any/asm/kvm.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/kvm_para.h โ†’ libc/include/mipsel-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/mman.h โ†’ libc/include/mipsel-linux-any/asm/mman.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/msgbuf.h โ†’ libc/include/mipsel-linux-any/asm/msgbuf.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/param.h โ†’ libc/include/mipsel-linux-any/asm/param.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/poll.h โ†’ libc/include/mipsel-linux-any/asm/poll.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/posix_types.h โ†’ libc/include/mipsel-linux-any/asm/posix_types.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/ptrace.h โ†’ libc/include/mipsel-linux-any/asm/ptrace.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/resource.h โ†’ libc/include/mipsel-linux-any/asm/resource.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/sembuf.h โ†’ libc/include/mipsel-linux-any/asm/sembuf.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/setup.h โ†’ libc/include/mipsel-linux-any/asm/setup.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/shmbuf.h โ†’ libc/include/mipsel-linux-any/asm/shmbuf.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/sigcontext.h โ†’ libc/include/mipsel-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/siginfo.h โ†’ libc/include/mipsel-linux-any/asm/siginfo.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/signal.h โ†’ libc/include/mipsel-linux-any/asm/signal.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/socket.h โ†’ libc/include/mipsel-linux-any/asm/socket.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/sockios.h โ†’ libc/include/mipsel-linux-any/asm/sockios.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/stat.h โ†’ libc/include/mipsel-linux-any/asm/stat.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/statfs.h โ†’ libc/include/mipsel-linux-any/asm/statfs.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/swab.h โ†’ libc/include/mipsel-linux-any/asm/swab.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/termbits.h โ†’ libc/include/mipsel-linux-any/asm/termbits.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/termios.h โ†’ libc/include/mipsel-linux-any/asm/termios.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/types.h โ†’ libc/include/mipsel-linux-any/asm/types.h
File renamed without changes
libc/include/mipsel-linux-musl/asm/unistd.h โ†’ libc/include/mipsel-linux-any/asm/unistd.h
File renamed without changes
libc/include/mipsel-linux-gnu/asm/sgidefs.h
@@ -1,45 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1996, 1999, 2001 Ralf Baechle
- * Copyright (C) 1999 Silicon Graphics, Inc.
- * Copyright (C) 2001 MIPS Technologies, Inc.
- */
-#ifndef __ASM_SGIDEFS_H
-#define __ASM_SGIDEFS_H
-
-/*
- * Using a Linux compiler for building Linux seems logic but not to
- * everybody.
- */
-#ifndef __linux__
-#error Use a Linux compiler or give up.
-#endif
-
-/*
- * Definitions for the ISA levels
- *
- * With the introduction of MIPS32 / MIPS64 instruction sets definitions
- * MIPS ISAs are no longer subsets of each other.  Therefore comparisons
- * on these symbols except with == may result in unexpected results and
- * are forbidden!
- */
-#define _MIPS_ISA_MIPS1		1
-#define _MIPS_ISA_MIPS2		2
-#define _MIPS_ISA_MIPS3		3
-#define _MIPS_ISA_MIPS4		4
-#define _MIPS_ISA_MIPS5		5
-#define _MIPS_ISA_MIPS32	6
-#define _MIPS_ISA_MIPS64	7
-
-/*
- * Subprogram calling convention
- */
-#define _MIPS_SIM_ABI32		1
-#define _MIPS_SIM_NABI32	2
-#define _MIPS_SIM_ABI64		3
-
-#endif /* __ASM_SGIDEFS_H */
libc/include/mipsel-linux-gnu/asm/unistd.h
@@ -1,1101 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1995, 96, 97, 98, 99, 2000 by Ralf Baechle
- * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
- *
- * Changed system calls macros _syscall5 - _syscall7 to push args 5 to 7 onto
- * the stack. Robin Farine for ACN S.A, Copyright (C) 1996 by ACN S.A
- */
-#ifndef _UAPI_ASM_UNISTD_H
-#define _UAPI_ASM_UNISTD_H
-
-#include <asm/sgidefs.h>
-
-#if _MIPS_SIM == _MIPS_SIM_ABI32
-
-/*
- * Linux o32 style syscalls are in the range from 4000 to 4999.
- */
-#define __NR_Linux			4000
-#define __NR_syscall			(__NR_Linux +	0)
-#define __NR_exit			(__NR_Linux +	1)
-#define __NR_fork			(__NR_Linux +	2)
-#define __NR_read			(__NR_Linux +	3)
-#define __NR_write			(__NR_Linux +	4)
-#define __NR_open			(__NR_Linux +	5)
-#define __NR_close			(__NR_Linux +	6)
-#define __NR_waitpid			(__NR_Linux +	7)
-#define __NR_creat			(__NR_Linux +	8)
-#define __NR_link			(__NR_Linux +	9)
-#define __NR_unlink			(__NR_Linux +  10)
-#define __NR_execve			(__NR_Linux +  11)
-#define __NR_chdir			(__NR_Linux +  12)
-#define __NR_time			(__NR_Linux +  13)
-#define __NR_mknod			(__NR_Linux +  14)
-#define __NR_chmod			(__NR_Linux +  15)
-#define __NR_lchown			(__NR_Linux +  16)
-#define __NR_break			(__NR_Linux +  17)
-#define __NR_unused18			(__NR_Linux +  18)
-#define __NR_lseek			(__NR_Linux +  19)
-#define __NR_getpid			(__NR_Linux +  20)
-#define __NR_mount			(__NR_Linux +  21)
-#define __NR_umount			(__NR_Linux +  22)
-#define __NR_setuid			(__NR_Linux +  23)
-#define __NR_getuid			(__NR_Linux +  24)
-#define __NR_stime			(__NR_Linux +  25)
-#define __NR_ptrace			(__NR_Linux +  26)
-#define __NR_alarm			(__NR_Linux +  27)
-#define __NR_unused28			(__NR_Linux +  28)
-#define __NR_pause			(__NR_Linux +  29)
-#define __NR_utime			(__NR_Linux +  30)
-#define __NR_stty			(__NR_Linux +  31)
-#define __NR_gtty			(__NR_Linux +  32)
-#define __NR_access			(__NR_Linux +  33)
-#define __NR_nice			(__NR_Linux +  34)
-#define __NR_ftime			(__NR_Linux +  35)
-#define __NR_sync			(__NR_Linux +  36)
-#define __NR_kill			(__NR_Linux +  37)
-#define __NR_rename			(__NR_Linux +  38)
-#define __NR_mkdir			(__NR_Linux +  39)
-#define __NR_rmdir			(__NR_Linux +  40)
-#define __NR_dup			(__NR_Linux +  41)
-#define __NR_pipe			(__NR_Linux +  42)
-#define __NR_times			(__NR_Linux +  43)
-#define __NR_prof			(__NR_Linux +  44)
-#define __NR_brk			(__NR_Linux +  45)
-#define __NR_setgid			(__NR_Linux +  46)
-#define __NR_getgid			(__NR_Linux +  47)
-#define __NR_signal			(__NR_Linux +  48)
-#define __NR_geteuid			(__NR_Linux +  49)
-#define __NR_getegid			(__NR_Linux +  50)
-#define __NR_acct			(__NR_Linux +  51)
-#define __NR_umount2			(__NR_Linux +  52)
-#define __NR_lock			(__NR_Linux +  53)
-#define __NR_ioctl			(__NR_Linux +  54)
-#define __NR_fcntl			(__NR_Linux +  55)
-#define __NR_mpx			(__NR_Linux +  56)
-#define __NR_setpgid			(__NR_Linux +  57)
-#define __NR_ulimit			(__NR_Linux +  58)
-#define __NR_unused59			(__NR_Linux +  59)
-#define __NR_umask			(__NR_Linux +  60)
-#define __NR_chroot			(__NR_Linux +  61)
-#define __NR_ustat			(__NR_Linux +  62)
-#define __NR_dup2			(__NR_Linux +  63)
-#define __NR_getppid			(__NR_Linux +  64)
-#define __NR_getpgrp			(__NR_Linux +  65)
-#define __NR_setsid			(__NR_Linux +  66)
-#define __NR_sigaction			(__NR_Linux +  67)
-#define __NR_sgetmask			(__NR_Linux +  68)
-#define __NR_ssetmask			(__NR_Linux +  69)
-#define __NR_setreuid			(__NR_Linux +  70)
-#define __NR_setregid			(__NR_Linux +  71)
-#define __NR_sigsuspend			(__NR_Linux +  72)
-#define __NR_sigpending			(__NR_Linux +  73)
-#define __NR_sethostname		(__NR_Linux +  74)
-#define __NR_setrlimit			(__NR_Linux +  75)
-#define __NR_getrlimit			(__NR_Linux +  76)
-#define __NR_getrusage			(__NR_Linux +  77)
-#define __NR_gettimeofday		(__NR_Linux +  78)
-#define __NR_settimeofday		(__NR_Linux +  79)
-#define __NR_getgroups			(__NR_Linux +  80)
-#define __NR_setgroups			(__NR_Linux +  81)
-#define __NR_reserved82			(__NR_Linux +  82)
-#define __NR_symlink			(__NR_Linux +  83)
-#define __NR_unused84			(__NR_Linux +  84)
-#define __NR_readlink			(__NR_Linux +  85)
-#define __NR_uselib			(__NR_Linux +  86)
-#define __NR_swapon			(__NR_Linux +  87)
-#define __NR_reboot			(__NR_Linux +  88)
-#define __NR_readdir			(__NR_Linux +  89)
-#define __NR_mmap			(__NR_Linux +  90)
-#define __NR_munmap			(__NR_Linux +  91)
-#define __NR_truncate			(__NR_Linux +  92)
-#define __NR_ftruncate			(__NR_Linux +  93)
-#define __NR_fchmod			(__NR_Linux +  94)
-#define __NR_fchown			(__NR_Linux +  95)
-#define __NR_getpriority		(__NR_Linux +  96)
-#define __NR_setpriority		(__NR_Linux +  97)
-#define __NR_profil			(__NR_Linux +  98)
-#define __NR_statfs			(__NR_Linux +  99)
-#define __NR_fstatfs			(__NR_Linux + 100)
-#define __NR_ioperm			(__NR_Linux + 101)
-#define __NR_socketcall			(__NR_Linux + 102)
-#define __NR_syslog			(__NR_Linux + 103)
-#define __NR_setitimer			(__NR_Linux + 104)
-#define __NR_getitimer			(__NR_Linux + 105)
-#define __NR_stat			(__NR_Linux + 106)
-#define __NR_lstat			(__NR_Linux + 107)
-#define __NR_fstat			(__NR_Linux + 108)
-#define __NR_unused109			(__NR_Linux + 109)
-#define __NR_iopl			(__NR_Linux + 110)
-#define __NR_vhangup			(__NR_Linux + 111)
-#define __NR_idle			(__NR_Linux + 112)
-#define __NR_vm86			(__NR_Linux + 113)
-#define __NR_wait4			(__NR_Linux + 114)
-#define __NR_swapoff			(__NR_Linux + 115)
-#define __NR_sysinfo			(__NR_Linux + 116)
-#define __NR_ipc			(__NR_Linux + 117)
-#define __NR_fsync			(__NR_Linux + 118)
-#define __NR_sigreturn			(__NR_Linux + 119)
-#define __NR_clone			(__NR_Linux + 120)
-#define __NR_setdomainname		(__NR_Linux + 121)
-#define __NR_uname			(__NR_Linux + 122)
-#define __NR_modify_ldt			(__NR_Linux + 123)
-#define __NR_adjtimex			(__NR_Linux + 124)
-#define __NR_mprotect			(__NR_Linux + 125)
-#define __NR_sigprocmask		(__NR_Linux + 126)
-#define __NR_create_module		(__NR_Linux + 127)
-#define __NR_init_module		(__NR_Linux + 128)
-#define __NR_delete_module		(__NR_Linux + 129)
-#define __NR_get_kernel_syms		(__NR_Linux + 130)
-#define __NR_quotactl			(__NR_Linux + 131)
-#define __NR_getpgid			(__NR_Linux + 132)
-#define __NR_fchdir			(__NR_Linux + 133)
-#define __NR_bdflush			(__NR_Linux + 134)
-#define __NR_sysfs			(__NR_Linux + 135)
-#define __NR_personality		(__NR_Linux + 136)
-#define __NR_afs_syscall		(__NR_Linux + 137) /* Syscall for Andrew File System */
-#define __NR_setfsuid			(__NR_Linux + 138)
-#define __NR_setfsgid			(__NR_Linux + 139)
-#define __NR__llseek			(__NR_Linux + 140)
-#define __NR_getdents			(__NR_Linux + 141)
-#define __NR__newselect			(__NR_Linux + 142)
-#define __NR_flock			(__NR_Linux + 143)
-#define __NR_msync			(__NR_Linux + 144)
-#define __NR_readv			(__NR_Linux + 145)
-#define __NR_writev			(__NR_Linux + 146)
-#define __NR_cacheflush			(__NR_Linux + 147)
-#define __NR_cachectl			(__NR_Linux + 148)
-#define __NR_sysmips			(__NR_Linux + 149)
-#define __NR_unused150			(__NR_Linux + 150)
-#define __NR_getsid			(__NR_Linux + 151)
-#define __NR_fdatasync			(__NR_Linux + 152)
-#define __NR__sysctl			(__NR_Linux + 153)
-#define __NR_mlock			(__NR_Linux + 154)
-#define __NR_munlock			(__NR_Linux + 155)
-#define __NR_mlockall			(__NR_Linux + 156)
-#define __NR_munlockall			(__NR_Linux + 157)
-#define __NR_sched_setparam		(__NR_Linux + 158)
-#define __NR_sched_getparam		(__NR_Linux + 159)
-#define __NR_sched_setscheduler		(__NR_Linux + 160)
-#define __NR_sched_getscheduler		(__NR_Linux + 161)
-#define __NR_sched_yield		(__NR_Linux + 162)
-#define __NR_sched_get_priority_max	(__NR_Linux + 163)
-#define __NR_sched_get_priority_min	(__NR_Linux + 164)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 165)
-#define __NR_nanosleep			(__NR_Linux + 166)
-#define __NR_mremap			(__NR_Linux + 167)
-#define __NR_accept			(__NR_Linux + 168)
-#define __NR_bind			(__NR_Linux + 169)
-#define __NR_connect			(__NR_Linux + 170)
-#define __NR_getpeername		(__NR_Linux + 171)
-#define __NR_getsockname		(__NR_Linux + 172)
-#define __NR_getsockopt			(__NR_Linux + 173)
-#define __NR_listen			(__NR_Linux + 174)
-#define __NR_recv			(__NR_Linux + 175)
-#define __NR_recvfrom			(__NR_Linux + 176)
-#define __NR_recvmsg			(__NR_Linux + 177)
-#define __NR_send			(__NR_Linux + 178)
-#define __NR_sendmsg			(__NR_Linux + 179)
-#define __NR_sendto			(__NR_Linux + 180)
-#define __NR_setsockopt			(__NR_Linux + 181)
-#define __NR_shutdown			(__NR_Linux + 182)
-#define __NR_socket			(__NR_Linux + 183)
-#define __NR_socketpair			(__NR_Linux + 184)
-#define __NR_setresuid			(__NR_Linux + 185)
-#define __NR_getresuid			(__NR_Linux + 186)
-#define __NR_query_module		(__NR_Linux + 187)
-#define __NR_poll			(__NR_Linux + 188)
-#define __NR_nfsservctl			(__NR_Linux + 189)
-#define __NR_setresgid			(__NR_Linux + 190)
-#define __NR_getresgid			(__NR_Linux + 191)
-#define __NR_prctl			(__NR_Linux + 192)
-#define __NR_rt_sigreturn		(__NR_Linux + 193)
-#define __NR_rt_sigaction		(__NR_Linux + 194)
-#define __NR_rt_sigprocmask		(__NR_Linux + 195)
-#define __NR_rt_sigpending		(__NR_Linux + 196)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 197)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 198)
-#define __NR_rt_sigsuspend		(__NR_Linux + 199)
-#define __NR_pread64			(__NR_Linux + 200)
-#define __NR_pwrite64			(__NR_Linux + 201)
-#define __NR_chown			(__NR_Linux + 202)
-#define __NR_getcwd			(__NR_Linux + 203)
-#define __NR_capget			(__NR_Linux + 204)
-#define __NR_capset			(__NR_Linux + 205)
-#define __NR_sigaltstack		(__NR_Linux + 206)
-#define __NR_sendfile			(__NR_Linux + 207)
-#define __NR_getpmsg			(__NR_Linux + 208)
-#define __NR_putpmsg			(__NR_Linux + 209)
-#define __NR_mmap2			(__NR_Linux + 210)
-#define __NR_truncate64			(__NR_Linux + 211)
-#define __NR_ftruncate64		(__NR_Linux + 212)
-#define __NR_stat64			(__NR_Linux + 213)
-#define __NR_lstat64			(__NR_Linux + 214)
-#define __NR_fstat64			(__NR_Linux + 215)
-#define __NR_pivot_root			(__NR_Linux + 216)
-#define __NR_mincore			(__NR_Linux + 217)
-#define __NR_madvise			(__NR_Linux + 218)
-#define __NR_getdents64			(__NR_Linux + 219)
-#define __NR_fcntl64			(__NR_Linux + 220)
-#define __NR_reserved221		(__NR_Linux + 221)
-#define __NR_gettid			(__NR_Linux + 222)
-#define __NR_readahead			(__NR_Linux + 223)
-#define __NR_setxattr			(__NR_Linux + 224)
-#define __NR_lsetxattr			(__NR_Linux + 225)
-#define __NR_fsetxattr			(__NR_Linux + 226)
-#define __NR_getxattr			(__NR_Linux + 227)
-#define __NR_lgetxattr			(__NR_Linux + 228)
-#define __NR_fgetxattr			(__NR_Linux + 229)
-#define __NR_listxattr			(__NR_Linux + 230)
-#define __NR_llistxattr			(__NR_Linux + 231)
-#define __NR_flistxattr			(__NR_Linux + 232)
-#define __NR_removexattr		(__NR_Linux + 233)
-#define __NR_lremovexattr		(__NR_Linux + 234)
-#define __NR_fremovexattr		(__NR_Linux + 235)
-#define __NR_tkill			(__NR_Linux + 236)
-#define __NR_sendfile64			(__NR_Linux + 237)
-#define __NR_futex			(__NR_Linux + 238)
-#define __NR_sched_setaffinity		(__NR_Linux + 239)
-#define __NR_sched_getaffinity		(__NR_Linux + 240)
-#define __NR_io_setup			(__NR_Linux + 241)
-#define __NR_io_destroy			(__NR_Linux + 242)
-#define __NR_io_getevents		(__NR_Linux + 243)
-#define __NR_io_submit			(__NR_Linux + 244)
-#define __NR_io_cancel			(__NR_Linux + 245)
-#define __NR_exit_group			(__NR_Linux + 246)
-#define __NR_lookup_dcookie		(__NR_Linux + 247)
-#define __NR_epoll_create		(__NR_Linux + 248)
-#define __NR_epoll_ctl			(__NR_Linux + 249)
-#define __NR_epoll_wait			(__NR_Linux + 250)
-#define __NR_remap_file_pages		(__NR_Linux + 251)
-#define __NR_set_tid_address		(__NR_Linux + 252)
-#define __NR_restart_syscall		(__NR_Linux + 253)
-#define __NR_fadvise64			(__NR_Linux + 254)
-#define __NR_statfs64			(__NR_Linux + 255)
-#define __NR_fstatfs64			(__NR_Linux + 256)
-#define __NR_timer_create		(__NR_Linux + 257)
-#define __NR_timer_settime		(__NR_Linux + 258)
-#define __NR_timer_gettime		(__NR_Linux + 259)
-#define __NR_timer_getoverrun		(__NR_Linux + 260)
-#define __NR_timer_delete		(__NR_Linux + 261)
-#define __NR_clock_settime		(__NR_Linux + 262)
-#define __NR_clock_gettime		(__NR_Linux + 263)
-#define __NR_clock_getres		(__NR_Linux + 264)
-#define __NR_clock_nanosleep		(__NR_Linux + 265)
-#define __NR_tgkill			(__NR_Linux + 266)
-#define __NR_utimes			(__NR_Linux + 267)
-#define __NR_mbind			(__NR_Linux + 268)
-#define __NR_get_mempolicy		(__NR_Linux + 269)
-#define __NR_set_mempolicy		(__NR_Linux + 270)
-#define __NR_mq_open			(__NR_Linux + 271)
-#define __NR_mq_unlink			(__NR_Linux + 272)
-#define __NR_mq_timedsend		(__NR_Linux + 273)
-#define __NR_mq_timedreceive		(__NR_Linux + 274)
-#define __NR_mq_notify			(__NR_Linux + 275)
-#define __NR_mq_getsetattr		(__NR_Linux + 276)
-#define __NR_vserver			(__NR_Linux + 277)
-#define __NR_waitid			(__NR_Linux + 278)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 279) */
-#define __NR_add_key			(__NR_Linux + 280)
-#define __NR_request_key		(__NR_Linux + 281)
-#define __NR_keyctl			(__NR_Linux + 282)
-#define __NR_set_thread_area		(__NR_Linux + 283)
-#define __NR_inotify_init		(__NR_Linux + 284)
-#define __NR_inotify_add_watch		(__NR_Linux + 285)
-#define __NR_inotify_rm_watch		(__NR_Linux + 286)
-#define __NR_migrate_pages		(__NR_Linux + 287)
-#define __NR_openat			(__NR_Linux + 288)
-#define __NR_mkdirat			(__NR_Linux + 289)
-#define __NR_mknodat			(__NR_Linux + 290)
-#define __NR_fchownat			(__NR_Linux + 291)
-#define __NR_futimesat			(__NR_Linux + 292)
-#define __NR_fstatat64			(__NR_Linux + 293)
-#define __NR_unlinkat			(__NR_Linux + 294)
-#define __NR_renameat			(__NR_Linux + 295)
-#define __NR_linkat			(__NR_Linux + 296)
-#define __NR_symlinkat			(__NR_Linux + 297)
-#define __NR_readlinkat			(__NR_Linux + 298)
-#define __NR_fchmodat			(__NR_Linux + 299)
-#define __NR_faccessat			(__NR_Linux + 300)
-#define __NR_pselect6			(__NR_Linux + 301)
-#define __NR_ppoll			(__NR_Linux + 302)
-#define __NR_unshare			(__NR_Linux + 303)
-#define __NR_splice			(__NR_Linux + 304)
-#define __NR_sync_file_range		(__NR_Linux + 305)
-#define __NR_tee			(__NR_Linux + 306)
-#define __NR_vmsplice			(__NR_Linux + 307)
-#define __NR_move_pages			(__NR_Linux + 308)
-#define __NR_set_robust_list		(__NR_Linux + 309)
-#define __NR_get_robust_list		(__NR_Linux + 310)
-#define __NR_kexec_load			(__NR_Linux + 311)
-#define __NR_getcpu			(__NR_Linux + 312)
-#define __NR_epoll_pwait		(__NR_Linux + 313)
-#define __NR_ioprio_set			(__NR_Linux + 314)
-#define __NR_ioprio_get			(__NR_Linux + 315)
-#define __NR_utimensat			(__NR_Linux + 316)
-#define __NR_signalfd			(__NR_Linux + 317)
-#define __NR_timerfd			(__NR_Linux + 318)
-#define __NR_eventfd			(__NR_Linux + 319)
-#define __NR_fallocate			(__NR_Linux + 320)
-#define __NR_timerfd_create		(__NR_Linux + 321)
-#define __NR_timerfd_gettime		(__NR_Linux + 322)
-#define __NR_timerfd_settime		(__NR_Linux + 323)
-#define __NR_signalfd4			(__NR_Linux + 324)
-#define __NR_eventfd2			(__NR_Linux + 325)
-#define __NR_epoll_create1		(__NR_Linux + 326)
-#define __NR_dup3			(__NR_Linux + 327)
-#define __NR_pipe2			(__NR_Linux + 328)
-#define __NR_inotify_init1		(__NR_Linux + 329)
-#define __NR_preadv			(__NR_Linux + 330)
-#define __NR_pwritev			(__NR_Linux + 331)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 332)
-#define __NR_perf_event_open		(__NR_Linux + 333)
-#define __NR_accept4			(__NR_Linux + 334)
-#define __NR_recvmmsg			(__NR_Linux + 335)
-#define __NR_fanotify_init		(__NR_Linux + 336)
-#define __NR_fanotify_mark		(__NR_Linux + 337)
-#define __NR_prlimit64			(__NR_Linux + 338)
-#define __NR_name_to_handle_at		(__NR_Linux + 339)
-#define __NR_open_by_handle_at		(__NR_Linux + 340)
-#define __NR_clock_adjtime		(__NR_Linux + 341)
-#define __NR_syncfs			(__NR_Linux + 342)
-#define __NR_sendmmsg			(__NR_Linux + 343)
-#define __NR_setns			(__NR_Linux + 344)
-#define __NR_process_vm_readv		(__NR_Linux + 345)
-#define __NR_process_vm_writev		(__NR_Linux + 346)
-#define __NR_kcmp			(__NR_Linux + 347)
-#define __NR_finit_module		(__NR_Linux + 348)
-#define __NR_sched_setattr		(__NR_Linux + 349)
-#define __NR_sched_getattr		(__NR_Linux + 350)
-#define __NR_renameat2			(__NR_Linux + 351)
-#define __NR_seccomp			(__NR_Linux + 352)
-#define __NR_getrandom			(__NR_Linux + 353)
-#define __NR_memfd_create		(__NR_Linux + 354)
-#define __NR_bpf			(__NR_Linux + 355)
-#define __NR_execveat			(__NR_Linux + 356)
-#define __NR_userfaultfd		(__NR_Linux + 357)
-#define __NR_membarrier			(__NR_Linux + 358)
-#define __NR_mlock2			(__NR_Linux + 359)
-#define __NR_copy_file_range		(__NR_Linux + 360)
-#define __NR_preadv2			(__NR_Linux + 361)
-#define __NR_pwritev2			(__NR_Linux + 362)
-#define __NR_pkey_mprotect		(__NR_Linux + 363)
-#define __NR_pkey_alloc			(__NR_Linux + 364)
-#define __NR_pkey_free			(__NR_Linux + 365)
-#define __NR_statx			(__NR_Linux + 366)
-#define __NR_rseq			(__NR_Linux + 367)
-#define __NR_io_pgetevents		(__NR_Linux + 368)
-
-
-/*
- * Offset of the last Linux o32 flavoured syscall
- */
-#define __NR_Linux_syscalls		368
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
-
-#define __NR_O32_Linux			4000
-#define __NR_O32_Linux_syscalls		368
-
-#if _MIPS_SIM == _MIPS_SIM_ABI64
-
-/*
- * Linux 64-bit syscalls are in the range from 5000 to 5999.
- */
-#define __NR_Linux			5000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_set_tid_address		(__NR_Linux + 212)
-#define __NR_restart_syscall		(__NR_Linux + 213)
-#define __NR_semtimedop			(__NR_Linux + 214)
-#define __NR_fadvise64			(__NR_Linux + 215)
-#define __NR_timer_create		(__NR_Linux + 216)
-#define __NR_timer_settime		(__NR_Linux + 217)
-#define __NR_timer_gettime		(__NR_Linux + 218)
-#define __NR_timer_getoverrun		(__NR_Linux + 219)
-#define __NR_timer_delete		(__NR_Linux + 220)
-#define __NR_clock_settime		(__NR_Linux + 221)
-#define __NR_clock_gettime		(__NR_Linux + 222)
-#define __NR_clock_getres		(__NR_Linux + 223)
-#define __NR_clock_nanosleep		(__NR_Linux + 224)
-#define __NR_tgkill			(__NR_Linux + 225)
-#define __NR_utimes			(__NR_Linux + 226)
-#define __NR_mbind			(__NR_Linux + 227)
-#define __NR_get_mempolicy		(__NR_Linux + 228)
-#define __NR_set_mempolicy		(__NR_Linux + 229)
-#define __NR_mq_open			(__NR_Linux + 230)
-#define __NR_mq_unlink			(__NR_Linux + 231)
-#define __NR_mq_timedsend		(__NR_Linux + 232)
-#define __NR_mq_timedreceive		(__NR_Linux + 233)
-#define __NR_mq_notify			(__NR_Linux + 234)
-#define __NR_mq_getsetattr		(__NR_Linux + 235)
-#define __NR_vserver			(__NR_Linux + 236)
-#define __NR_waitid			(__NR_Linux + 237)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 238) */
-#define __NR_add_key			(__NR_Linux + 239)
-#define __NR_request_key		(__NR_Linux + 240)
-#define __NR_keyctl			(__NR_Linux + 241)
-#define __NR_set_thread_area		(__NR_Linux + 242)
-#define __NR_inotify_init		(__NR_Linux + 243)
-#define __NR_inotify_add_watch		(__NR_Linux + 244)
-#define __NR_inotify_rm_watch		(__NR_Linux + 245)
-#define __NR_migrate_pages		(__NR_Linux + 246)
-#define __NR_openat			(__NR_Linux + 247)
-#define __NR_mkdirat			(__NR_Linux + 248)
-#define __NR_mknodat			(__NR_Linux + 249)
-#define __NR_fchownat			(__NR_Linux + 250)
-#define __NR_futimesat			(__NR_Linux + 251)
-#define __NR_newfstatat			(__NR_Linux + 252)
-#define __NR_unlinkat			(__NR_Linux + 253)
-#define __NR_renameat			(__NR_Linux + 254)
-#define __NR_linkat			(__NR_Linux + 255)
-#define __NR_symlinkat			(__NR_Linux + 256)
-#define __NR_readlinkat			(__NR_Linux + 257)
-#define __NR_fchmodat			(__NR_Linux + 258)
-#define __NR_faccessat			(__NR_Linux + 259)
-#define __NR_pselect6			(__NR_Linux + 260)
-#define __NR_ppoll			(__NR_Linux + 261)
-#define __NR_unshare			(__NR_Linux + 262)
-#define __NR_splice			(__NR_Linux + 263)
-#define __NR_sync_file_range		(__NR_Linux + 264)
-#define __NR_tee			(__NR_Linux + 265)
-#define __NR_vmsplice			(__NR_Linux + 266)
-#define __NR_move_pages			(__NR_Linux + 267)
-#define __NR_set_robust_list		(__NR_Linux + 268)
-#define __NR_get_robust_list		(__NR_Linux + 269)
-#define __NR_kexec_load			(__NR_Linux + 270)
-#define __NR_getcpu			(__NR_Linux + 271)
-#define __NR_epoll_pwait		(__NR_Linux + 272)
-#define __NR_ioprio_set			(__NR_Linux + 273)
-#define __NR_ioprio_get			(__NR_Linux + 274)
-#define __NR_utimensat			(__NR_Linux + 275)
-#define __NR_signalfd			(__NR_Linux + 276)
-#define __NR_timerfd			(__NR_Linux + 277)
-#define __NR_eventfd			(__NR_Linux + 278)
-#define __NR_fallocate			(__NR_Linux + 279)
-#define __NR_timerfd_create		(__NR_Linux + 280)
-#define __NR_timerfd_gettime		(__NR_Linux + 281)
-#define __NR_timerfd_settime		(__NR_Linux + 282)
-#define __NR_signalfd4			(__NR_Linux + 283)
-#define __NR_eventfd2			(__NR_Linux + 284)
-#define __NR_epoll_create1		(__NR_Linux + 285)
-#define __NR_dup3			(__NR_Linux + 286)
-#define __NR_pipe2			(__NR_Linux + 287)
-#define __NR_inotify_init1		(__NR_Linux + 288)
-#define __NR_preadv			(__NR_Linux + 289)
-#define __NR_pwritev			(__NR_Linux + 290)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 291)
-#define __NR_perf_event_open		(__NR_Linux + 292)
-#define __NR_accept4			(__NR_Linux + 293)
-#define __NR_recvmmsg			(__NR_Linux + 294)
-#define __NR_fanotify_init		(__NR_Linux + 295)
-#define __NR_fanotify_mark		(__NR_Linux + 296)
-#define __NR_prlimit64			(__NR_Linux + 297)
-#define __NR_name_to_handle_at		(__NR_Linux + 298)
-#define __NR_open_by_handle_at		(__NR_Linux + 299)
-#define __NR_clock_adjtime		(__NR_Linux + 300)
-#define __NR_syncfs			(__NR_Linux + 301)
-#define __NR_sendmmsg			(__NR_Linux + 302)
-#define __NR_setns			(__NR_Linux + 303)
-#define __NR_process_vm_readv		(__NR_Linux + 304)
-#define __NR_process_vm_writev		(__NR_Linux + 305)
-#define __NR_kcmp			(__NR_Linux + 306)
-#define __NR_finit_module		(__NR_Linux + 307)
-#define __NR_getdents64			(__NR_Linux + 308)
-#define __NR_sched_setattr		(__NR_Linux + 309)
-#define __NR_sched_getattr		(__NR_Linux + 310)
-#define __NR_renameat2			(__NR_Linux + 311)
-#define __NR_seccomp			(__NR_Linux + 312)
-#define __NR_getrandom			(__NR_Linux + 313)
-#define __NR_memfd_create		(__NR_Linux + 314)
-#define __NR_bpf			(__NR_Linux + 315)
-#define __NR_execveat			(__NR_Linux + 316)
-#define __NR_userfaultfd		(__NR_Linux + 317)
-#define __NR_membarrier			(__NR_Linux + 318)
-#define __NR_mlock2			(__NR_Linux + 319)
-#define __NR_copy_file_range		(__NR_Linux + 320)
-#define __NR_preadv2			(__NR_Linux + 321)
-#define __NR_pwritev2			(__NR_Linux + 322)
-#define __NR_pkey_mprotect		(__NR_Linux + 323)
-#define __NR_pkey_alloc			(__NR_Linux + 324)
-#define __NR_pkey_free			(__NR_Linux + 325)
-#define __NR_statx			(__NR_Linux + 326)
-#define __NR_rseq			(__NR_Linux + 327)
-#define __NR_io_pgetevents		(__NR_Linux + 328)
-
-/*
- * Offset of the last Linux 64-bit flavoured syscall
- */
-#define __NR_Linux_syscalls		328
-
-#endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
-
-#define __NR_64_Linux			5000
-#define __NR_64_Linux_syscalls		328
-
-#if _MIPS_SIM == _MIPS_SIM_NABI32
-
-/*
- * Linux N32 syscalls are in the range from 6000 to 6999.
- */
-#define __NR_Linux			6000
-#define __NR_read			(__NR_Linux +	0)
-#define __NR_write			(__NR_Linux +	1)
-#define __NR_open			(__NR_Linux +	2)
-#define __NR_close			(__NR_Linux +	3)
-#define __NR_stat			(__NR_Linux +	4)
-#define __NR_fstat			(__NR_Linux +	5)
-#define __NR_lstat			(__NR_Linux +	6)
-#define __NR_poll			(__NR_Linux +	7)
-#define __NR_lseek			(__NR_Linux +	8)
-#define __NR_mmap			(__NR_Linux +	9)
-#define __NR_mprotect			(__NR_Linux +  10)
-#define __NR_munmap			(__NR_Linux +  11)
-#define __NR_brk			(__NR_Linux +  12)
-#define __NR_rt_sigaction		(__NR_Linux +  13)
-#define __NR_rt_sigprocmask		(__NR_Linux +  14)
-#define __NR_ioctl			(__NR_Linux +  15)
-#define __NR_pread64			(__NR_Linux +  16)
-#define __NR_pwrite64			(__NR_Linux +  17)
-#define __NR_readv			(__NR_Linux +  18)
-#define __NR_writev			(__NR_Linux +  19)
-#define __NR_access			(__NR_Linux +  20)
-#define __NR_pipe			(__NR_Linux +  21)
-#define __NR__newselect			(__NR_Linux +  22)
-#define __NR_sched_yield		(__NR_Linux +  23)
-#define __NR_mremap			(__NR_Linux +  24)
-#define __NR_msync			(__NR_Linux +  25)
-#define __NR_mincore			(__NR_Linux +  26)
-#define __NR_madvise			(__NR_Linux +  27)
-#define __NR_shmget			(__NR_Linux +  28)
-#define __NR_shmat			(__NR_Linux +  29)
-#define __NR_shmctl			(__NR_Linux +  30)
-#define __NR_dup			(__NR_Linux +  31)
-#define __NR_dup2			(__NR_Linux +  32)
-#define __NR_pause			(__NR_Linux +  33)
-#define __NR_nanosleep			(__NR_Linux +  34)
-#define __NR_getitimer			(__NR_Linux +  35)
-#define __NR_setitimer			(__NR_Linux +  36)
-#define __NR_alarm			(__NR_Linux +  37)
-#define __NR_getpid			(__NR_Linux +  38)
-#define __NR_sendfile			(__NR_Linux +  39)
-#define __NR_socket			(__NR_Linux +  40)
-#define __NR_connect			(__NR_Linux +  41)
-#define __NR_accept			(__NR_Linux +  42)
-#define __NR_sendto			(__NR_Linux +  43)
-#define __NR_recvfrom			(__NR_Linux +  44)
-#define __NR_sendmsg			(__NR_Linux +  45)
-#define __NR_recvmsg			(__NR_Linux +  46)
-#define __NR_shutdown			(__NR_Linux +  47)
-#define __NR_bind			(__NR_Linux +  48)
-#define __NR_listen			(__NR_Linux +  49)
-#define __NR_getsockname		(__NR_Linux +  50)
-#define __NR_getpeername		(__NR_Linux +  51)
-#define __NR_socketpair			(__NR_Linux +  52)
-#define __NR_setsockopt			(__NR_Linux +  53)
-#define __NR_getsockopt			(__NR_Linux +  54)
-#define __NR_clone			(__NR_Linux +  55)
-#define __NR_fork			(__NR_Linux +  56)
-#define __NR_execve			(__NR_Linux +  57)
-#define __NR_exit			(__NR_Linux +  58)
-#define __NR_wait4			(__NR_Linux +  59)
-#define __NR_kill			(__NR_Linux +  60)
-#define __NR_uname			(__NR_Linux +  61)
-#define __NR_semget			(__NR_Linux +  62)
-#define __NR_semop			(__NR_Linux +  63)
-#define __NR_semctl			(__NR_Linux +  64)
-#define __NR_shmdt			(__NR_Linux +  65)
-#define __NR_msgget			(__NR_Linux +  66)
-#define __NR_msgsnd			(__NR_Linux +  67)
-#define __NR_msgrcv			(__NR_Linux +  68)
-#define __NR_msgctl			(__NR_Linux +  69)
-#define __NR_fcntl			(__NR_Linux +  70)
-#define __NR_flock			(__NR_Linux +  71)
-#define __NR_fsync			(__NR_Linux +  72)
-#define __NR_fdatasync			(__NR_Linux +  73)
-#define __NR_truncate			(__NR_Linux +  74)
-#define __NR_ftruncate			(__NR_Linux +  75)
-#define __NR_getdents			(__NR_Linux +  76)
-#define __NR_getcwd			(__NR_Linux +  77)
-#define __NR_chdir			(__NR_Linux +  78)
-#define __NR_fchdir			(__NR_Linux +  79)
-#define __NR_rename			(__NR_Linux +  80)
-#define __NR_mkdir			(__NR_Linux +  81)
-#define __NR_rmdir			(__NR_Linux +  82)
-#define __NR_creat			(__NR_Linux +  83)
-#define __NR_link			(__NR_Linux +  84)
-#define __NR_unlink			(__NR_Linux +  85)
-#define __NR_symlink			(__NR_Linux +  86)
-#define __NR_readlink			(__NR_Linux +  87)
-#define __NR_chmod			(__NR_Linux +  88)
-#define __NR_fchmod			(__NR_Linux +  89)
-#define __NR_chown			(__NR_Linux +  90)
-#define __NR_fchown			(__NR_Linux +  91)
-#define __NR_lchown			(__NR_Linux +  92)
-#define __NR_umask			(__NR_Linux +  93)
-#define __NR_gettimeofday		(__NR_Linux +  94)
-#define __NR_getrlimit			(__NR_Linux +  95)
-#define __NR_getrusage			(__NR_Linux +  96)
-#define __NR_sysinfo			(__NR_Linux +  97)
-#define __NR_times			(__NR_Linux +  98)
-#define __NR_ptrace			(__NR_Linux +  99)
-#define __NR_getuid			(__NR_Linux + 100)
-#define __NR_syslog			(__NR_Linux + 101)
-#define __NR_getgid			(__NR_Linux + 102)
-#define __NR_setuid			(__NR_Linux + 103)
-#define __NR_setgid			(__NR_Linux + 104)
-#define __NR_geteuid			(__NR_Linux + 105)
-#define __NR_getegid			(__NR_Linux + 106)
-#define __NR_setpgid			(__NR_Linux + 107)
-#define __NR_getppid			(__NR_Linux + 108)
-#define __NR_getpgrp			(__NR_Linux + 109)
-#define __NR_setsid			(__NR_Linux + 110)
-#define __NR_setreuid			(__NR_Linux + 111)
-#define __NR_setregid			(__NR_Linux + 112)
-#define __NR_getgroups			(__NR_Linux + 113)
-#define __NR_setgroups			(__NR_Linux + 114)
-#define __NR_setresuid			(__NR_Linux + 115)
-#define __NR_getresuid			(__NR_Linux + 116)
-#define __NR_setresgid			(__NR_Linux + 117)
-#define __NR_getresgid			(__NR_Linux + 118)
-#define __NR_getpgid			(__NR_Linux + 119)
-#define __NR_setfsuid			(__NR_Linux + 120)
-#define __NR_setfsgid			(__NR_Linux + 121)
-#define __NR_getsid			(__NR_Linux + 122)
-#define __NR_capget			(__NR_Linux + 123)
-#define __NR_capset			(__NR_Linux + 124)
-#define __NR_rt_sigpending		(__NR_Linux + 125)
-#define __NR_rt_sigtimedwait		(__NR_Linux + 126)
-#define __NR_rt_sigqueueinfo		(__NR_Linux + 127)
-#define __NR_rt_sigsuspend		(__NR_Linux + 128)
-#define __NR_sigaltstack		(__NR_Linux + 129)
-#define __NR_utime			(__NR_Linux + 130)
-#define __NR_mknod			(__NR_Linux + 131)
-#define __NR_personality		(__NR_Linux + 132)
-#define __NR_ustat			(__NR_Linux + 133)
-#define __NR_statfs			(__NR_Linux + 134)
-#define __NR_fstatfs			(__NR_Linux + 135)
-#define __NR_sysfs			(__NR_Linux + 136)
-#define __NR_getpriority		(__NR_Linux + 137)
-#define __NR_setpriority		(__NR_Linux + 138)
-#define __NR_sched_setparam		(__NR_Linux + 139)
-#define __NR_sched_getparam		(__NR_Linux + 140)
-#define __NR_sched_setscheduler		(__NR_Linux + 141)
-#define __NR_sched_getscheduler		(__NR_Linux + 142)
-#define __NR_sched_get_priority_max	(__NR_Linux + 143)
-#define __NR_sched_get_priority_min	(__NR_Linux + 144)
-#define __NR_sched_rr_get_interval	(__NR_Linux + 145)
-#define __NR_mlock			(__NR_Linux + 146)
-#define __NR_munlock			(__NR_Linux + 147)
-#define __NR_mlockall			(__NR_Linux + 148)
-#define __NR_munlockall			(__NR_Linux + 149)
-#define __NR_vhangup			(__NR_Linux + 150)
-#define __NR_pivot_root			(__NR_Linux + 151)
-#define __NR__sysctl			(__NR_Linux + 152)
-#define __NR_prctl			(__NR_Linux + 153)
-#define __NR_adjtimex			(__NR_Linux + 154)
-#define __NR_setrlimit			(__NR_Linux + 155)
-#define __NR_chroot			(__NR_Linux + 156)
-#define __NR_sync			(__NR_Linux + 157)
-#define __NR_acct			(__NR_Linux + 158)
-#define __NR_settimeofday		(__NR_Linux + 159)
-#define __NR_mount			(__NR_Linux + 160)
-#define __NR_umount2			(__NR_Linux + 161)
-#define __NR_swapon			(__NR_Linux + 162)
-#define __NR_swapoff			(__NR_Linux + 163)
-#define __NR_reboot			(__NR_Linux + 164)
-#define __NR_sethostname		(__NR_Linux + 165)
-#define __NR_setdomainname		(__NR_Linux + 166)
-#define __NR_create_module		(__NR_Linux + 167)
-#define __NR_init_module		(__NR_Linux + 168)
-#define __NR_delete_module		(__NR_Linux + 169)
-#define __NR_get_kernel_syms		(__NR_Linux + 170)
-#define __NR_query_module		(__NR_Linux + 171)
-#define __NR_quotactl			(__NR_Linux + 172)
-#define __NR_nfsservctl			(__NR_Linux + 173)
-#define __NR_getpmsg			(__NR_Linux + 174)
-#define __NR_putpmsg			(__NR_Linux + 175)
-#define __NR_afs_syscall		(__NR_Linux + 176)
-#define __NR_reserved177		(__NR_Linux + 177)
-#define __NR_gettid			(__NR_Linux + 178)
-#define __NR_readahead			(__NR_Linux + 179)
-#define __NR_setxattr			(__NR_Linux + 180)
-#define __NR_lsetxattr			(__NR_Linux + 181)
-#define __NR_fsetxattr			(__NR_Linux + 182)
-#define __NR_getxattr			(__NR_Linux + 183)
-#define __NR_lgetxattr			(__NR_Linux + 184)
-#define __NR_fgetxattr			(__NR_Linux + 185)
-#define __NR_listxattr			(__NR_Linux + 186)
-#define __NR_llistxattr			(__NR_Linux + 187)
-#define __NR_flistxattr			(__NR_Linux + 188)
-#define __NR_removexattr		(__NR_Linux + 189)
-#define __NR_lremovexattr		(__NR_Linux + 190)
-#define __NR_fremovexattr		(__NR_Linux + 191)
-#define __NR_tkill			(__NR_Linux + 192)
-#define __NR_reserved193		(__NR_Linux + 193)
-#define __NR_futex			(__NR_Linux + 194)
-#define __NR_sched_setaffinity		(__NR_Linux + 195)
-#define __NR_sched_getaffinity		(__NR_Linux + 196)
-#define __NR_cacheflush			(__NR_Linux + 197)
-#define __NR_cachectl			(__NR_Linux + 198)
-#define __NR_sysmips			(__NR_Linux + 199)
-#define __NR_io_setup			(__NR_Linux + 200)
-#define __NR_io_destroy			(__NR_Linux + 201)
-#define __NR_io_getevents		(__NR_Linux + 202)
-#define __NR_io_submit			(__NR_Linux + 203)
-#define __NR_io_cancel			(__NR_Linux + 204)
-#define __NR_exit_group			(__NR_Linux + 205)
-#define __NR_lookup_dcookie		(__NR_Linux + 206)
-#define __NR_epoll_create		(__NR_Linux + 207)
-#define __NR_epoll_ctl			(__NR_Linux + 208)
-#define __NR_epoll_wait			(__NR_Linux + 209)
-#define __NR_remap_file_pages		(__NR_Linux + 210)
-#define __NR_rt_sigreturn		(__NR_Linux + 211)
-#define __NR_fcntl64			(__NR_Linux + 212)
-#define __NR_set_tid_address		(__NR_Linux + 213)
-#define __NR_restart_syscall		(__NR_Linux + 214)
-#define __NR_semtimedop			(__NR_Linux + 215)
-#define __NR_fadvise64			(__NR_Linux + 216)
-#define __NR_statfs64			(__NR_Linux + 217)
-#define __NR_fstatfs64			(__NR_Linux + 218)
-#define __NR_sendfile64			(__NR_Linux + 219)
-#define __NR_timer_create		(__NR_Linux + 220)
-#define __NR_timer_settime		(__NR_Linux + 221)
-#define __NR_timer_gettime		(__NR_Linux + 222)
-#define __NR_timer_getoverrun		(__NR_Linux + 223)
-#define __NR_timer_delete		(__NR_Linux + 224)
-#define __NR_clock_settime		(__NR_Linux + 225)
-#define __NR_clock_gettime		(__NR_Linux + 226)
-#define __NR_clock_getres		(__NR_Linux + 227)
-#define __NR_clock_nanosleep		(__NR_Linux + 228)
-#define __NR_tgkill			(__NR_Linux + 229)
-#define __NR_utimes			(__NR_Linux + 230)
-#define __NR_mbind			(__NR_Linux + 231)
-#define __NR_get_mempolicy		(__NR_Linux + 232)
-#define __NR_set_mempolicy		(__NR_Linux + 233)
-#define __NR_mq_open			(__NR_Linux + 234)
-#define __NR_mq_unlink			(__NR_Linux + 235)
-#define __NR_mq_timedsend		(__NR_Linux + 236)
-#define __NR_mq_timedreceive		(__NR_Linux + 237)
-#define __NR_mq_notify			(__NR_Linux + 238)
-#define __NR_mq_getsetattr		(__NR_Linux + 239)
-#define __NR_vserver			(__NR_Linux + 240)
-#define __NR_waitid			(__NR_Linux + 241)
-/* #define __NR_sys_setaltroot		(__NR_Linux + 242) */
-#define __NR_add_key			(__NR_Linux + 243)
-#define __NR_request_key		(__NR_Linux + 244)
-#define __NR_keyctl			(__NR_Linux + 245)
-#define __NR_set_thread_area		(__NR_Linux + 246)
-#define __NR_inotify_init		(__NR_Linux + 247)
-#define __NR_inotify_add_watch		(__NR_Linux + 248)
-#define __NR_inotify_rm_watch		(__NR_Linux + 249)
-#define __NR_migrate_pages		(__NR_Linux + 250)
-#define __NR_openat			(__NR_Linux + 251)
-#define __NR_mkdirat			(__NR_Linux + 252)
-#define __NR_mknodat			(__NR_Linux + 253)
-#define __NR_fchownat			(__NR_Linux + 254)
-#define __NR_futimesat			(__NR_Linux + 255)
-#define __NR_newfstatat			(__NR_Linux + 256)
-#define __NR_unlinkat			(__NR_Linux + 257)
-#define __NR_renameat			(__NR_Linux + 258)
-#define __NR_linkat			(__NR_Linux + 259)
-#define __NR_symlinkat			(__NR_Linux + 260)
-#define __NR_readlinkat			(__NR_Linux + 261)
-#define __NR_fchmodat			(__NR_Linux + 262)
-#define __NR_faccessat			(__NR_Linux + 263)
-#define __NR_pselect6			(__NR_Linux + 264)
-#define __NR_ppoll			(__NR_Linux + 265)
-#define __NR_unshare			(__NR_Linux + 266)
-#define __NR_splice			(__NR_Linux + 267)
-#define __NR_sync_file_range		(__NR_Linux + 268)
-#define __NR_tee			(__NR_Linux + 269)
-#define __NR_vmsplice			(__NR_Linux + 270)
-#define __NR_move_pages			(__NR_Linux + 271)
-#define __NR_set_robust_list		(__NR_Linux + 272)
-#define __NR_get_robust_list		(__NR_Linux + 273)
-#define __NR_kexec_load			(__NR_Linux + 274)
-#define __NR_getcpu			(__NR_Linux + 275)
-#define __NR_epoll_pwait		(__NR_Linux + 276)
-#define __NR_ioprio_set			(__NR_Linux + 277)
-#define __NR_ioprio_get			(__NR_Linux + 278)
-#define __NR_utimensat			(__NR_Linux + 279)
-#define __NR_signalfd			(__NR_Linux + 280)
-#define __NR_timerfd			(__NR_Linux + 281)
-#define __NR_eventfd			(__NR_Linux + 282)
-#define __NR_fallocate			(__NR_Linux + 283)
-#define __NR_timerfd_create		(__NR_Linux + 284)
-#define __NR_timerfd_gettime		(__NR_Linux + 285)
-#define __NR_timerfd_settime		(__NR_Linux + 286)
-#define __NR_signalfd4			(__NR_Linux + 287)
-#define __NR_eventfd2			(__NR_Linux + 288)
-#define __NR_epoll_create1		(__NR_Linux + 289)
-#define __NR_dup3			(__NR_Linux + 290)
-#define __NR_pipe2			(__NR_Linux + 291)
-#define __NR_inotify_init1		(__NR_Linux + 292)
-#define __NR_preadv			(__NR_Linux + 293)
-#define __NR_pwritev			(__NR_Linux + 294)
-#define __NR_rt_tgsigqueueinfo		(__NR_Linux + 295)
-#define __NR_perf_event_open		(__NR_Linux + 296)
-#define __NR_accept4			(__NR_Linux + 297)
-#define __NR_recvmmsg			(__NR_Linux + 298)
-#define __NR_getdents64			(__NR_Linux + 299)
-#define __NR_fanotify_init		(__NR_Linux + 300)
-#define __NR_fanotify_mark		(__NR_Linux + 301)
-#define __NR_prlimit64			(__NR_Linux + 302)
-#define __NR_name_to_handle_at		(__NR_Linux + 303)
-#define __NR_open_by_handle_at		(__NR_Linux + 304)
-#define __NR_clock_adjtime		(__NR_Linux + 305)
-#define __NR_syncfs			(__NR_Linux + 306)
-#define __NR_sendmmsg			(__NR_Linux + 307)
-#define __NR_setns			(__NR_Linux + 308)
-#define __NR_process_vm_readv		(__NR_Linux + 309)
-#define __NR_process_vm_writev		(__NR_Linux + 310)
-#define __NR_kcmp			(__NR_Linux + 311)
-#define __NR_finit_module		(__NR_Linux + 312)
-#define __NR_sched_setattr		(__NR_Linux + 313)
-#define __NR_sched_getattr		(__NR_Linux + 314)
-#define __NR_renameat2			(__NR_Linux + 315)
-#define __NR_seccomp			(__NR_Linux + 316)
-#define __NR_getrandom			(__NR_Linux + 317)
-#define __NR_memfd_create		(__NR_Linux + 318)
-#define __NR_bpf			(__NR_Linux + 319)
-#define __NR_execveat			(__NR_Linux + 320)
-#define __NR_userfaultfd		(__NR_Linux + 321)
-#define __NR_membarrier			(__NR_Linux + 322)
-#define __NR_mlock2			(__NR_Linux + 323)
-#define __NR_copy_file_range		(__NR_Linux + 324)
-#define __NR_preadv2			(__NR_Linux + 325)
-#define __NR_pwritev2			(__NR_Linux + 326)
-#define __NR_pkey_mprotect		(__NR_Linux + 327)
-#define __NR_pkey_alloc			(__NR_Linux + 328)
-#define __NR_pkey_free			(__NR_Linux + 329)
-#define __NR_statx			(__NR_Linux + 330)
-#define __NR_rseq			(__NR_Linux + 331)
-#define __NR_io_pgetevents		(__NR_Linux + 332)
-
-/*
- * Offset of the last N32 flavoured syscall
- */
-#define __NR_Linux_syscalls		332
-
-#endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */
-
-#define __NR_N32_Linux			6000
-#define __NR_N32_Linux_syscalls		332
-
-#endif /* _UAPI_ASM_UNISTD_H */
libc/include/nios2-linux-gnu/asm/unistd.h
@@ -1,29 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * Copyright (C) 2013 Altera Corporation
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program.  If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
- #define sys_mmap2 sys_mmap_pgoff
-
-#define __ARCH_WANT_RENAMEAT
-#define __ARCH_WANT_STAT64
-
-/* Use the standard ABI for syscalls */
-#include <asm-generic/unistd.h>
-
-/* Additional Nios II specific syscalls. */
-#define __NR_cacheflush (__NR_arch_specific_syscall)
-__SYSCALL(__NR_cacheflush, sys_cacheflush)
libc/include/nios2-linux-gnu/bits/endian.h
@@ -1,12 +0,0 @@
-/* The Nios II architecture has selectable endianness.  */
-
-#ifndef _ENDIAN_H
-# error "Never use <bits/endian.h> directly; include <endian.h> instead."
-#endif
-
-#ifdef __nios2_big_endian__
-# define __BYTE_ORDER __BIG_ENDIAN
-#endif
-#ifdef __nios2_little_endian__
-# define __BYTE_ORDER __LITTLE_ENDIAN
-#endif
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/fcntl.h
@@ -1,56 +0,0 @@
-/* O_*, F_*, FD_* bit values for the generic Linux ABI.
-   Copyright (C) 2011-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-   Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef	_FCNTL_H
-# error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
-#endif
-
-#include <bits/wordsize.h>
-
-#if __WORDSIZE == 64
-# define __O_LARGEFILE	0
-#endif
-
-struct flock
-  {
-    short int l_type;	/* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK.	*/
-    short int l_whence;	/* Where `l_start' is relative to (like `lseek').  */
-#ifndef __USE_FILE_OFFSET64
-    __off_t l_start;	/* Offset where the lock begins.  */
-    __off_t l_len;	/* Size of the locked area; zero means until EOF.  */
-#else
-    __off64_t l_start;	/* Offset where the lock begins.  */
-    __off64_t l_len;	/* Size of the locked area; zero means until EOF.  */
-#endif
-    __pid_t l_pid;	/* Process holding the lock.  */
-  };
-
-#ifdef __USE_LARGEFILE64
-struct flock64
-  {
-    short int l_type;	/* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK.	*/
-    short int l_whence;	/* Where `l_start' is relative to (like `lseek').  */
-    __off64_t l_start;	/* Offset where the lock begins.  */
-    __off64_t l_len;	/* Size of the locked area; zero means until EOF.  */
-    __pid_t l_pid;	/* Process holding the lock.  */
-  };
-#endif
-
-/* Include generic Linux declarations.  */
-#include <bits/fcntl-linux.h>
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/fenv.h
@@ -1,52 +0,0 @@
-/* Copyright (C) 2012-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef _FENV_H
-# error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
-#endif
-
-/* The Altera specified Nios II hardware FPU does not support exceptions,
-   nor does the software floating-point support.  */
-#define FE_ALL_EXCEPT	0
-
-/* Nios II supports only round-to-nearest.  The software
-   floating-point support also acts this way.  */
-enum
-  {
-    __FE_UNDEFINED = 0,
-
-    FE_TONEAREST =
-#define FE_TONEAREST	1
-      FE_TONEAREST,
-  };
-
-/* Type representing exception flags. */
-typedef unsigned int fexcept_t;
-
-/* Type representing floating-point environment.  */
-typedef unsigned int fenv_t;
-
-/* If the default argument is used we use this value.  */
-#define FE_DFL_ENV	((const fenv_t *) -1)
-
-#if __GLIBC_USE (IEC_60559_BFP_EXT)
-/* Type representing floating-point control modes.  */
-typedef unsigned int femode_t;
-
-/* Default floating-point control modes.  */
-# define FE_DFL_MODE	((const femode_t *) -1L)
-#endif
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/floatn.h
@@ -1,52 +0,0 @@
-/* Macros to control TS 18661-3 glibc features.
-   Copyright (C) 2017-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
-
-/* Defined to 1 if the current compiler invocation provides a
-   floating-point type with the IEEE 754 binary128 format, and this glibc
-   includes corresponding *f128 interfaces for it.  */
-#define __HAVE_FLOAT128 0
-
-/* Defined to 1 if __HAVE_FLOAT128 is 1 and the type is ABI-distinct
-   from the default float, double and long double types in this glibc.  */
-#define __HAVE_DISTINCT_FLOAT128 0
-
-/* Defined to 1 if the current compiler invocation provides a
-   floating-point type with the right format for _Float64x, and this
-   glibc includes corresponding *f64x interfaces for it.  */
-#define __HAVE_FLOAT64X 0
-
-/* Defined to 1 if __HAVE_FLOAT64X is 1 and _Float64x has the format
-   of long double.  Otherwise, if __HAVE_FLOAT64X is 1, _Float64x has
-   the format of _Float128, which must be different from that of long
-   double.  */
-#define __HAVE_FLOAT64X_LONG_DOUBLE 0
-
-#ifndef __ASSEMBLER__
-
-/* Defined to concatenate the literal suffix to be used with _Float128
-   types, if __HAVE_FLOAT128 is 1.
-   E.g.: #define __f128(x) x##f128.  */
-# undef __f128
-
-/* Defined to a complex binary128 type if __HAVE_FLOAT128 is 1.
-   E.g.: #define __CFLOAT128 _Complex _Float128.  */
-# undef __CFLOAT128
-
-#endif /* !__ASSEMBLER__.  */
-
-#include <bits/floatn-common.h>
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/link.h
@@ -1,54 +0,0 @@
-/* Machine-specific declarations for dynamic linker interface, Nios II version.
-   Copyright (C) 2009-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef	_LINK_H
-# error "Never include <bits/link.h> directly; use <link.h> instead."
-#endif
-
-/* Registers for entry into PLT on Nios II.  */
-typedef struct La_nios2_regs
-{
-  uint32_t lr_reg[4]; /* r4 through r7 */
-  uint32_t lr_ra;
-  uint32_t lr_sp;
-} La_nios2_regs;
-
-/* Return values for calls from PLT on Nios II.  */
-typedef struct La_nios2_retval
-{
-  uint32_t lrv_r2;
-  uint32_t lrv_r3;
-} La_nios2_retval;
-
-__BEGIN_DECLS
-
-extern Elf32_Addr la_nios2_gnu_pltenter (Elf32_Sym *__sym, unsigned int __ndx,
-					 uintptr_t *__refcook,
-					 uintptr_t *__defcook,
-					 La_nios2_regs *__regs,
-					 unsigned int *__flags,
-					 const char *__symname,
-					 long int *__framesizep);
-extern unsigned int la_nios2_gnu_pltexit (Elf32_Sym *__sym, unsigned int __ndx,
-					  uintptr_t *__refcook,
-					  uintptr_t *__defcook,
-					  const La_nios2_regs *__inregs,
-					  La_nios2_retval *__outregs,
-					  const char *symname);
-
-__END_DECLS
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/long-double.h
@@ -1,39 +0,0 @@
-/* Properties of long double type.
-   Copyright (C) 2016-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License  published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
-
-/* This header is included by <sys/cdefs.h>.
-
-   If long double is ABI-compatible with double, it should define
-   __NO_LONG_DOUBLE_MATH to 1; otherwise, it should leave
-   __NO_LONG_DOUBLE_MATH undefined.
-
-   If this build of the GNU C Library supports both long double
-   ABI-compatible with double and some other long double format not
-   ABI-compatible with double, it should define
-   __LONG_DOUBLE_MATH_OPTIONAL to 1; otherwise, it should leave
-   __LONG_DOUBLE_MATH_OPTIONAL undefined.
-
-   If __NO_LONG_DOUBLE_MATH is already defined, this header must not
-   define anything; this is needed to work with the definition of
-   __NO_LONG_DOUBLE_MATH in nldbl-compat.h.  */
-
-/* In the default version of this header, long double is
-   ABI-compatible with double.  */
-#ifndef __NO_LONG_DOUBLE_MATH
-# define __NO_LONG_DOUBLE_MATH	1
-#endif
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/procfs.h
@@ -1,34 +0,0 @@
-/* Types for registers for sys/procfs.h.  Nios II version.
-   Copyright (C) 1996-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef _SYS_PROCFS_H
-# error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
-#endif
-
-/* Type for a general-purpose register.  */
-typedef unsigned long elf_greg_t;
-
-/* And the whole bunch of them.  We could have used `struct
-   user_regs' directly in the typedef, but tradition says that
-   the register set is an array, which does have some peculiar
-   semantics, so leave it that way.  */
-#define ELF_NGREG (sizeof (struct user_regs) / sizeof (elf_greg_t))
-typedef elf_greg_t elf_gregset_t[ELF_NGREG];
-
-/* Register set for the floating-point registers.  */
-typedef struct user_fpregs elf_fpregset_t;
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/pthreadtypes-arch.h
@@ -1,72 +0,0 @@
-/* Machine-specific pthread type layouts.  Nios II version.
-   Copyright (C) 2012-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef _BITS_PTHREADTYPES_ARCH_H
-#define _BITS_PTHREADTYPES_ARCH_H	1
-
-#include <endian.h>
-
-#define __SIZEOF_PTHREAD_ATTR_T 36
-#define __SIZEOF_PTHREAD_MUTEX_T 24
-#define __SIZEOF_PTHREAD_MUTEXATTR_T 4
-#define __SIZEOF_PTHREAD_COND_T 48
-#define __SIZEOF_PTHREAD_CONDATTR_T 4
-#define __SIZEOF_PTHREAD_RWLOCK_T 32
-#define __SIZEOF_PTHREAD_RWLOCKATTR_T 8
-#define __SIZEOF_PTHREAD_BARRIER_T 20
-#define __SIZEOF_PTHREAD_BARRIERATTR_T 4
-
-/* Data structure for mutex handling. */
-#define __PTHREAD_COMPAT_PADDING_MID
-#define __PTHREAD_COMPAT_PADDING_END
-#define __PTHREAD_MUTEX_LOCK_ELISION    0
-#define __PTHREAD_MUTEX_NUSERS_AFTER_KIND  1
-#define __PTHREAD_MUTEX_USE_UNION          1
-
-#define __LOCK_ALIGNMENT
-#define __ONCE_ALIGNMENT
-
-struct __pthread_rwlock_arch_t
-{
-  unsigned int __readers;
-  unsigned int __writers;
-  unsigned int __wrphase_futex;
-  unsigned int __writers_futex;
-  unsigned int __pad3;
-  unsigned int __pad4;
-#if __BYTE_ORDER == __BIG_ENDIAN
-  unsigned char __pad1;
-  unsigned char __pad2;
-  unsigned char __shared;
-  /* FLAGS must stay at this position in the structure to maintain
-     binary compatibility.  */
-  unsigned char __flags;
-#else
-  /* FLAGS must stay at this position in the structure to maintain
-     binary compatibility.  */
-  unsigned char __flags;
-  unsigned char __shared;
-  unsigned char __pad1;
-  unsigned char __pad2;
-#endif
-  int __cur_writer;
-};
-
-#define __PTHREAD_RWLOCK_ELISION_EXTRA 0
-
-#endif	/* bits/pthreadtypes.h */
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/semaphore.h
@@ -1,32 +0,0 @@
-/* Machine-specific POSIX semaphore type layouts.  Nios II version.
-   Copyright (C) 2002-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef _SEMAPHORE_H
-# error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
-#endif
-
-#define __SIZEOF_SEM_T	16
-
-/* Value returned if `sem_open' failed.  */
-#define SEM_FAILED      ((sem_t *) 0)
-
-typedef union
-{
-  char __size[__SIZEOF_SEM_T];
-  long int __align;
-} sem_t;
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/setjmp.h
@@ -1,30 +0,0 @@
-/* Define the machine-dependent type `jmp_buf'.  Nios II version.
-   Copyright (C) 1992-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef _NIOS2_BITS_SETJMP_H
-#define _NIOS2_BITS_SETJMP_H 1
-
-#if !defined(_SETJMP_H) && !defined(_PTHREAD_H)
-# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
-#endif
-
-/* Saves r16-r22 (callee-saved, including GOT pointer), fp (frame pointer),
-   ra (return address), and sp (stack pointer).  */
-typedef int __jmp_buf[10];
-
-#endif /* _NIOS2_BITS_SETJMP_H */
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/stat.h
@@ -1,171 +0,0 @@
-/* Copyright (C) 2011-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-   Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#if !defined _SYS_STAT_H && !defined _FCNTL_H
-# error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
-#endif
-
-#ifndef _BITS_STAT_H
-#define _BITS_STAT_H	1
-
-#include <endian.h>
-#include <bits/wordsize.h>
-
-/* 64-bit libc uses the kernel's 'struct stat', accessed via the
-   stat() syscall; 32-bit libc uses the kernel's 'struct stat64'
-   and accesses it via the stat64() syscall.  All the various
-   APIs offered by libc use the kernel shape for their struct stat
-   structure; the only difference is that 32-bit programs not
-   using __USE_FILE_OFFSET64 only see the low 32 bits of some
-   of the fields (specifically st_ino, st_size, and st_blocks).  */
-#define _STAT_VER_KERNEL	0
-#define _STAT_VER_LINUX		0
-#define _STAT_VER		_STAT_VER_KERNEL
-
-/* Versions of the `xmknod' interface.  */
-#define _MKNOD_VER_LINUX	0
-
-#if defined __USE_FILE_OFFSET64
-# define __field64(type, type64, name) type64 name
-#elif __WORDSIZE == 64
-# define __field64(type, type64, name) type name
-#elif __BYTE_ORDER == __LITTLE_ENDIAN
-# define __field64(type, type64, name) \
-  type name __attribute__((__aligned__ (__alignof__ (type64)))); int __##name##_pad
-#else
-# define __field64(type, type64, name) \
-  int __##name##_pad __attribute__((__aligned__ (__alignof__ (type64)))); type name
-#endif
-
-struct stat
-  {
-    __dev_t st_dev;		/* Device.  */
-    __field64(__ino_t, __ino64_t, st_ino);  /* File serial number. */
-    __mode_t st_mode;		/* File mode.  */
-    __nlink_t st_nlink;		/* Link count.  */
-    __uid_t st_uid;		/* User ID of the file's owner.	*/
-    __gid_t st_gid;		/* Group ID of the file's group.*/
-    __dev_t st_rdev;		/* Device number, if device.  */
-    __dev_t __pad1;
-    __field64(__off_t, __off64_t, st_size);  /* Size of file, in bytes. */
-    __blksize_t st_blksize;	/* Optimal block size for I/O.  */
-    int __pad2;
-    __field64(__blkcnt_t, __blkcnt64_t, st_blocks);  /* 512-byte blocks */
-#ifdef __USE_XOPEN2K8
-    /* Nanosecond resolution timestamps are stored in a format
-       equivalent to 'struct timespec'.  This is the type used
-       whenever possible but the Unix namespace rules do not allow the
-       identifier 'timespec' to appear in the <sys/stat.h> header.
-       Therefore we have to handle the use of this header in strictly
-       standard-compliant sources special.  */
-    struct timespec st_atim;		/* Time of last access.  */
-    struct timespec st_mtim;		/* Time of last modification.  */
-    struct timespec st_ctim;		/* Time of last status change.  */
-# define st_atime st_atim.tv_sec	/* Backward compatibility.  */
-# define st_mtime st_mtim.tv_sec
-# define st_ctime st_ctim.tv_sec
-#else
-    __time_t st_atime;			/* Time of last access.  */
-    unsigned long int st_atimensec;	/* Nscecs of last access.  */
-    __time_t st_mtime;			/* Time of last modification.  */
-    unsigned long int st_mtimensec;	/* Nsecs of last modification.  */
-    __time_t st_ctime;			/* Time of last status change.  */
-    unsigned long int st_ctimensec;	/* Nsecs of last status change.  */
-#endif
-    int __glibc_reserved[2];
-  };
-
-#undef __field64
-
-#ifdef __USE_LARGEFILE64
-struct stat64
-  {
-    __dev_t st_dev;		/* Device.  */
-    __ino64_t st_ino;		/* File serial number.	*/
-    __mode_t st_mode;		/* File mode.  */
-    __nlink_t st_nlink;		/* Link count.  */
-    __uid_t st_uid;		/* User ID of the file's owner.	*/
-    __gid_t st_gid;		/* Group ID of the file's group.*/
-    __dev_t st_rdev;		/* Device number, if device.  */
-    __dev_t __pad1;
-    __off64_t st_size;		/* Size of file, in bytes.  */
-    __blksize_t st_blksize;	/* Optimal block size for I/O.  */
-    int __pad2;
-    __blkcnt64_t st_blocks;	/* Nr. 512-byte blocks allocated.  */
-#ifdef __USE_XOPEN2K8
-    /* Nanosecond resolution timestamps are stored in a format
-       equivalent to 'struct timespec'.  This is the type used
-       whenever possible but the Unix namespace rules do not allow the
-       identifier 'timespec' to appear in the <sys/stat.h> header.
-       Therefore we have to handle the use of this header in strictly
-       standard-compliant sources special.  */
-    struct timespec st_atim;		/* Time of last access.  */
-    struct timespec st_mtim;		/* Time of last modification.  */
-    struct timespec st_ctim;		/* Time of last status change.  */
-#else
-    __time_t st_atime;			/* Time of last access.  */
-    unsigned long int st_atimensec;	/* Nscecs of last access.  */
-    __time_t st_mtime;			/* Time of last modification.  */
-    unsigned long int st_mtimensec;	/* Nsecs of last modification.  */
-    __time_t st_ctime;			/* Time of last status change.  */
-    unsigned long int st_ctimensec;	/* Nsecs of last status change.  */
-#endif
-    int __glibc_reserved[2];
-  };
-#endif
-
-/* Tell code we have these members.  */
-#define	_STATBUF_ST_BLKSIZE
-#define _STATBUF_ST_RDEV
-/* Nanosecond resolution time values are supported.  */
-#define _STATBUF_ST_NSEC
-
-/* Encoding of the file mode.  */
-
-#define	__S_IFMT	0170000	/* These bits determine file type.  */
-
-/* File types.  */
-#define	__S_IFDIR	0040000	/* Directory.  */
-#define	__S_IFCHR	0020000	/* Character device.  */
-#define	__S_IFBLK	0060000	/* Block device.  */
-#define	__S_IFREG	0100000	/* Regular file.  */
-#define	__S_IFIFO	0010000	/* FIFO.  */
-#define	__S_IFLNK	0120000	/* Symbolic link.  */
-#define	__S_IFSOCK	0140000	/* Socket.  */
-
-/* POSIX.1b objects.  Note that these macros always evaluate to zero.  But
-   they do it by enforcing the correct use of the macros.  */
-#define __S_TYPEISMQ(buf)  ((buf)->st_mode - (buf)->st_mode)
-#define __S_TYPEISSEM(buf) ((buf)->st_mode - (buf)->st_mode)
-#define __S_TYPEISSHM(buf) ((buf)->st_mode - (buf)->st_mode)
-
-/* Protection bits.  */
-
-#define	__S_ISUID	04000	/* Set user ID on execution.  */
-#define	__S_ISGID	02000	/* Set group ID on execution.  */
-#define	__S_ISVTX	01000	/* Save swapped text after use (sticky).  */
-#define	__S_IREAD	0400	/* Read by owner.  */
-#define	__S_IWRITE	0200	/* Write by owner.  */
-#define	__S_IEXEC	0100	/* Execute by owner.  */
-
-#ifdef __USE_ATFILE
-# define UTIME_NOW	((1l << 30) - 1l)
-# define UTIME_OMIT	((1l << 30) - 2l)
-#endif
-
-#endif /* bits/stat.h */
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/statfs.h
@@ -1,86 +0,0 @@
-/* Copyright (C) 2011-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-   Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef _SYS_STATFS_H
-# error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
-#endif
-
-#include <endian.h>
-#include <bits/types.h>
-#include <bits/wordsize.h>
-
-/* 64-bit libc uses the kernel's 'struct statfs', accessed via the
-   statfs() syscall; 32-bit libc uses the kernel's 'struct statfs64'
-   and accesses it via the statfs64() syscall.  All the various
-   APIs offered by libc use the kernel shape for their struct statfs
-   structure; the only difference is that 32-bit programs not
-   using __USE_FILE_OFFSET64 only see the low 32 bits of some
-   of the fields (the __fsblkcnt_t and __fsfilcnt_t fields).  */
-
-#if defined __USE_FILE_OFFSET64
-# define __field64(type, type64, name) type64 name
-#elif __WORDSIZE == 64
-# define __field64(type, type64, name) type name
-#elif __BYTE_ORDER == __LITTLE_ENDIAN
-# define __field64(type, type64, name) \
-  type name __attribute__((__aligned__ (__alignof__ (type64)))); int __##name##_pad
-#else
-# define __field64(type, type64, name) \
-  int __##name##_pad __attribute__((__aligned__ (__alignof__ (type64)))); type name
-#endif
-
-struct statfs
-  {
-    __SWORD_TYPE f_type;
-    __SWORD_TYPE f_bsize;
-    __field64(__fsblkcnt_t, __fsblkcnt64_t, f_blocks);
-    __field64(__fsblkcnt_t, __fsblkcnt64_t, f_bfree);
-    __field64(__fsblkcnt_t, __fsblkcnt64_t, f_bavail);
-    __field64(__fsfilcnt_t, __fsfilcnt64_t, f_files);
-    __field64(__fsfilcnt_t, __fsfilcnt64_t, f_ffree);
-    __fsid_t f_fsid;
-    __SWORD_TYPE f_namelen;
-    __SWORD_TYPE f_frsize;
-    __SWORD_TYPE f_flags;
-    __SWORD_TYPE f_spare[4];
-  };
-
-#undef __field64
-
-#ifdef __USE_LARGEFILE64
-struct statfs64
-  {
-    __SWORD_TYPE f_type;
-    __SWORD_TYPE f_bsize;
-    __fsblkcnt64_t f_blocks;
-    __fsblkcnt64_t f_bfree;
-    __fsblkcnt64_t f_bavail;
-    __fsfilcnt64_t f_files;
-    __fsfilcnt64_t f_ffree;
-    __fsid_t f_fsid;
-    __SWORD_TYPE f_namelen;
-    __SWORD_TYPE f_frsize;
-    __SWORD_TYPE f_flags;
-    __SWORD_TYPE f_spare[4];
-  };
-#endif
-
-/* Tell code we have these members.  */
-#define _STATFS_F_NAMELEN
-#define _STATFS_F_FRSIZE
-#define _STATFS_F_FLAGS
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/typesizes.h
@@ -1,84 +0,0 @@
-/* bits/typesizes.h -- underlying types for *_t.  For the generic Linux ABI.
-   Copyright (C) 2011-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-   Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef _BITS_TYPES_H
-# error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
-#endif
-
-#ifndef	_BITS_TYPESIZES_H
-#define	_BITS_TYPESIZES_H	1
-
-/* See <bits/types.h> for the meaning of these macros.  This file exists so
-   that <bits/types.h> need not vary across different GNU platforms.  */
-
-#define __DEV_T_TYPE		__UQUAD_TYPE
-#define __UID_T_TYPE		__U32_TYPE
-#define __GID_T_TYPE		__U32_TYPE
-#define __INO_T_TYPE		__ULONGWORD_TYPE
-#define __INO64_T_TYPE		__UQUAD_TYPE
-#define __MODE_T_TYPE		__U32_TYPE
-#define __NLINK_T_TYPE		__U32_TYPE
-#define __OFF_T_TYPE		__SLONGWORD_TYPE
-#define __OFF64_T_TYPE		__SQUAD_TYPE
-#define __PID_T_TYPE		__S32_TYPE
-#define __RLIM_T_TYPE		__ULONGWORD_TYPE
-#define __RLIM64_T_TYPE		__UQUAD_TYPE
-#define	__BLKCNT_T_TYPE		__SLONGWORD_TYPE
-#define	__BLKCNT64_T_TYPE	__SQUAD_TYPE
-#define	__FSBLKCNT_T_TYPE	__ULONGWORD_TYPE
-#define	__FSBLKCNT64_T_TYPE	__UQUAD_TYPE
-#define	__FSFILCNT_T_TYPE	__ULONGWORD_TYPE
-#define	__FSFILCNT64_T_TYPE	__UQUAD_TYPE
-#define	__FSWORD_T_TYPE		__SWORD_TYPE
-#define	__ID_T_TYPE		__U32_TYPE
-#define __CLOCK_T_TYPE		__SLONGWORD_TYPE
-#define __TIME_T_TYPE		__SLONGWORD_TYPE
-#define __USECONDS_T_TYPE	__U32_TYPE
-#define __SUSECONDS_T_TYPE	__SLONGWORD_TYPE
-#define __DADDR_T_TYPE		__S32_TYPE
-#define __KEY_T_TYPE		__S32_TYPE
-#define __CLOCKID_T_TYPE	__S32_TYPE
-#define __TIMER_T_TYPE		void *
-#define __BLKSIZE_T_TYPE	__S32_TYPE
-#define __FSID_T_TYPE		struct { int __val[2]; }
-#define __SSIZE_T_TYPE		__SWORD_TYPE
-#define __SYSCALL_SLONG_TYPE	__SLONGWORD_TYPE
-#define __SYSCALL_ULONG_TYPE	__ULONGWORD_TYPE
-#define __CPU_MASK_TYPE 	__ULONGWORD_TYPE
-
-#ifdef __LP64__
-/* Tell the libc code that off_t and off64_t are actually the same type
-   for all ABI purposes, even if possibly expressed as different base types
-   for C type-checking purposes.  */
-# define __OFF_T_MATCHES_OFF64_T	1
-
-/* Same for ino_t and ino64_t.  */
-# define __INO_T_MATCHES_INO64_T	1
-
-/* And for __rlim_t and __rlim64_t.  */
-# define __RLIM_T_MATCHES_RLIM64_T	1
-#else
-# define __RLIM_T_MATCHES_RLIM64_T	0
-#endif
-
-/* Number of descriptors that can fit in an `fd_set'.  */
-#define	__FD_SETSIZE		1024
-
-
-#endif /* bits/typesizes.h */
\ No newline at end of file
libc/include/nios2-linux-gnu/bits/wordsize.h
@@ -1,21 +0,0 @@
-/* Copyright (C) 1999-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#define __WORDSIZE			32
-#define __WORDSIZE_TIME64_COMPAT32	0
-#define __WORDSIZE32_SIZE_ULONG		0
-#define __WORDSIZE32_PTRDIFF_LONG	0
\ No newline at end of file
libc/include/nios2-linux-gnu/gnu/lib-names.h
@@ -1,34 +0,0 @@
-/* This file is automatically generated.
-   It defines macros to allow user program to find the shared
-   library files which come as part of GNU libc.  */
-#ifndef __GNU_LIB_NAMES_H
-#define __GNU_LIB_NAMES_H	1
-
-#define LD_LINUX_NIOS2_SO               "ld-linux-nios2.so.1"
-#define LD_SO                           "ld-linux-nios2.so.1"
-#define LIBANL_SO                       "libanl.so.1"
-#define LIBBROKENLOCALE_SO              "libBrokenLocale.so.1"
-#define LIBCRYPT_SO                     "libcrypt.so.1"
-#define LIBC_SO                         "libc.so.6"
-#define LIBDL_SO                        "libdl.so.2"
-#define LIBGCC_S_SO                     "libgcc_s.so.1"
-#define LIBMVEC_SO                      "libmvec.so.1"
-#define LIBM_SO                         "libm.so.6"
-#define LIBNSL_SO                       "libnsl.so.1"
-#define LIBNSS_COMPAT_SO                "libnss_compat.so.2"
-#define LIBNSS_DB_SO                    "libnss_db.so.2"
-#define LIBNSS_DNS_SO                   "libnss_dns.so.2"
-#define LIBNSS_FILES_SO                 "libnss_files.so.2"
-#define LIBNSS_HESIOD_SO                "libnss_hesiod.so.2"
-#define LIBNSS_LDAP_SO                  "libnss_ldap.so.2"
-#define LIBNSS_NISPLUS_SO               "libnss_nisplus.so.2"
-#define LIBNSS_NIS_SO                   "libnss_nis.so.2"
-#define LIBNSS_TEST1_SO                 "libnss_test1.so.2"
-#define LIBNSS_TEST2_SO                 "libnss_test2.so.2"
-#define LIBPTHREAD_SO                   "libpthread.so.0"
-#define LIBRESOLV_SO                    "libresolv.so.2"
-#define LIBRT_SO                        "librt.so.1"
-#define LIBTHREAD_DB_SO                 "libthread_db.so.1"
-#define LIBUTIL_SO                      "libutil.so.1"
-
-#endif	/* gnu/lib-names.h */
\ No newline at end of file
libc/include/nios2-linux-gnu/gnu/stubs.h
@@ -1,47 +0,0 @@
-/* This file is automatically generated.
-   It defines a symbol `__stub_FUNCTION' for each function
-   in the C library which is a stub, meaning it will fail
-   every time called, usually setting errno to ENOSYS.  */
-
-#ifdef _LIBC
- #error Applications may not define the macro _LIBC
-#endif
-
-#define __stub___compat_bdflush
-#define __stub___compat_create_module
-#define __stub___compat_get_kernel_syms
-#define __stub___compat_query_module
-#define __stub___compat_uselib
-#define __stub_chflags
-#define __stub_fattach
-#define __stub_fchflags
-#define __stub_fdetach
-#define __stub_feclearexcept
-#define __stub_fedisableexcept
-#define __stub_feenableexcept
-#define __stub_fegetenv
-#define __stub_fegetexcept
-#define __stub_fegetexceptflag
-#define __stub_fegetmode
-#define __stub_fegetround
-#define __stub_feholdexcept
-#define __stub_feraiseexcept
-#define __stub_fesetenv
-#define __stub_fesetexcept
-#define __stub_fesetexceptflag
-#define __stub_fesetmode
-#define __stub_fesetround
-#define __stub_fetestexcept
-#define __stub_feupdateenv
-#define __stub_getmsg
-#define __stub_getpmsg
-#define __stub_gtty
-#define __stub_lchmod
-#define __stub_putmsg
-#define __stub_putpmsg
-#define __stub_revoke
-#define __stub_setlogin
-#define __stub_sigreturn
-#define __stub_sstk
-#define __stub_stty
-#define __stub_sysctl
\ No newline at end of file
libc/include/nios2-linux-gnu/sys/cachectl.h
@@ -1,33 +0,0 @@
-/* cacheflush - flush contents of instruction and/or data cache.
-   Copyright (C) 2015-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef _SYS_CACHECTL_H
-#define _SYS_CACHECTL_H 1
-
-#include <features.h>
-
-__BEGIN_DECLS
-
-#ifdef __USE_MISC
-extern int cacheflush (void *__addr, const int __nbytes, const int __op) __THROW;
-#endif
-extern int _flush_cache (char *__addr, const int __nbytes, const int __op) __THROW;
-
-__END_DECLS
-
-#endif /* sys/cachectl.h */
\ No newline at end of file
libc/include/nios2-linux-gnu/sys/ucontext.h
@@ -1,61 +0,0 @@
-/* ucontext_t definition, Nios II version.
-   Copyright (C) 2015-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
-
-/* System V/Nios II ABI compliant context switching support.  */
-
-#ifndef _SYS_UCONTEXT_H
-#define _SYS_UCONTEXT_H	1
-
-#include <features.h>
-
-#include <bits/types/sigset_t.h>
-#include <bits/types/stack_t.h>
-
-
-/* These definitions must be in sync with the kernel.  */
-
-#ifdef __USE_MISC
-# define MCONTEXT_VERSION 2
-#endif
-
-#ifdef __USE_MISC
-# define __ctx(fld) fld
-#else
-# define __ctx(fld) __ ## fld
-#endif
-
-/* Context to describe whole processor state.  */
-typedef struct
-  {
-    int __ctx(version);
-    unsigned long __ctx(regs)[32];
-  } mcontext_t;
-
-/* Userlevel context.  */
-typedef struct ucontext_t
-  {
-    unsigned long __ctx(uc_flags);
-    struct ucontext_t *uc_link;
-    stack_t uc_stack;
-    mcontext_t uc_mcontext;
-    sigset_t uc_sigmask;
-  } ucontext_t;
-
-#undef __ctx
-
-#endif /* sys/ucontext.h */
\ No newline at end of file
libc/include/nios2-linux-gnu/sys/user.h
@@ -1,58 +0,0 @@
-/* ptrace register data format definitions.
-   Copyright (C) 1998-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef _SYS_USER_H
-#define _SYS_USER_H	1
-
-/* The whole purpose of this file is for GDB and GDB only.  Don't read
-   too much into it.  Don't use it for anything other than GDB unless
-   you know what you are doing.  */
-
-struct user_fpregs
-{
-};
-
-struct user_regs
-{
-  unsigned long int uregs[49];
-};
-
-struct user
-{
-  struct user_regs regs;	/* General registers */
-  int u_fpvalid;		/* True if math co-processor being used. */
-
-  unsigned long int u_tsize;	/* Text segment size (pages). */
-  unsigned long int u_dsize;	/* Data segment size (pages). */
-  unsigned long int u_ssize;	/* Stack segment size (pages). */
-
-  unsigned long start_code;	/* Starting virtual address of text. */
-  unsigned long start_stack;	/* Starting virtual address of stack. */
-
-  long int signal;     		/* Signal that caused the core dump. */
-  int reserved;			/* No longer used */
-  struct user_regs *u_ar0;	/* help gdb to find the general registers. */
-
-  unsigned long magic;		/* uniquely identify a core file */
-  char u_comm[32];		/* User command that was responsible */
-  int u_debugreg[8];
-  struct user_fpregs u_fp;	/* Floating point registers */
-  struct user_fpregs *u_fp0;	/* help gdb to find the FP registers. */
-};
-
-#endif  /* sys/user.h */
\ No newline at end of file
libc/include/nios2-linux-gnu/fpu_control.h
@@ -1,38 +0,0 @@
-/* FPU control word definitions.  Stub version.
-   Copyright (C) 1996-2019 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
-
-#ifndef _FPU_CONTROL_H
-#define _FPU_CONTROL_H
-
-#define _FPU_RESERVED 0xffffffff    /* These bits are reserved and not changed.  */
-
-/* The fdlibm code requires no interrupts for exceptions.  Don't
-   change the rounding mode, it would break long double I/O!  */
-#define _FPU_DEFAULT  0x00000000 /* Default value.  */
-
-/* Type of the control word.  */
-typedef unsigned int fpu_control_t;
-
-/* Macros for accessing the hardware control word.  */
-#define _FPU_GETCW(cw) (cw) = 0
-#define _FPU_SETCW(cw) (void) (cw)
-
-/* Default control word set at startup.  */
-extern fpu_control_t __fpu_control;
-
-#endif /* _FPU_CONTROL_H */
\ No newline at end of file
libc/include/powerpc-linux-musl/asm/auxvec.h โ†’ libc/include/powerpc-linux-any/asm/auxvec.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/bitsperlong.h โ†’ libc/include/powerpc-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/byteorder.h โ†’ libc/include/powerpc-linux-any/asm/byteorder.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/errno.h โ†’ libc/include/powerpc-linux-any/asm/errno.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/fcntl.h โ†’ libc/include/powerpc-linux-any/asm/fcntl.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/ioctl.h โ†’ libc/include/powerpc-linux-any/asm/ioctl.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/ioctls.h โ†’ libc/include/powerpc-linux-any/asm/ioctls.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/ipcbuf.h โ†’ libc/include/powerpc-linux-any/asm/ipcbuf.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/kvm.h โ†’ libc/include/powerpc-linux-any/asm/kvm.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/kvm_para.h โ†’ libc/include/powerpc-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/mman.h โ†’ libc/include/powerpc-linux-any/asm/mman.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/msgbuf.h โ†’ libc/include/powerpc-linux-any/asm/msgbuf.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/perf_regs.h โ†’ libc/include/powerpc-linux-any/asm/perf_regs.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/posix_types.h โ†’ libc/include/powerpc-linux-any/asm/posix_types.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/ptrace.h โ†’ libc/include/powerpc-linux-any/asm/ptrace.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/sembuf.h โ†’ libc/include/powerpc-linux-any/asm/sembuf.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/setup.h โ†’ libc/include/powerpc-linux-any/asm/setup.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/shmbuf.h โ†’ libc/include/powerpc-linux-any/asm/shmbuf.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/sigcontext.h โ†’ libc/include/powerpc-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/siginfo.h โ†’ libc/include/powerpc-linux-any/asm/siginfo.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/signal.h โ†’ libc/include/powerpc-linux-any/asm/signal.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/socket.h โ†’ libc/include/powerpc-linux-any/asm/socket.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/stat.h โ†’ libc/include/powerpc-linux-any/asm/stat.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/swab.h โ†’ libc/include/powerpc-linux-any/asm/swab.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/termbits.h โ†’ libc/include/powerpc-linux-any/asm/termbits.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/termios.h โ†’ libc/include/powerpc-linux-any/asm/termios.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/types.h โ†’ libc/include/powerpc-linux-any/asm/types.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/ucontext.h โ†’ libc/include/powerpc-linux-any/asm/ucontext.h
File renamed without changes
libc/include/powerpc-linux-musl/asm/unistd.h โ†’ libc/include/powerpc-linux-any/asm/unistd.h
File renamed without changes
libc/include/powerpc-linux-gnu/asm/unistd.h
@@ -1,404 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
-/*
- * This file contains the system call numbers.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- */
-#ifndef _UAPI_ASM_POWERPC_UNISTD_H_
-#define _UAPI_ASM_POWERPC_UNISTD_H_
-
-
-#define __NR_restart_syscall	  0
-#define __NR_exit		  1
-#define __NR_fork		  2
-#define __NR_read		  3
-#define __NR_write		  4
-#define __NR_open		  5
-#define __NR_close		  6
-#define __NR_waitpid		  7
-#define __NR_creat		  8
-#define __NR_link		  9
-#define __NR_unlink		 10
-#define __NR_execve		 11
-#define __NR_chdir		 12
-#define __NR_time		 13
-#define __NR_mknod		 14
-#define __NR_chmod		 15
-#define __NR_lchown		 16
-#define __NR_break		 17
-#define __NR_oldstat		 18
-#define __NR_lseek		 19
-#define __NR_getpid		 20
-#define __NR_mount		 21
-#define __NR_umount		 22
-#define __NR_setuid		 23
-#define __NR_getuid		 24
-#define __NR_stime		 25
-#define __NR_ptrace		 26
-#define __NR_alarm		 27
-#define __NR_oldfstat		 28
-#define __NR_pause		 29
-#define __NR_utime		 30
-#define __NR_stty		 31
-#define __NR_gtty		 32
-#define __NR_access		 33
-#define __NR_nice		 34
-#define __NR_ftime		 35
-#define __NR_sync		 36
-#define __NR_kill		 37
-#define __NR_rename		 38
-#define __NR_mkdir		 39
-#define __NR_rmdir		 40
-#define __NR_dup		 41
-#define __NR_pipe		 42
-#define __NR_times		 43
-#define __NR_prof		 44
-#define __NR_brk		 45
-#define __NR_setgid		 46
-#define __NR_getgid		 47
-#define __NR_signal		 48
-#define __NR_geteuid		 49
-#define __NR_getegid		 50
-#define __NR_acct		 51
-#define __NR_umount2		 52
-#define __NR_lock		 53
-#define __NR_ioctl		 54
-#define __NR_fcntl		 55
-#define __NR_mpx		 56
-#define __NR_setpgid		 57
-#define __NR_ulimit		 58
-#define __NR_oldolduname	 59
-#define __NR_umask		 60
-#define __NR_chroot		 61
-#define __NR_ustat		 62
-#define __NR_dup2		 63
-#define __NR_getppid		 64
-#define __NR_getpgrp		 65
-#define __NR_setsid		 66
-#define __NR_sigaction		 67
-#define __NR_sgetmask		 68
-#define __NR_ssetmask		 69
-#define __NR_setreuid		 70
-#define __NR_setregid		 71
-#define __NR_sigsuspend		 72
-#define __NR_sigpending		 73
-#define __NR_sethostname	 74
-#define __NR_setrlimit		 75
-#define __NR_getrlimit		 76
-#define __NR_getrusage		 77
-#define __NR_gettimeofday	 78
-#define __NR_settimeofday	 79
-#define __NR_getgroups		 80
-#define __NR_setgroups		 81
-#define __NR_select		 82
-#define __NR_symlink		 83
-#define __NR_oldlstat		 84
-#define __NR_readlink		 85
-#define __NR_uselib		 86
-#define __NR_swapon		 87
-#define __NR_reboot		 88
-#define __NR_readdir		 89
-#define __NR_mmap		 90
-#define __NR_munmap		 91
-#define __NR_truncate		 92
-#define __NR_ftruncate		 93
-#define __NR_fchmod		 94
-#define __NR_fchown		 95
-#define __NR_getpriority	 96
-#define __NR_setpriority	 97
-#define __NR_profil		 98
-#define __NR_statfs		 99
-#define __NR_fstatfs		100
-#define __NR_ioperm		101
-#define __NR_socketcall		102
-#define __NR_syslog		103
-#define __NR_setitimer		104
-#define __NR_getitimer		105
-#define __NR_stat		106
-#define __NR_lstat		107
-#define __NR_fstat		108
-#define __NR_olduname		109
-#define __NR_iopl		110
-#define __NR_vhangup		111
-#define __NR_idle		112
-#define __NR_vm86		113
-#define __NR_wait4		114
-#define __NR_swapoff		115
-#define __NR_sysinfo		116
-#define __NR_ipc		117
-#define __NR_fsync		118
-#define __NR_sigreturn		119
-#define __NR_clone		120
-#define __NR_setdomainname	121
-#define __NR_uname		122
-#define __NR_modify_ldt		123
-#define __NR_adjtimex		124
-#define __NR_mprotect		125
-#define __NR_sigprocmask	126
-#define __NR_create_module	127
-#define __NR_init_module	128
-#define __NR_delete_module	129
-#define __NR_get_kernel_syms	130
-#define __NR_quotactl		131
-#define __NR_getpgid		132
-#define __NR_fchdir		133
-#define __NR_bdflush		134
-#define __NR_sysfs		135
-#define __NR_personality	136
-#define __NR_afs_syscall	137 /* Syscall for Andrew File System */
-#define __NR_setfsuid		138
-#define __NR_setfsgid		139
-#define __NR__llseek		140
-#define __NR_getdents		141
-#define __NR__newselect		142
-#define __NR_flock		143
-#define __NR_msync		144
-#define __NR_readv		145
-#define __NR_writev		146
-#define __NR_getsid		147
-#define __NR_fdatasync		148
-#define __NR__sysctl		149
-#define __NR_mlock		150
-#define __NR_munlock		151
-#define __NR_mlockall		152
-#define __NR_munlockall		153
-#define __NR_sched_setparam		154
-#define __NR_sched_getparam		155
-#define __NR_sched_setscheduler		156
-#define __NR_sched_getscheduler		157
-#define __NR_sched_yield		158
-#define __NR_sched_get_priority_max	159
-#define __NR_sched_get_priority_min	160
-#define __NR_sched_rr_get_interval	161
-#define __NR_nanosleep		162
-#define __NR_mremap		163
-#define __NR_setresuid		164
-#define __NR_getresuid		165
-#define __NR_query_module	166
-#define __NR_poll		167
-#define __NR_nfsservctl		168
-#define __NR_setresgid		169
-#define __NR_getresgid		170
-#define __NR_prctl		171
-#define __NR_rt_sigreturn	172
-#define __NR_rt_sigaction	173
-#define __NR_rt_sigprocmask	174
-#define __NR_rt_sigpending	175
-#define __NR_rt_sigtimedwait	176
-#define __NR_rt_sigqueueinfo	177
-#define __NR_rt_sigsuspend	178
-#define __NR_pread64		179
-#define __NR_pwrite64		180
-#define __NR_chown		181
-#define __NR_getcwd		182
-#define __NR_capget		183
-#define __NR_capset		184
-#define __NR_sigaltstack	185
-#define __NR_sendfile		186
-#define __NR_getpmsg		187	/* some people actually want streams */
-#define __NR_putpmsg		188	/* some people actually want streams */
-#define __NR_vfork		189
-#define __NR_ugetrlimit		190	/* SuS compliant getrlimit */
-#define __NR_readahead		191
-#ifndef __powerpc64__			/* these are 32-bit only */
-#define __NR_mmap2		192
-#define __NR_truncate64		193
-#define __NR_ftruncate64	194
-#define __NR_stat64		195
-#define __NR_lstat64		196
-#define __NR_fstat64		197
-#endif
-#define __NR_pciconfig_read	198
-#define __NR_pciconfig_write	199
-#define __NR_pciconfig_iobase	200
-#define __NR_multiplexer	201
-#define __NR_getdents64		202
-#define __NR_pivot_root		203
-#ifndef __powerpc64__
-#define __NR_fcntl64		204
-#endif
-#define __NR_madvise		205
-#define __NR_mincore		206
-#define __NR_gettid		207
-#define __NR_tkill		208
-#define __NR_setxattr		209
-#define __NR_lsetxattr		210
-#define __NR_fsetxattr		211
-#define __NR_getxattr		212
-#define __NR_lgetxattr		213
-#define __NR_fgetxattr		214
-#define __NR_listxattr		215
-#define __NR_llistxattr		216
-#define __NR_flistxattr		217
-#define __NR_removexattr	218
-#define __NR_lremovexattr	219
-#define __NR_fremovexattr	220
-#define __NR_futex		221
-#define __NR_sched_setaffinity	222
-#define __NR_sched_getaffinity	223
-/* 224 currently unused */
-#define __NR_tuxcall		225
-#ifndef __powerpc64__
-#define __NR_sendfile64		226
-#endif
-#define __NR_io_setup		227
-#define __NR_io_destroy		228
-#define __NR_io_getevents	229
-#define __NR_io_submit		230
-#define __NR_io_cancel		231
-#define __NR_set_tid_address	232
-#define __NR_fadvise64		233
-#define __NR_exit_group		234
-#define __NR_lookup_dcookie	235
-#define __NR_epoll_create	236
-#define __NR_epoll_ctl		237
-#define __NR_epoll_wait		238
-#define __NR_remap_file_pages	239
-#define __NR_timer_create	240
-#define __NR_timer_settime	241
-#define __NR_timer_gettime	242
-#define __NR_timer_getoverrun	243
-#define __NR_timer_delete	244
-#define __NR_clock_settime	245
-#define __NR_clock_gettime	246
-#define __NR_clock_getres	247
-#define __NR_clock_nanosleep	248
-#define __NR_swapcontext	249
-#define __NR_tgkill		250
-#define __NR_utimes		251
-#define __NR_statfs64		252
-#define __NR_fstatfs64		253
-#ifndef __powerpc64__
-#define __NR_fadvise64_64	254
-#endif
-#define __NR_rtas		255
-#define __NR_sys_debug_setcontext 256
-/* Number 257 is reserved for vserver */
-#define __NR_migrate_pages	258
-#define __NR_mbind		259
-#define __NR_get_mempolicy	260
-#define __NR_set_mempolicy	261
-#define __NR_mq_open		262
-#define __NR_mq_unlink		263
-#define __NR_mq_timedsend	264
-#define __NR_mq_timedreceive	265
-#define __NR_mq_notify		266
-#define __NR_mq_getsetattr	267
-#define __NR_kexec_load		268
-#define __NR_add_key		269
-#define __NR_request_key	270
-#define __NR_keyctl		271
-#define __NR_waitid		272
-#define __NR_ioprio_set		273
-#define __NR_ioprio_get		274
-#define __NR_inotify_init	275
-#define __NR_inotify_add_watch	276
-#define __NR_inotify_rm_watch	277
-#define __NR_spu_run		278
-#define __NR_spu_create		279
-#define __NR_pselect6		280
-#define __NR_ppoll		281
-#define __NR_unshare		282
-#define __NR_splice		283
-#define __NR_tee		284
-#define __NR_vmsplice		285
-#define __NR_openat		286
-#define __NR_mkdirat		287
-#define __NR_mknodat		288
-#define __NR_fchownat		289
-#define __NR_futimesat		290
-#ifdef __powerpc64__
-#define __NR_newfstatat		291
-#else
-#define __NR_fstatat64		291
-#endif
-#define __NR_unlinkat		292
-#define __NR_renameat		293
-#define __NR_linkat		294
-#define __NR_symlinkat		295
-#define __NR_readlinkat		296
-#define __NR_fchmodat		297
-#define __NR_faccessat		298
-#define __NR_get_robust_list	299
-#define __NR_set_robust_list	300
-#define __NR_move_pages		301
-#define __NR_getcpu		302
-#define __NR_epoll_pwait	303
-#define __NR_utimensat		304
-#define __NR_signalfd		305
-#define __NR_timerfd_create	306
-#define __NR_eventfd		307
-#define __NR_sync_file_range2	308
-#define __NR_fallocate		309
-#define __NR_subpage_prot	310
-#define __NR_timerfd_settime	311
-#define __NR_timerfd_gettime	312
-#define __NR_signalfd4		313
-#define __NR_eventfd2		314
-#define __NR_epoll_create1	315
-#define __NR_dup3		316
-#define __NR_pipe2		317
-#define __NR_inotify_init1	318
-#define __NR_perf_event_open	319
-#define __NR_preadv		320
-#define __NR_pwritev		321
-#define __NR_rt_tgsigqueueinfo	322
-#define __NR_fanotify_init	323
-#define __NR_fanotify_mark	324
-#define __NR_prlimit64		325
-#define __NR_socket		326
-#define __NR_bind		327
-#define __NR_connect		328
-#define __NR_listen		329
-#define __NR_accept		330
-#define __NR_getsockname	331
-#define __NR_getpeername	332
-#define __NR_socketpair		333
-#define __NR_send		334
-#define __NR_sendto		335
-#define __NR_recv		336
-#define __NR_recvfrom		337
-#define __NR_shutdown		338
-#define __NR_setsockopt		339
-#define __NR_getsockopt		340
-#define __NR_sendmsg		341
-#define __NR_recvmsg		342
-#define __NR_recvmmsg		343
-#define __NR_accept4		344
-#define __NR_name_to_handle_at	345
-#define __NR_open_by_handle_at	346
-#define __NR_clock_adjtime	347
-#define __NR_syncfs		348
-#define __NR_sendmmsg		349
-#define __NR_setns		350
-#define __NR_process_vm_readv	351
-#define __NR_process_vm_writev	352
-#define __NR_finit_module	353
-#define __NR_kcmp		354
-#define __NR_sched_setattr	355
-#define __NR_sched_getattr	356
-#define __NR_renameat2		357
-#define __NR_seccomp		358
-#define __NR_getrandom		359
-#define __NR_memfd_create	360
-#define __NR_bpf		361
-#define __NR_execveat		362
-#define __NR_switch_endian	363
-#define __NR_userfaultfd	364
-#define __NR_membarrier		365
-#define __NR_mlock2		378
-#define __NR_copy_file_range	379
-#define __NR_preadv2		380
-#define __NR_pwritev2		381
-#define __NR_kexec_file_load	382
-#define __NR_statx		383
-#define __NR_pkey_alloc		384
-#define __NR_pkey_free		385
-#define __NR_pkey_mprotect	386
-#define __NR_rseq		387
-#define __NR_io_pgetevents	388
-
-#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */
libc/include/powerpc64-linux-musl/asm/auxvec.h โ†’ libc/include/powerpc64-linux-any/asm/auxvec.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/bitsperlong.h โ†’ libc/include/powerpc64-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/byteorder.h โ†’ libc/include/powerpc64-linux-any/asm/byteorder.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/errno.h โ†’ libc/include/powerpc64-linux-any/asm/errno.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/fcntl.h โ†’ libc/include/powerpc64-linux-any/asm/fcntl.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/ioctl.h โ†’ libc/include/powerpc64-linux-any/asm/ioctl.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/ioctls.h โ†’ libc/include/powerpc64-linux-any/asm/ioctls.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/ipcbuf.h โ†’ libc/include/powerpc64-linux-any/asm/ipcbuf.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/kvm.h โ†’ libc/include/powerpc64-linux-any/asm/kvm.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/kvm_para.h โ†’ libc/include/powerpc64-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/mman.h โ†’ libc/include/powerpc64-linux-any/asm/mman.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/msgbuf.h โ†’ libc/include/powerpc64-linux-any/asm/msgbuf.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/perf_regs.h โ†’ libc/include/powerpc64-linux-any/asm/perf_regs.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/posix_types.h โ†’ libc/include/powerpc64-linux-any/asm/posix_types.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/ptrace.h โ†’ libc/include/powerpc64-linux-any/asm/ptrace.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/sembuf.h โ†’ libc/include/powerpc64-linux-any/asm/sembuf.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/setup.h โ†’ libc/include/powerpc64-linux-any/asm/setup.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/shmbuf.h โ†’ libc/include/powerpc64-linux-any/asm/shmbuf.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/sigcontext.h โ†’ libc/include/powerpc64-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/siginfo.h โ†’ libc/include/powerpc64-linux-any/asm/siginfo.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/signal.h โ†’ libc/include/powerpc64-linux-any/asm/signal.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/socket.h โ†’ libc/include/powerpc64-linux-any/asm/socket.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/stat.h โ†’ libc/include/powerpc64-linux-any/asm/stat.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/swab.h โ†’ libc/include/powerpc64-linux-any/asm/swab.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/termbits.h โ†’ libc/include/powerpc64-linux-any/asm/termbits.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/termios.h โ†’ libc/include/powerpc64-linux-any/asm/termios.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/types.h โ†’ libc/include/powerpc64-linux-any/asm/types.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/ucontext.h โ†’ libc/include/powerpc64-linux-any/asm/ucontext.h
File renamed without changes
libc/include/powerpc64-linux-musl/asm/unistd.h โ†’ libc/include/powerpc64-linux-any/asm/unistd.h
File renamed without changes
libc/include/powerpc64-linux-gnu/asm/unistd.h
@@ -1,404 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
-/*
- * This file contains the system call numbers.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- */
-#ifndef _UAPI_ASM_POWERPC_UNISTD_H_
-#define _UAPI_ASM_POWERPC_UNISTD_H_
-
-
-#define __NR_restart_syscall	  0
-#define __NR_exit		  1
-#define __NR_fork		  2
-#define __NR_read		  3
-#define __NR_write		  4
-#define __NR_open		  5
-#define __NR_close		  6
-#define __NR_waitpid		  7
-#define __NR_creat		  8
-#define __NR_link		  9
-#define __NR_unlink		 10
-#define __NR_execve		 11
-#define __NR_chdir		 12
-#define __NR_time		 13
-#define __NR_mknod		 14
-#define __NR_chmod		 15
-#define __NR_lchown		 16
-#define __NR_break		 17
-#define __NR_oldstat		 18
-#define __NR_lseek		 19
-#define __NR_getpid		 20
-#define __NR_mount		 21
-#define __NR_umount		 22
-#define __NR_setuid		 23
-#define __NR_getuid		 24
-#define __NR_stime		 25
-#define __NR_ptrace		 26
-#define __NR_alarm		 27
-#define __NR_oldfstat		 28
-#define __NR_pause		 29
-#define __NR_utime		 30
-#define __NR_stty		 31
-#define __NR_gtty		 32
-#define __NR_access		 33
-#define __NR_nice		 34
-#define __NR_ftime		 35
-#define __NR_sync		 36
-#define __NR_kill		 37
-#define __NR_rename		 38
-#define __NR_mkdir		 39
-#define __NR_rmdir		 40
-#define __NR_dup		 41
-#define __NR_pipe		 42
-#define __NR_times		 43
-#define __NR_prof		 44
-#define __NR_brk		 45
-#define __NR_setgid		 46
-#define __NR_getgid		 47
-#define __NR_signal		 48
-#define __NR_geteuid		 49
-#define __NR_getegid		 50
-#define __NR_acct		 51
-#define __NR_umount2		 52
-#define __NR_lock		 53
-#define __NR_ioctl		 54
-#define __NR_fcntl		 55
-#define __NR_mpx		 56
-#define __NR_setpgid		 57
-#define __NR_ulimit		 58
-#define __NR_oldolduname	 59
-#define __NR_umask		 60
-#define __NR_chroot		 61
-#define __NR_ustat		 62
-#define __NR_dup2		 63
-#define __NR_getppid		 64
-#define __NR_getpgrp		 65
-#define __NR_setsid		 66
-#define __NR_sigaction		 67
-#define __NR_sgetmask		 68
-#define __NR_ssetmask		 69
-#define __NR_setreuid		 70
-#define __NR_setregid		 71
-#define __NR_sigsuspend		 72
-#define __NR_sigpending		 73
-#define __NR_sethostname	 74
-#define __NR_setrlimit		 75
-#define __NR_getrlimit		 76
-#define __NR_getrusage		 77
-#define __NR_gettimeofday	 78
-#define __NR_settimeofday	 79
-#define __NR_getgroups		 80
-#define __NR_setgroups		 81
-#define __NR_select		 82
-#define __NR_symlink		 83
-#define __NR_oldlstat		 84
-#define __NR_readlink		 85
-#define __NR_uselib		 86
-#define __NR_swapon		 87
-#define __NR_reboot		 88
-#define __NR_readdir		 89
-#define __NR_mmap		 90
-#define __NR_munmap		 91
-#define __NR_truncate		 92
-#define __NR_ftruncate		 93
-#define __NR_fchmod		 94
-#define __NR_fchown		 95
-#define __NR_getpriority	 96
-#define __NR_setpriority	 97
-#define __NR_profil		 98
-#define __NR_statfs		 99
-#define __NR_fstatfs		100
-#define __NR_ioperm		101
-#define __NR_socketcall		102
-#define __NR_syslog		103
-#define __NR_setitimer		104
-#define __NR_getitimer		105
-#define __NR_stat		106
-#define __NR_lstat		107
-#define __NR_fstat		108
-#define __NR_olduname		109
-#define __NR_iopl		110
-#define __NR_vhangup		111
-#define __NR_idle		112
-#define __NR_vm86		113
-#define __NR_wait4		114
-#define __NR_swapoff		115
-#define __NR_sysinfo		116
-#define __NR_ipc		117
-#define __NR_fsync		118
-#define __NR_sigreturn		119
-#define __NR_clone		120
-#define __NR_setdomainname	121
-#define __NR_uname		122
-#define __NR_modify_ldt		123
-#define __NR_adjtimex		124
-#define __NR_mprotect		125
-#define __NR_sigprocmask	126
-#define __NR_create_module	127
-#define __NR_init_module	128
-#define __NR_delete_module	129
-#define __NR_get_kernel_syms	130
-#define __NR_quotactl		131
-#define __NR_getpgid		132
-#define __NR_fchdir		133
-#define __NR_bdflush		134
-#define __NR_sysfs		135
-#define __NR_personality	136
-#define __NR_afs_syscall	137 /* Syscall for Andrew File System */
-#define __NR_setfsuid		138
-#define __NR_setfsgid		139
-#define __NR__llseek		140
-#define __NR_getdents		141
-#define __NR__newselect		142
-#define __NR_flock		143
-#define __NR_msync		144
-#define __NR_readv		145
-#define __NR_writev		146
-#define __NR_getsid		147
-#define __NR_fdatasync		148
-#define __NR__sysctl		149
-#define __NR_mlock		150
-#define __NR_munlock		151
-#define __NR_mlockall		152
-#define __NR_munlockall		153
-#define __NR_sched_setparam		154
-#define __NR_sched_getparam		155
-#define __NR_sched_setscheduler		156
-#define __NR_sched_getscheduler		157
-#define __NR_sched_yield		158
-#define __NR_sched_get_priority_max	159
-#define __NR_sched_get_priority_min	160
-#define __NR_sched_rr_get_interval	161
-#define __NR_nanosleep		162
-#define __NR_mremap		163
-#define __NR_setresuid		164
-#define __NR_getresuid		165
-#define __NR_query_module	166
-#define __NR_poll		167
-#define __NR_nfsservctl		168
-#define __NR_setresgid		169
-#define __NR_getresgid		170
-#define __NR_prctl		171
-#define __NR_rt_sigreturn	172
-#define __NR_rt_sigaction	173
-#define __NR_rt_sigprocmask	174
-#define __NR_rt_sigpending	175
-#define __NR_rt_sigtimedwait	176
-#define __NR_rt_sigqueueinfo	177
-#define __NR_rt_sigsuspend	178
-#define __NR_pread64		179
-#define __NR_pwrite64		180
-#define __NR_chown		181
-#define __NR_getcwd		182
-#define __NR_capget		183
-#define __NR_capset		184
-#define __NR_sigaltstack	185
-#define __NR_sendfile		186
-#define __NR_getpmsg		187	/* some people actually want streams */
-#define __NR_putpmsg		188	/* some people actually want streams */
-#define __NR_vfork		189
-#define __NR_ugetrlimit		190	/* SuS compliant getrlimit */
-#define __NR_readahead		191
-#ifndef __powerpc64__			/* these are 32-bit only */
-#define __NR_mmap2		192
-#define __NR_truncate64		193
-#define __NR_ftruncate64	194
-#define __NR_stat64		195
-#define __NR_lstat64		196
-#define __NR_fstat64		197
-#endif
-#define __NR_pciconfig_read	198
-#define __NR_pciconfig_write	199
-#define __NR_pciconfig_iobase	200
-#define __NR_multiplexer	201
-#define __NR_getdents64		202
-#define __NR_pivot_root		203
-#ifndef __powerpc64__
-#define __NR_fcntl64		204
-#endif
-#define __NR_madvise		205
-#define __NR_mincore		206
-#define __NR_gettid		207
-#define __NR_tkill		208
-#define __NR_setxattr		209
-#define __NR_lsetxattr		210
-#define __NR_fsetxattr		211
-#define __NR_getxattr		212
-#define __NR_lgetxattr		213
-#define __NR_fgetxattr		214
-#define __NR_listxattr		215
-#define __NR_llistxattr		216
-#define __NR_flistxattr		217
-#define __NR_removexattr	218
-#define __NR_lremovexattr	219
-#define __NR_fremovexattr	220
-#define __NR_futex		221
-#define __NR_sched_setaffinity	222
-#define __NR_sched_getaffinity	223
-/* 224 currently unused */
-#define __NR_tuxcall		225
-#ifndef __powerpc64__
-#define __NR_sendfile64		226
-#endif
-#define __NR_io_setup		227
-#define __NR_io_destroy		228
-#define __NR_io_getevents	229
-#define __NR_io_submit		230
-#define __NR_io_cancel		231
-#define __NR_set_tid_address	232
-#define __NR_fadvise64		233
-#define __NR_exit_group		234
-#define __NR_lookup_dcookie	235
-#define __NR_epoll_create	236
-#define __NR_epoll_ctl		237
-#define __NR_epoll_wait		238
-#define __NR_remap_file_pages	239
-#define __NR_timer_create	240
-#define __NR_timer_settime	241
-#define __NR_timer_gettime	242
-#define __NR_timer_getoverrun	243
-#define __NR_timer_delete	244
-#define __NR_clock_settime	245
-#define __NR_clock_gettime	246
-#define __NR_clock_getres	247
-#define __NR_clock_nanosleep	248
-#define __NR_swapcontext	249
-#define __NR_tgkill		250
-#define __NR_utimes		251
-#define __NR_statfs64		252
-#define __NR_fstatfs64		253
-#ifndef __powerpc64__
-#define __NR_fadvise64_64	254
-#endif
-#define __NR_rtas		255
-#define __NR_sys_debug_setcontext 256
-/* Number 257 is reserved for vserver */
-#define __NR_migrate_pages	258
-#define __NR_mbind		259
-#define __NR_get_mempolicy	260
-#define __NR_set_mempolicy	261
-#define __NR_mq_open		262
-#define __NR_mq_unlink		263
-#define __NR_mq_timedsend	264
-#define __NR_mq_timedreceive	265
-#define __NR_mq_notify		266
-#define __NR_mq_getsetattr	267
-#define __NR_kexec_load		268
-#define __NR_add_key		269
-#define __NR_request_key	270
-#define __NR_keyctl		271
-#define __NR_waitid		272
-#define __NR_ioprio_set		273
-#define __NR_ioprio_get		274
-#define __NR_inotify_init	275
-#define __NR_inotify_add_watch	276
-#define __NR_inotify_rm_watch	277
-#define __NR_spu_run		278
-#define __NR_spu_create		279
-#define __NR_pselect6		280
-#define __NR_ppoll		281
-#define __NR_unshare		282
-#define __NR_splice		283
-#define __NR_tee		284
-#define __NR_vmsplice		285
-#define __NR_openat		286
-#define __NR_mkdirat		287
-#define __NR_mknodat		288
-#define __NR_fchownat		289
-#define __NR_futimesat		290
-#ifdef __powerpc64__
-#define __NR_newfstatat		291
-#else
-#define __NR_fstatat64		291
-#endif
-#define __NR_unlinkat		292
-#define __NR_renameat		293
-#define __NR_linkat		294
-#define __NR_symlinkat		295
-#define __NR_readlinkat		296
-#define __NR_fchmodat		297
-#define __NR_faccessat		298
-#define __NR_get_robust_list	299
-#define __NR_set_robust_list	300
-#define __NR_move_pages		301
-#define __NR_getcpu		302
-#define __NR_epoll_pwait	303
-#define __NR_utimensat		304
-#define __NR_signalfd		305
-#define __NR_timerfd_create	306
-#define __NR_eventfd		307
-#define __NR_sync_file_range2	308
-#define __NR_fallocate		309
-#define __NR_subpage_prot	310
-#define __NR_timerfd_settime	311
-#define __NR_timerfd_gettime	312
-#define __NR_signalfd4		313
-#define __NR_eventfd2		314
-#define __NR_epoll_create1	315
-#define __NR_dup3		316
-#define __NR_pipe2		317
-#define __NR_inotify_init1	318
-#define __NR_perf_event_open	319
-#define __NR_preadv		320
-#define __NR_pwritev		321
-#define __NR_rt_tgsigqueueinfo	322
-#define __NR_fanotify_init	323
-#define __NR_fanotify_mark	324
-#define __NR_prlimit64		325
-#define __NR_socket		326
-#define __NR_bind		327
-#define __NR_connect		328
-#define __NR_listen		329
-#define __NR_accept		330
-#define __NR_getsockname	331
-#define __NR_getpeername	332
-#define __NR_socketpair		333
-#define __NR_send		334
-#define __NR_sendto		335
-#define __NR_recv		336
-#define __NR_recvfrom		337
-#define __NR_shutdown		338
-#define __NR_setsockopt		339
-#define __NR_getsockopt		340
-#define __NR_sendmsg		341
-#define __NR_recvmsg		342
-#define __NR_recvmmsg		343
-#define __NR_accept4		344
-#define __NR_name_to_handle_at	345
-#define __NR_open_by_handle_at	346
-#define __NR_clock_adjtime	347
-#define __NR_syncfs		348
-#define __NR_sendmmsg		349
-#define __NR_setns		350
-#define __NR_process_vm_readv	351
-#define __NR_process_vm_writev	352
-#define __NR_finit_module	353
-#define __NR_kcmp		354
-#define __NR_sched_setattr	355
-#define __NR_sched_getattr	356
-#define __NR_renameat2		357
-#define __NR_seccomp		358
-#define __NR_getrandom		359
-#define __NR_memfd_create	360
-#define __NR_bpf		361
-#define __NR_execveat		362
-#define __NR_switch_endian	363
-#define __NR_userfaultfd	364
-#define __NR_membarrier		365
-#define __NR_mlock2		378
-#define __NR_copy_file_range	379
-#define __NR_preadv2		380
-#define __NR_pwritev2		381
-#define __NR_kexec_file_load	382
-#define __NR_statx		383
-#define __NR_pkey_alloc		384
-#define __NR_pkey_free		385
-#define __NR_pkey_mprotect	386
-#define __NR_rseq		387
-#define __NR_io_pgetevents	388
-
-#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */
libc/include/powerpc64le-linux-musl/asm/auxvec.h โ†’ libc/include/powerpc64le-linux-any/asm/auxvec.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/bitsperlong.h โ†’ libc/include/powerpc64le-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/byteorder.h โ†’ libc/include/powerpc64le-linux-any/asm/byteorder.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/errno.h โ†’ libc/include/powerpc64le-linux-any/asm/errno.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/fcntl.h โ†’ libc/include/powerpc64le-linux-any/asm/fcntl.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/ioctl.h โ†’ libc/include/powerpc64le-linux-any/asm/ioctl.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/ioctls.h โ†’ libc/include/powerpc64le-linux-any/asm/ioctls.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/ipcbuf.h โ†’ libc/include/powerpc64le-linux-any/asm/ipcbuf.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/kvm.h โ†’ libc/include/powerpc64le-linux-any/asm/kvm.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/kvm_para.h โ†’ libc/include/powerpc64le-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/mman.h โ†’ libc/include/powerpc64le-linux-any/asm/mman.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/msgbuf.h โ†’ libc/include/powerpc64le-linux-any/asm/msgbuf.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/perf_regs.h โ†’ libc/include/powerpc64le-linux-any/asm/perf_regs.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/posix_types.h โ†’ libc/include/powerpc64le-linux-any/asm/posix_types.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/ptrace.h โ†’ libc/include/powerpc64le-linux-any/asm/ptrace.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/sembuf.h โ†’ libc/include/powerpc64le-linux-any/asm/sembuf.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/setup.h โ†’ libc/include/powerpc64le-linux-any/asm/setup.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/shmbuf.h โ†’ libc/include/powerpc64le-linux-any/asm/shmbuf.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/sigcontext.h โ†’ libc/include/powerpc64le-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/siginfo.h โ†’ libc/include/powerpc64le-linux-any/asm/siginfo.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/signal.h โ†’ libc/include/powerpc64le-linux-any/asm/signal.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/socket.h โ†’ libc/include/powerpc64le-linux-any/asm/socket.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/stat.h โ†’ libc/include/powerpc64le-linux-any/asm/stat.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/swab.h โ†’ libc/include/powerpc64le-linux-any/asm/swab.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/termbits.h โ†’ libc/include/powerpc64le-linux-any/asm/termbits.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/termios.h โ†’ libc/include/powerpc64le-linux-any/asm/termios.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/types.h โ†’ libc/include/powerpc64le-linux-any/asm/types.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/ucontext.h โ†’ libc/include/powerpc64le-linux-any/asm/ucontext.h
File renamed without changes
libc/include/powerpc64le-linux-musl/asm/unistd.h โ†’ libc/include/powerpc64le-linux-any/asm/unistd.h
File renamed without changes
libc/include/powerpc64le-linux-gnu/asm/unistd.h
@@ -1,404 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
-/*
- * This file contains the system call numbers.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- */
-#ifndef _UAPI_ASM_POWERPC_UNISTD_H_
-#define _UAPI_ASM_POWERPC_UNISTD_H_
-
-
-#define __NR_restart_syscall	  0
-#define __NR_exit		  1
-#define __NR_fork		  2
-#define __NR_read		  3
-#define __NR_write		  4
-#define __NR_open		  5
-#define __NR_close		  6
-#define __NR_waitpid		  7
-#define __NR_creat		  8
-#define __NR_link		  9
-#define __NR_unlink		 10
-#define __NR_execve		 11
-#define __NR_chdir		 12
-#define __NR_time		 13
-#define __NR_mknod		 14
-#define __NR_chmod		 15
-#define __NR_lchown		 16
-#define __NR_break		 17
-#define __NR_oldstat		 18
-#define __NR_lseek		 19
-#define __NR_getpid		 20
-#define __NR_mount		 21
-#define __NR_umount		 22
-#define __NR_setuid		 23
-#define __NR_getuid		 24
-#define __NR_stime		 25
-#define __NR_ptrace		 26
-#define __NR_alarm		 27
-#define __NR_oldfstat		 28
-#define __NR_pause		 29
-#define __NR_utime		 30
-#define __NR_stty		 31
-#define __NR_gtty		 32
-#define __NR_access		 33
-#define __NR_nice		 34
-#define __NR_ftime		 35
-#define __NR_sync		 36
-#define __NR_kill		 37
-#define __NR_rename		 38
-#define __NR_mkdir		 39
-#define __NR_rmdir		 40
-#define __NR_dup		 41
-#define __NR_pipe		 42
-#define __NR_times		 43
-#define __NR_prof		 44
-#define __NR_brk		 45
-#define __NR_setgid		 46
-#define __NR_getgid		 47
-#define __NR_signal		 48
-#define __NR_geteuid		 49
-#define __NR_getegid		 50
-#define __NR_acct		 51
-#define __NR_umount2		 52
-#define __NR_lock		 53
-#define __NR_ioctl		 54
-#define __NR_fcntl		 55
-#define __NR_mpx		 56
-#define __NR_setpgid		 57
-#define __NR_ulimit		 58
-#define __NR_oldolduname	 59
-#define __NR_umask		 60
-#define __NR_chroot		 61
-#define __NR_ustat		 62
-#define __NR_dup2		 63
-#define __NR_getppid		 64
-#define __NR_getpgrp		 65
-#define __NR_setsid		 66
-#define __NR_sigaction		 67
-#define __NR_sgetmask		 68
-#define __NR_ssetmask		 69
-#define __NR_setreuid		 70
-#define __NR_setregid		 71
-#define __NR_sigsuspend		 72
-#define __NR_sigpending		 73
-#define __NR_sethostname	 74
-#define __NR_setrlimit		 75
-#define __NR_getrlimit		 76
-#define __NR_getrusage		 77
-#define __NR_gettimeofday	 78
-#define __NR_settimeofday	 79
-#define __NR_getgroups		 80
-#define __NR_setgroups		 81
-#define __NR_select		 82
-#define __NR_symlink		 83
-#define __NR_oldlstat		 84
-#define __NR_readlink		 85
-#define __NR_uselib		 86
-#define __NR_swapon		 87
-#define __NR_reboot		 88
-#define __NR_readdir		 89
-#define __NR_mmap		 90
-#define __NR_munmap		 91
-#define __NR_truncate		 92
-#define __NR_ftruncate		 93
-#define __NR_fchmod		 94
-#define __NR_fchown		 95
-#define __NR_getpriority	 96
-#define __NR_setpriority	 97
-#define __NR_profil		 98
-#define __NR_statfs		 99
-#define __NR_fstatfs		100
-#define __NR_ioperm		101
-#define __NR_socketcall		102
-#define __NR_syslog		103
-#define __NR_setitimer		104
-#define __NR_getitimer		105
-#define __NR_stat		106
-#define __NR_lstat		107
-#define __NR_fstat		108
-#define __NR_olduname		109
-#define __NR_iopl		110
-#define __NR_vhangup		111
-#define __NR_idle		112
-#define __NR_vm86		113
-#define __NR_wait4		114
-#define __NR_swapoff		115
-#define __NR_sysinfo		116
-#define __NR_ipc		117
-#define __NR_fsync		118
-#define __NR_sigreturn		119
-#define __NR_clone		120
-#define __NR_setdomainname	121
-#define __NR_uname		122
-#define __NR_modify_ldt		123
-#define __NR_adjtimex		124
-#define __NR_mprotect		125
-#define __NR_sigprocmask	126
-#define __NR_create_module	127
-#define __NR_init_module	128
-#define __NR_delete_module	129
-#define __NR_get_kernel_syms	130
-#define __NR_quotactl		131
-#define __NR_getpgid		132
-#define __NR_fchdir		133
-#define __NR_bdflush		134
-#define __NR_sysfs		135
-#define __NR_personality	136
-#define __NR_afs_syscall	137 /* Syscall for Andrew File System */
-#define __NR_setfsuid		138
-#define __NR_setfsgid		139
-#define __NR__llseek		140
-#define __NR_getdents		141
-#define __NR__newselect		142
-#define __NR_flock		143
-#define __NR_msync		144
-#define __NR_readv		145
-#define __NR_writev		146
-#define __NR_getsid		147
-#define __NR_fdatasync		148
-#define __NR__sysctl		149
-#define __NR_mlock		150
-#define __NR_munlock		151
-#define __NR_mlockall		152
-#define __NR_munlockall		153
-#define __NR_sched_setparam		154
-#define __NR_sched_getparam		155
-#define __NR_sched_setscheduler		156
-#define __NR_sched_getscheduler		157
-#define __NR_sched_yield		158
-#define __NR_sched_get_priority_max	159
-#define __NR_sched_get_priority_min	160
-#define __NR_sched_rr_get_interval	161
-#define __NR_nanosleep		162
-#define __NR_mremap		163
-#define __NR_setresuid		164
-#define __NR_getresuid		165
-#define __NR_query_module	166
-#define __NR_poll		167
-#define __NR_nfsservctl		168
-#define __NR_setresgid		169
-#define __NR_getresgid		170
-#define __NR_prctl		171
-#define __NR_rt_sigreturn	172
-#define __NR_rt_sigaction	173
-#define __NR_rt_sigprocmask	174
-#define __NR_rt_sigpending	175
-#define __NR_rt_sigtimedwait	176
-#define __NR_rt_sigqueueinfo	177
-#define __NR_rt_sigsuspend	178
-#define __NR_pread64		179
-#define __NR_pwrite64		180
-#define __NR_chown		181
-#define __NR_getcwd		182
-#define __NR_capget		183
-#define __NR_capset		184
-#define __NR_sigaltstack	185
-#define __NR_sendfile		186
-#define __NR_getpmsg		187	/* some people actually want streams */
-#define __NR_putpmsg		188	/* some people actually want streams */
-#define __NR_vfork		189
-#define __NR_ugetrlimit		190	/* SuS compliant getrlimit */
-#define __NR_readahead		191
-#ifndef __powerpc64__			/* these are 32-bit only */
-#define __NR_mmap2		192
-#define __NR_truncate64		193
-#define __NR_ftruncate64	194
-#define __NR_stat64		195
-#define __NR_lstat64		196
-#define __NR_fstat64		197
-#endif
-#define __NR_pciconfig_read	198
-#define __NR_pciconfig_write	199
-#define __NR_pciconfig_iobase	200
-#define __NR_multiplexer	201
-#define __NR_getdents64		202
-#define __NR_pivot_root		203
-#ifndef __powerpc64__
-#define __NR_fcntl64		204
-#endif
-#define __NR_madvise		205
-#define __NR_mincore		206
-#define __NR_gettid		207
-#define __NR_tkill		208
-#define __NR_setxattr		209
-#define __NR_lsetxattr		210
-#define __NR_fsetxattr		211
-#define __NR_getxattr		212
-#define __NR_lgetxattr		213
-#define __NR_fgetxattr		214
-#define __NR_listxattr		215
-#define __NR_llistxattr		216
-#define __NR_flistxattr		217
-#define __NR_removexattr	218
-#define __NR_lremovexattr	219
-#define __NR_fremovexattr	220
-#define __NR_futex		221
-#define __NR_sched_setaffinity	222
-#define __NR_sched_getaffinity	223
-/* 224 currently unused */
-#define __NR_tuxcall		225
-#ifndef __powerpc64__
-#define __NR_sendfile64		226
-#endif
-#define __NR_io_setup		227
-#define __NR_io_destroy		228
-#define __NR_io_getevents	229
-#define __NR_io_submit		230
-#define __NR_io_cancel		231
-#define __NR_set_tid_address	232
-#define __NR_fadvise64		233
-#define __NR_exit_group		234
-#define __NR_lookup_dcookie	235
-#define __NR_epoll_create	236
-#define __NR_epoll_ctl		237
-#define __NR_epoll_wait		238
-#define __NR_remap_file_pages	239
-#define __NR_timer_create	240
-#define __NR_timer_settime	241
-#define __NR_timer_gettime	242
-#define __NR_timer_getoverrun	243
-#define __NR_timer_delete	244
-#define __NR_clock_settime	245
-#define __NR_clock_gettime	246
-#define __NR_clock_getres	247
-#define __NR_clock_nanosleep	248
-#define __NR_swapcontext	249
-#define __NR_tgkill		250
-#define __NR_utimes		251
-#define __NR_statfs64		252
-#define __NR_fstatfs64		253
-#ifndef __powerpc64__
-#define __NR_fadvise64_64	254
-#endif
-#define __NR_rtas		255
-#define __NR_sys_debug_setcontext 256
-/* Number 257 is reserved for vserver */
-#define __NR_migrate_pages	258
-#define __NR_mbind		259
-#define __NR_get_mempolicy	260
-#define __NR_set_mempolicy	261
-#define __NR_mq_open		262
-#define __NR_mq_unlink		263
-#define __NR_mq_timedsend	264
-#define __NR_mq_timedreceive	265
-#define __NR_mq_notify		266
-#define __NR_mq_getsetattr	267
-#define __NR_kexec_load		268
-#define __NR_add_key		269
-#define __NR_request_key	270
-#define __NR_keyctl		271
-#define __NR_waitid		272
-#define __NR_ioprio_set		273
-#define __NR_ioprio_get		274
-#define __NR_inotify_init	275
-#define __NR_inotify_add_watch	276
-#define __NR_inotify_rm_watch	277
-#define __NR_spu_run		278
-#define __NR_spu_create		279
-#define __NR_pselect6		280
-#define __NR_ppoll		281
-#define __NR_unshare		282
-#define __NR_splice		283
-#define __NR_tee		284
-#define __NR_vmsplice		285
-#define __NR_openat		286
-#define __NR_mkdirat		287
-#define __NR_mknodat		288
-#define __NR_fchownat		289
-#define __NR_futimesat		290
-#ifdef __powerpc64__
-#define __NR_newfstatat		291
-#else
-#define __NR_fstatat64		291
-#endif
-#define __NR_unlinkat		292
-#define __NR_renameat		293
-#define __NR_linkat		294
-#define __NR_symlinkat		295
-#define __NR_readlinkat		296
-#define __NR_fchmodat		297
-#define __NR_faccessat		298
-#define __NR_get_robust_list	299
-#define __NR_set_robust_list	300
-#define __NR_move_pages		301
-#define __NR_getcpu		302
-#define __NR_epoll_pwait	303
-#define __NR_utimensat		304
-#define __NR_signalfd		305
-#define __NR_timerfd_create	306
-#define __NR_eventfd		307
-#define __NR_sync_file_range2	308
-#define __NR_fallocate		309
-#define __NR_subpage_prot	310
-#define __NR_timerfd_settime	311
-#define __NR_timerfd_gettime	312
-#define __NR_signalfd4		313
-#define __NR_eventfd2		314
-#define __NR_epoll_create1	315
-#define __NR_dup3		316
-#define __NR_pipe2		317
-#define __NR_inotify_init1	318
-#define __NR_perf_event_open	319
-#define __NR_preadv		320
-#define __NR_pwritev		321
-#define __NR_rt_tgsigqueueinfo	322
-#define __NR_fanotify_init	323
-#define __NR_fanotify_mark	324
-#define __NR_prlimit64		325
-#define __NR_socket		326
-#define __NR_bind		327
-#define __NR_connect		328
-#define __NR_listen		329
-#define __NR_accept		330
-#define __NR_getsockname	331
-#define __NR_getpeername	332
-#define __NR_socketpair		333
-#define __NR_send		334
-#define __NR_sendto		335
-#define __NR_recv		336
-#define __NR_recvfrom		337
-#define __NR_shutdown		338
-#define __NR_setsockopt		339
-#define __NR_getsockopt		340
-#define __NR_sendmsg		341
-#define __NR_recvmsg		342
-#define __NR_recvmmsg		343
-#define __NR_accept4		344
-#define __NR_name_to_handle_at	345
-#define __NR_open_by_handle_at	346
-#define __NR_clock_adjtime	347
-#define __NR_syncfs		348
-#define __NR_sendmmsg		349
-#define __NR_setns		350
-#define __NR_process_vm_readv	351
-#define __NR_process_vm_writev	352
-#define __NR_finit_module	353
-#define __NR_kcmp		354
-#define __NR_sched_setattr	355
-#define __NR_sched_getattr	356
-#define __NR_renameat2		357
-#define __NR_seccomp		358
-#define __NR_getrandom		359
-#define __NR_memfd_create	360
-#define __NR_bpf		361
-#define __NR_execveat		362
-#define __NR_switch_endian	363
-#define __NR_userfaultfd	364
-#define __NR_membarrier		365
-#define __NR_mlock2		378
-#define __NR_copy_file_range	379
-#define __NR_preadv2		380
-#define __NR_pwritev2		381
-#define __NR_kexec_file_load	382
-#define __NR_statx		383
-#define __NR_pkey_alloc		384
-#define __NR_pkey_free		385
-#define __NR_pkey_mprotect	386
-#define __NR_rseq		387
-#define __NR_io_pgetevents	388
-
-#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */
libc/include/riscv32-linux-musl/asm/auxvec.h โ†’ libc/include/riscv32-linux-any/asm/auxvec.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/bitsperlong.h โ†’ libc/include/riscv32-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/byteorder.h โ†’ libc/include/riscv32-linux-any/asm/byteorder.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/elf.h โ†’ libc/include/riscv32-linux-any/asm/elf.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/hwcap.h โ†’ libc/include/riscv32-linux-any/asm/hwcap.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/posix_types.h โ†’ libc/include/riscv32-linux-any/asm/posix_types.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/ptrace.h โ†’ libc/include/riscv32-linux-any/asm/ptrace.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/setup.h โ†’ libc/include/riscv32-linux-any/asm/setup.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/sigcontext.h โ†’ libc/include/riscv32-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/siginfo.h โ†’ libc/include/riscv32-linux-any/asm/siginfo.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/signal.h โ†’ libc/include/riscv32-linux-any/asm/signal.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/stat.h โ†’ libc/include/riscv32-linux-any/asm/stat.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/ucontext.h โ†’ libc/include/riscv32-linux-any/asm/ucontext.h
File renamed without changes
libc/include/riscv32-linux-musl/asm/unistd.h โ†’ libc/include/riscv32-linux-any/asm/unistd.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/auxvec.h โ†’ libc/include/riscv64-linux-any/asm/auxvec.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/bitsperlong.h โ†’ libc/include/riscv64-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/byteorder.h โ†’ libc/include/riscv64-linux-any/asm/byteorder.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/elf.h โ†’ libc/include/riscv64-linux-any/asm/elf.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/hwcap.h โ†’ libc/include/riscv64-linux-any/asm/hwcap.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/posix_types.h โ†’ libc/include/riscv64-linux-any/asm/posix_types.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/ptrace.h โ†’ libc/include/riscv64-linux-any/asm/ptrace.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/setup.h โ†’ libc/include/riscv64-linux-any/asm/setup.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/sigcontext.h โ†’ libc/include/riscv64-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/siginfo.h โ†’ libc/include/riscv64-linux-any/asm/siginfo.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/signal.h โ†’ libc/include/riscv64-linux-any/asm/signal.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/stat.h โ†’ libc/include/riscv64-linux-any/asm/stat.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/ucontext.h โ†’ libc/include/riscv64-linux-any/asm/ucontext.h
File renamed without changes
libc/include/riscv64-linux-musl/asm/unistd.h โ†’ libc/include/riscv64-linux-any/asm/unistd.h
File renamed without changes
libc/include/riscv64-linux-gnu/asm/unistd.h
@@ -1,41 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * Copyright (C) 2018 David Abdurachmanov <david.abdurachmanov@gmail.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifdef __LP64__
-#define __ARCH_WANT_NEW_STAT
-#endif /* __LP64__ */
-
-#include <asm-generic/unistd.h>
-
-/*
- * Allows the instruction cache to be flushed from userspace.  Despite RISC-V
- * having a direct 'fence.i' instruction available to userspace (which we
- * can't trap!), that's not actually viable when running on Linux because the
- * kernel might schedule a process on another hart.  There is no way for
- * userspace to handle this without invoking the kernel (as it doesn't know the
- * thread->hart mappings), so we've defined a RISC-V specific system call to
- * flush the instruction cache.
- *
- * __NR_riscv_flush_icache is defined to flush the instruction cache over an
- * address range, with the flush applying to either all threads or just the
- * caller.  We don't currently do anything with the address range, that's just
- * in there for forwards compatibility.
- */
-#ifndef __NR_riscv_flush_icache
-#define __NR_riscv_flush_icache (__NR_arch_specific_syscall + 15)
-#endif
-__SYSCALL(__NR_riscv_flush_icache, sys_riscv_flush_icache)
libc/include/s390x-linux-musl/asm/auxvec.h โ†’ libc/include/s390x-linux-any/asm/auxvec.h
File renamed without changes
libc/include/s390x-linux-musl/asm/bitsperlong.h โ†’ libc/include/s390x-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/s390x-linux-musl/asm/bpf_perf_event.h โ†’ libc/include/s390x-linux-any/asm/bpf_perf_event.h
File renamed without changes
libc/include/s390x-linux-musl/asm/byteorder.h โ†’ libc/include/s390x-linux-any/asm/byteorder.h
File renamed without changes
libc/include/s390x-linux-musl/asm/chpid.h โ†’ libc/include/s390x-linux-any/asm/chpid.h
File renamed without changes
libc/include/s390x-linux-musl/asm/chsc.h โ†’ libc/include/s390x-linux-any/asm/chsc.h
File renamed without changes
libc/include/s390x-linux-musl/asm/clp.h โ†’ libc/include/s390x-linux-any/asm/clp.h
File renamed without changes
libc/include/s390x-linux-musl/asm/cmb.h โ†’ libc/include/s390x-linux-any/asm/cmb.h
File renamed without changes
libc/include/s390x-linux-musl/asm/dasd.h โ†’ libc/include/s390x-linux-any/asm/dasd.h
File renamed without changes
libc/include/s390x-linux-musl/asm/debug.h โ†’ libc/include/s390x-linux-any/asm/debug.h
File renamed without changes
libc/include/s390x-linux-musl/asm/guarded_storage.h โ†’ libc/include/s390x-linux-any/asm/guarded_storage.h
File renamed without changes
libc/include/s390x-linux-musl/asm/hypfs.h โ†’ libc/include/s390x-linux-any/asm/hypfs.h
File renamed without changes
libc/include/s390x-linux-musl/asm/ioctls.h โ†’ libc/include/s390x-linux-any/asm/ioctls.h
File renamed without changes
libc/include/s390x-linux-musl/asm/ipcbuf.h โ†’ libc/include/s390x-linux-any/asm/ipcbuf.h
File renamed without changes
libc/include/s390x-linux-musl/asm/kvm.h โ†’ libc/include/s390x-linux-any/asm/kvm.h
File renamed without changes
libc/include/s390x-linux-musl/asm/kvm_para.h โ†’ libc/include/s390x-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/s390x-linux-musl/asm/kvm_perf.h โ†’ libc/include/s390x-linux-any/asm/kvm_perf.h
File renamed without changes
libc/include/s390x-linux-musl/asm/monwriter.h โ†’ libc/include/s390x-linux-any/asm/monwriter.h
File renamed without changes
libc/include/s390x-linux-musl/asm/perf_regs.h โ†’ libc/include/s390x-linux-any/asm/perf_regs.h
File renamed without changes
libc/include/s390x-linux-musl/asm/pkey.h โ†’ libc/include/s390x-linux-any/asm/pkey.h
File renamed without changes
libc/include/s390x-linux-musl/asm/posix_types.h โ†’ libc/include/s390x-linux-any/asm/posix_types.h
File renamed without changes
libc/include/s390x-linux-musl/asm/ptrace.h โ†’ libc/include/s390x-linux-any/asm/ptrace.h
File renamed without changes
libc/include/s390x-linux-musl/asm/qeth.h โ†’ libc/include/s390x-linux-any/asm/qeth.h
File renamed without changes
libc/include/s390x-linux-musl/asm/runtime_instr.h โ†’ libc/include/s390x-linux-any/asm/runtime_instr.h
File renamed without changes
libc/include/s390x-linux-musl/asm/schid.h โ†’ libc/include/s390x-linux-any/asm/schid.h
File renamed without changes
libc/include/s390x-linux-musl/asm/sclp_ctl.h โ†’ libc/include/s390x-linux-any/asm/sclp_ctl.h
File renamed without changes
libc/include/s390x-linux-musl/asm/setup.h โ†’ libc/include/s390x-linux-any/asm/setup.h
File renamed without changes
libc/include/s390x-linux-musl/asm/sie.h โ†’ libc/include/s390x-linux-any/asm/sie.h
File renamed without changes
libc/include/s390x-linux-musl/asm/sigcontext.h โ†’ libc/include/s390x-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/s390x-linux-musl/asm/siginfo.h โ†’ libc/include/s390x-linux-any/asm/siginfo.h
File renamed without changes
libc/include/s390x-linux-musl/asm/signal.h โ†’ libc/include/s390x-linux-any/asm/signal.h
File renamed without changes
libc/include/s390x-linux-musl/asm/socket.h โ†’ libc/include/s390x-linux-any/asm/socket.h
File renamed without changes
libc/include/s390x-linux-musl/asm/stat.h โ†’ libc/include/s390x-linux-any/asm/stat.h
File renamed without changes
libc/include/s390x-linux-musl/asm/statfs.h โ†’ libc/include/s390x-linux-any/asm/statfs.h
File renamed without changes
libc/include/s390x-linux-musl/asm/sthyi.h โ†’ libc/include/s390x-linux-any/asm/sthyi.h
File renamed without changes
libc/include/s390x-linux-musl/asm/tape390.h โ†’ libc/include/s390x-linux-any/asm/tape390.h
File renamed without changes
libc/include/s390x-linux-musl/asm/termios.h โ†’ libc/include/s390x-linux-any/asm/termios.h
File renamed without changes
libc/include/s390x-linux-musl/asm/types.h โ†’ libc/include/s390x-linux-any/asm/types.h
File renamed without changes
libc/include/s390x-linux-musl/asm/ucontext.h โ†’ libc/include/s390x-linux-any/asm/ucontext.h
File renamed without changes
libc/include/s390x-linux-musl/asm/unistd.h โ†’ libc/include/s390x-linux-any/asm/unistd.h
File renamed without changes
libc/include/s390x-linux-musl/asm/unistd_32.h โ†’ libc/include/s390x-linux-any/asm/unistd_32.h
File renamed without changes
libc/include/s390x-linux-musl/asm/unistd_64.h โ†’ libc/include/s390x-linux-any/asm/unistd_64.h
File renamed without changes
libc/include/s390x-linux-musl/asm/virtio-ccw.h โ†’ libc/include/s390x-linux-any/asm/virtio-ccw.h
File renamed without changes
libc/include/s390x-linux-musl/asm/vmcp.h โ†’ libc/include/s390x-linux-any/asm/vmcp.h
File renamed without changes
libc/include/s390x-linux-musl/asm/vtoc.h โ†’ libc/include/s390x-linux-any/asm/vtoc.h
File renamed without changes
libc/include/s390x-linux-musl/asm/zcrypt.h โ†’ libc/include/s390x-linux-any/asm/zcrypt.h
File renamed without changes
libc/include/s390x-linux-gnu/asm/unistd.h
@@ -1,17 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- *  S390 version
- *
- *  Derived from "include/asm-i386/unistd.h"
- */
-
-#ifndef _UAPI_ASM_S390_UNISTD_H_
-#define _UAPI_ASM_S390_UNISTD_H_
-
-#ifdef __s390x__
-#include <asm/unistd_64.h>
-#else
-#include <asm/unistd_32.h>
-#endif
-
-#endif /* _UAPI_ASM_S390_UNISTD_H_ */
libc/include/sparc-linux-gnu/asm/unistd.h
@@ -1,453 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * System calls under the Sparc.
- *
- * Don't be scared by the ugly clobbers, it is the only way I can
- * think of right now to force the arguments into fixed registers
- * before the trap into the system call with gcc 'asm' statements.
- *
- * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
- *
- * SunOS compatibility based upon preliminary work which is:
- *
- * Copyright (C) 1995 Adrian M. Rodriguez (adrian@remus.rutgers.edu)
- */
-#ifndef _UAPI_SPARC_UNISTD_H
-#define _UAPI_SPARC_UNISTD_H
-
-#ifndef __32bit_syscall_numbers__
-#ifndef __arch64__
-#define __32bit_syscall_numbers__
-#endif
-#endif
-
-#define __NR_restart_syscall      0 /* Linux Specific				   */
-#define __NR_exit                 1 /* Common                                      */
-#define __NR_fork                 2 /* Common                                      */
-#define __NR_read                 3 /* Common                                      */
-#define __NR_write                4 /* Common                                      */
-#define __NR_open                 5 /* Common                                      */
-#define __NR_close                6 /* Common                                      */
-#define __NR_wait4                7 /* Common                                      */
-#define __NR_creat                8 /* Common                                      */
-#define __NR_link                 9 /* Common                                      */
-#define __NR_unlink              10 /* Common                                      */
-#define __NR_execv               11 /* SunOS Specific                              */
-#define __NR_chdir               12 /* Common                                      */
-#define __NR_chown		 13 /* Common					   */
-#define __NR_mknod               14 /* Common                                      */
-#define __NR_chmod               15 /* Common                                      */
-#define __NR_lchown              16 /* Common                                      */
-#define __NR_brk                 17 /* Common                                      */
-#define __NR_perfctr             18 /* Performance counter operations              */
-#define __NR_lseek               19 /* Common                                      */
-#define __NR_getpid              20 /* Common                                      */
-#define __NR_capget		 21 /* Linux Specific				   */
-#define __NR_capset		 22 /* Linux Specific				   */
-#define __NR_setuid              23 /* Implemented via setreuid in SunOS           */
-#define __NR_getuid              24 /* Common                                      */
-#define __NR_vmsplice	         25 /* ENOSYS under SunOS			   */
-#define __NR_ptrace              26 /* Common                                      */
-#define __NR_alarm               27 /* Implemented via setitimer in SunOS          */
-#define __NR_sigaltstack	 28 /* Common					   */
-#define __NR_pause               29 /* Is sigblock(0)->sigpause() in SunOS         */
-#define __NR_utime               30 /* Implemented via utimes() under SunOS        */
-#ifdef __32bit_syscall_numbers__
-#define __NR_lchown32            31 /* Linux sparc32 specific                      */
-#define __NR_fchown32            32 /* Linux sparc32 specific                      */
-#endif
-#define __NR_access              33 /* Common                                      */
-#define __NR_nice                34 /* Implemented via get/setpriority() in SunOS  */
-#ifdef __32bit_syscall_numbers__
-#define __NR_chown32             35 /* Linux sparc32 specific                      */
-#endif
-#define __NR_sync                36 /* Common                                      */
-#define __NR_kill                37 /* Common                                      */
-#define __NR_stat                38 /* Common                                      */
-#define __NR_sendfile		 39 /* Linux Specific				   */
-#define __NR_lstat               40 /* Common                                      */
-#define __NR_dup                 41 /* Common                                      */
-#define __NR_pipe                42 /* Common                                      */
-#define __NR_times               43 /* Implemented via getrusage() in SunOS        */
-#ifdef __32bit_syscall_numbers__
-#define __NR_getuid32            44 /* Linux sparc32 specific                      */
-#endif
-#define __NR_umount2             45 /* Linux Specific                              */
-#define __NR_setgid              46 /* Implemented via setregid() in SunOS         */
-#define __NR_getgid              47 /* Common                                      */
-#define __NR_signal              48 /* Implemented via sigvec() in SunOS           */
-#define __NR_geteuid             49 /* SunOS calls getuid()                        */
-#define __NR_getegid             50 /* SunOS calls getgid()                        */
-#define __NR_acct                51 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_getgid32            53 /* Linux sparc32 specific                      */
-#else
-#define __NR_memory_ordering	 52 /* Linux Specific				   */
-#endif
-#define __NR_ioctl               54 /* Common                                      */
-#define __NR_reboot              55 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_mmap2		 56 /* Linux sparc32 Specific			   */
-#endif
-#define __NR_symlink             57 /* Common                                      */
-#define __NR_readlink            58 /* Common                                      */
-#define __NR_execve              59 /* Common                                      */
-#define __NR_umask               60 /* Common                                      */
-#define __NR_chroot              61 /* Common                                      */
-#define __NR_fstat               62 /* Common                                      */
-#define __NR_fstat64		 63 /* Linux Specific			           */
-#define __NR_getpagesize         64 /* Common                                      */
-#define __NR_msync               65 /* Common in newer 1.3.x revs...               */
-#define __NR_vfork               66 /* Common                                      */
-#define __NR_pread64             67 /* Linux Specific                              */
-#define __NR_pwrite64            68 /* Linux Specific                              */
-#ifdef __32bit_syscall_numbers__
-#define __NR_geteuid32           69 /* Linux sparc32, sbrk under SunOS             */
-#define __NR_getegid32           70 /* Linux sparc32, sstk under SunOS             */
-#endif
-#define __NR_mmap                71 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setreuid32          72 /* Linux sparc32, vadvise under SunOS          */
-#endif
-#define __NR_munmap              73 /* Common                                      */
-#define __NR_mprotect            74 /* Common                                      */
-#define __NR_madvise             75 /* Common                                      */
-#define __NR_vhangup             76 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_truncate64		 77 /* Linux sparc32 Specific			   */
-#endif
-#define __NR_mincore             78 /* Common                                      */
-#define __NR_getgroups           79 /* Common                                      */
-#define __NR_setgroups           80 /* Common                                      */
-#define __NR_getpgrp             81 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setgroups32         82 /* Linux sparc32, setpgrp under SunOS          */
-#endif
-#define __NR_setitimer           83 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_ftruncate64	 84 /* Linux sparc32 Specific			   */
-#endif
-#define __NR_swapon              85 /* Common                                      */
-#define __NR_getitimer           86 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setuid32            87 /* Linux sparc32, gethostname under SunOS      */
-#endif
-#define __NR_sethostname         88 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setgid32            89 /* Linux sparc32, getdtablesize under SunOS    */
-#endif
-#define __NR_dup2                90 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setfsuid32          91 /* Linux sparc32, getdopt under SunOS          */
-#endif
-#define __NR_fcntl               92 /* Common                                      */
-#define __NR_select              93 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setfsgid32          94 /* Linux sparc32, setdopt under SunOS          */
-#endif
-#define __NR_fsync               95 /* Common                                      */
-#define __NR_setpriority         96 /* Common                                      */
-#define __NR_socket              97 /* Common                                      */
-#define __NR_connect             98 /* Common                                      */
-#define __NR_accept              99 /* Common                                      */
-#define __NR_getpriority        100 /* Common                                      */
-#define __NR_rt_sigreturn       101 /* Linux Specific                              */
-#define __NR_rt_sigaction       102 /* Linux Specific                              */
-#define __NR_rt_sigprocmask     103 /* Linux Specific                              */
-#define __NR_rt_sigpending      104 /* Linux Specific                              */
-#define __NR_rt_sigtimedwait    105 /* Linux Specific                              */
-#define __NR_rt_sigqueueinfo    106 /* Linux Specific                              */
-#define __NR_rt_sigsuspend      107 /* Linux Specific                              */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setresuid32        108 /* Linux Specific, sigvec under SunOS	   */
-#define __NR_getresuid32        109 /* Linux Specific, sigblock under SunOS	   */
-#define __NR_setresgid32        110 /* Linux Specific, sigsetmask under SunOS	   */
-#define __NR_getresgid32        111 /* Linux Specific, sigpause under SunOS	   */
-#define __NR_setregid32         112 /* Linux sparc32, sigstack under SunOS         */
-#else
-#define __NR_setresuid          108 /* Linux Specific, sigvec under SunOS	   */
-#define __NR_getresuid          109 /* Linux Specific, sigblock under SunOS	   */
-#define __NR_setresgid          110 /* Linux Specific, sigsetmask under SunOS	   */
-#define __NR_getresgid          111 /* Linux Specific, sigpause under SunOS	   */
-#endif
-#define __NR_recvmsg            113 /* Common                                      */
-#define __NR_sendmsg            114 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_getgroups32        115 /* Linux sparc32, vtrace under SunOS           */
-#endif
-#define __NR_gettimeofday       116 /* Common                                      */
-#define __NR_getrusage          117 /* Common                                      */
-#define __NR_getsockopt         118 /* Common                                      */
-#define __NR_getcwd		119 /* Linux Specific				   */
-#define __NR_readv              120 /* Common                                      */
-#define __NR_writev             121 /* Common                                      */
-#define __NR_settimeofday       122 /* Common                                      */
-#define __NR_fchown             123 /* Common                                      */
-#define __NR_fchmod             124 /* Common                                      */
-#define __NR_recvfrom           125 /* Common                                      */
-#define __NR_setreuid           126 /* Common                                      */
-#define __NR_setregid           127 /* Common                                      */
-#define __NR_rename             128 /* Common                                      */
-#define __NR_truncate           129 /* Common                                      */
-#define __NR_ftruncate          130 /* Common                                      */
-#define __NR_flock              131 /* Common                                      */
-#define __NR_lstat64		132 /* Linux Specific			           */
-#define __NR_sendto             133 /* Common                                      */
-#define __NR_shutdown           134 /* Common                                      */
-#define __NR_socketpair         135 /* Common                                      */
-#define __NR_mkdir              136 /* Common                                      */
-#define __NR_rmdir              137 /* Common                                      */
-#define __NR_utimes             138 /* SunOS Specific                              */
-#define __NR_stat64		139 /* Linux Specific			           */
-#define __NR_sendfile64         140 /* adjtime under SunOS                         */
-#define __NR_getpeername        141 /* Common                                      */
-#define __NR_futex              142 /* gethostid under SunOS                       */
-#define __NR_gettid             143 /* ENOSYS under SunOS                          */
-#define __NR_getrlimit		144 /* Common                                      */
-#define __NR_setrlimit          145 /* Common                                      */
-#define __NR_pivot_root		146 /* Linux Specific, killpg under SunOS          */
-#define __NR_prctl		147 /* ENOSYS under SunOS                          */
-#define __NR_pciconfig_read	148 /* ENOSYS under SunOS                          */
-#define __NR_pciconfig_write	149 /* ENOSYS under SunOS                          */
-#define __NR_getsockname        150 /* Common                                      */
-#define __NR_inotify_init       151 /* Linux specific                              */
-#define __NR_inotify_add_watch  152 /* Linux specific                              */
-#define __NR_poll               153 /* Common                                      */
-#define __NR_getdents64		154 /* Linux specific				   */
-#ifdef __32bit_syscall_numbers__
-#define __NR_fcntl64		155 /* Linux sparc32 Specific                      */
-#endif
-#define __NR_inotify_rm_watch   156 /* Linux specific				   */
-#define __NR_statfs             157 /* Common                                      */
-#define __NR_fstatfs            158 /* Common                                      */
-#define __NR_umount             159 /* Common                                      */
-#define __NR_sched_set_affinity 160 /* Linux specific, async_daemon under SunOS    */
-#define __NR_sched_get_affinity 161 /* Linux specific, getfh under SunOS           */
-#define __NR_getdomainname      162 /* SunOS Specific                              */
-#define __NR_setdomainname      163 /* Common                                      */
-#ifndef __32bit_syscall_numbers__
-#define __NR_utrap_install	164 /* SYSV ABI/v9 required			   */
-#endif
-#define __NR_quotactl           165 /* Common                                      */
-#define __NR_set_tid_address    166 /* Linux specific, exportfs under SunOS        */
-#define __NR_mount              167 /* Common                                      */
-#define __NR_ustat              168 /* Common                                      */
-#define __NR_setxattr           169 /* SunOS: semsys                               */
-#define __NR_lsetxattr          170 /* SunOS: msgsys                               */
-#define __NR_fsetxattr          171 /* SunOS: shmsys                               */
-#define __NR_getxattr           172 /* SunOS: auditsys                             */
-#define __NR_lgetxattr          173 /* SunOS: rfssys                               */
-#define __NR_getdents           174 /* Common                                      */
-#define __NR_setsid             175 /* Common                                      */
-#define __NR_fchdir             176 /* Common                                      */
-#define __NR_fgetxattr          177 /* SunOS: fchroot                              */
-#define __NR_listxattr          178 /* SunOS: vpixsys                              */
-#define __NR_llistxattr         179 /* SunOS: aioread                              */
-#define __NR_flistxattr         180 /* SunOS: aiowrite                             */
-#define __NR_removexattr        181 /* SunOS: aiowait                              */
-#define __NR_lremovexattr       182 /* SunOS: aiocancel                            */
-#define __NR_sigpending         183 /* Common                                      */
-#define __NR_query_module	184 /* Linux Specific				   */
-#define __NR_setpgid            185 /* Common                                      */
-#define __NR_fremovexattr       186 /* SunOS: pathconf                             */
-#define __NR_tkill              187 /* SunOS: fpathconf                            */
-#define __NR_exit_group		188 /* Linux specific, sysconf undef SunOS         */
-#define __NR_uname              189 /* Linux Specific                              */
-#define __NR_init_module        190 /* Linux Specific                              */
-#define __NR_personality        191 /* Linux Specific                              */
-#define __NR_remap_file_pages   192 /* Linux Specific                              */
-#define __NR_epoll_create       193 /* Linux Specific                              */
-#define __NR_epoll_ctl          194 /* Linux Specific                              */
-#define __NR_epoll_wait         195 /* Linux Specific                              */
-#define __NR_ioprio_set         196 /* Linux Specific                              */
-#define __NR_getppid            197 /* Linux Specific                              */
-#define __NR_sigaction          198 /* Linux Specific                              */
-#define __NR_sgetmask           199 /* Linux Specific                              */
-#define __NR_ssetmask           200 /* Linux Specific                              */
-#define __NR_sigsuspend         201 /* Linux Specific                              */
-#define __NR_oldlstat           202 /* Linux Specific                              */
-#define __NR_uselib             203 /* Linux Specific                              */
-#define __NR_readdir            204 /* Linux Specific                              */
-#define __NR_readahead          205 /* Linux Specific                              */
-#define __NR_socketcall         206 /* Linux Specific                              */
-#define __NR_syslog             207 /* Linux Specific                              */
-#define __NR_lookup_dcookie     208 /* Linux Specific                              */
-#define __NR_fadvise64          209 /* Linux Specific                              */
-#define __NR_fadvise64_64       210 /* Linux Specific                              */
-#define __NR_tgkill             211 /* Linux Specific                              */
-#define __NR_waitpid            212 /* Linux Specific                              */
-#define __NR_swapoff            213 /* Linux Specific                              */
-#define __NR_sysinfo            214 /* Linux Specific                              */
-#define __NR_ipc                215 /* Linux Specific                              */
-#define __NR_sigreturn          216 /* Linux Specific                              */
-#define __NR_clone              217 /* Linux Specific                              */
-#define __NR_ioprio_get         218 /* Linux Specific                              */
-#define __NR_adjtimex           219 /* Linux Specific                              */
-#define __NR_sigprocmask        220 /* Linux Specific                              */
-#define __NR_create_module      221 /* Linux Specific                              */
-#define __NR_delete_module      222 /* Linux Specific                              */
-#define __NR_get_kernel_syms    223 /* Linux Specific                              */
-#define __NR_getpgid            224 /* Linux Specific                              */
-#define __NR_bdflush            225 /* Linux Specific                              */
-#define __NR_sysfs              226 /* Linux Specific                              */
-#define __NR_afs_syscall        227 /* Linux Specific                              */
-#define __NR_setfsuid           228 /* Linux Specific                              */
-#define __NR_setfsgid           229 /* Linux Specific                              */
-#define __NR__newselect         230 /* Linux Specific                              */
-#ifdef __32bit_syscall_numbers__
-#define __NR_time               231 /* Linux Specific                              */
-#else
-#endif
-#define __NR_splice             232 /* Linux Specific                              */
-#define __NR_stime              233 /* Linux Specific                              */
-#define __NR_statfs64           234 /* Linux Specific                              */
-#define __NR_fstatfs64          235 /* Linux Specific                              */
-#define __NR__llseek            236 /* Linux Specific                              */
-#define __NR_mlock              237
-#define __NR_munlock            238
-#define __NR_mlockall           239
-#define __NR_munlockall         240
-#define __NR_sched_setparam     241
-#define __NR_sched_getparam     242
-#define __NR_sched_setscheduler 243
-#define __NR_sched_getscheduler 244
-#define __NR_sched_yield        245
-#define __NR_sched_get_priority_max 246
-#define __NR_sched_get_priority_min 247
-#define __NR_sched_rr_get_interval  248
-#define __NR_nanosleep          249
-#define __NR_mremap             250
-#define __NR__sysctl            251
-#define __NR_getsid             252
-#define __NR_fdatasync          253
-#define __NR_nfsservctl         254
-#define __NR_sync_file_range	255
-#define __NR_clock_settime	256
-#define __NR_clock_gettime	257
-#define __NR_clock_getres	258
-#define __NR_clock_nanosleep	259
-#define __NR_sched_getaffinity	260
-#define __NR_sched_setaffinity	261
-#define __NR_timer_settime	262
-#define __NR_timer_gettime	263
-#define __NR_timer_getoverrun	264
-#define __NR_timer_delete	265
-#define __NR_timer_create	266
-/* #define __NR_vserver		267 Reserved for VSERVER */
-#define __NR_io_setup		268
-#define __NR_io_destroy		269
-#define __NR_io_submit		270
-#define __NR_io_cancel		271
-#define __NR_io_getevents	272
-#define __NR_mq_open		273
-#define __NR_mq_unlink		274
-#define __NR_mq_timedsend	275
-#define __NR_mq_timedreceive	276
-#define __NR_mq_notify		277
-#define __NR_mq_getsetattr	278
-#define __NR_waitid		279
-#define __NR_tee		280
-#define __NR_add_key		281
-#define __NR_request_key	282
-#define __NR_keyctl		283
-#define __NR_openat		284
-#define __NR_mkdirat		285
-#define __NR_mknodat		286
-#define __NR_fchownat		287
-#define __NR_futimesat		288
-#define __NR_fstatat64		289
-#define __NR_unlinkat		290
-#define __NR_renameat		291
-#define __NR_linkat		292
-#define __NR_symlinkat		293
-#define __NR_readlinkat		294
-#define __NR_fchmodat		295
-#define __NR_faccessat		296
-#define __NR_pselect6		297
-#define __NR_ppoll		298
-#define __NR_unshare		299
-#define __NR_set_robust_list	300
-#define __NR_get_robust_list	301
-#define __NR_migrate_pages	302
-#define __NR_mbind		303
-#define __NR_get_mempolicy	304
-#define __NR_set_mempolicy	305
-#define __NR_kexec_load		306
-#define __NR_move_pages		307
-#define __NR_getcpu		308
-#define __NR_epoll_pwait	309
-#define __NR_utimensat		310
-#define __NR_signalfd		311
-#define __NR_timerfd_create	312
-#define __NR_eventfd		313
-#define __NR_fallocate		314
-#define __NR_timerfd_settime	315
-#define __NR_timerfd_gettime	316
-#define __NR_signalfd4		317
-#define __NR_eventfd2		318
-#define __NR_epoll_create1	319
-#define __NR_dup3		320
-#define __NR_pipe2		321
-#define __NR_inotify_init1	322
-#define __NR_accept4		323
-#define __NR_preadv		324
-#define __NR_pwritev		325
-#define __NR_rt_tgsigqueueinfo	326
-#define __NR_perf_event_open	327
-#define __NR_recvmmsg		328
-#define __NR_fanotify_init	329
-#define __NR_fanotify_mark	330
-#define __NR_prlimit64		331
-#define __NR_name_to_handle_at	332
-#define __NR_open_by_handle_at	333
-#define __NR_clock_adjtime	334
-#define __NR_syncfs		335
-#define __NR_sendmmsg		336
-#define __NR_setns		337
-#define __NR_process_vm_readv	338
-#define __NR_process_vm_writev	339
-#define __NR_kern_features	340
-#define __NR_kcmp		341
-#define __NR_finit_module	342
-#define __NR_sched_setattr	343
-#define __NR_sched_getattr	344
-#define __NR_renameat2		345
-#define __NR_seccomp		346
-#define __NR_getrandom		347
-#define __NR_memfd_create	348
-#define __NR_bpf		349
-#define __NR_execveat		350
-#define __NR_membarrier		351
-#define __NR_userfaultfd	352
-#define __NR_bind		353
-#define __NR_listen		354
-#define __NR_setsockopt		355
-#define __NR_mlock2		356
-#define __NR_copy_file_range	357
-#define __NR_preadv2		358
-#define __NR_pwritev2		359
-#define __NR_statx		360
-#define __NR_io_pgetevents	361
-
-#define NR_syscalls		362
-
-/* Bitmask values returned from kern_features system call.  */
-#define KERN_FEATURE_MIXED_MODE_STACK	0x00000001
-
-#ifdef __32bit_syscall_numbers__
-/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
- * it never had the plain ones and there is no value to adding those
- * old versions into the syscall table.
- */
-#define __IGNORE_setresuid
-#define __IGNORE_getresuid
-#define __IGNORE_setresgid
-#define __IGNORE_getresgid
-#endif
-
-/* Sparc doesn't have protection keys. */
-#define __IGNORE_pkey_mprotect
-#define __IGNORE_pkey_alloc
-#define __IGNORE_pkey_free
-
-#endif /* _UAPI_SPARC_UNISTD_H */
libc/include/sparcv9-linux-gnu/asm/unistd.h
@@ -1,453 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * System calls under the Sparc.
- *
- * Don't be scared by the ugly clobbers, it is the only way I can
- * think of right now to force the arguments into fixed registers
- * before the trap into the system call with gcc 'asm' statements.
- *
- * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
- *
- * SunOS compatibility based upon preliminary work which is:
- *
- * Copyright (C) 1995 Adrian M. Rodriguez (adrian@remus.rutgers.edu)
- */
-#ifndef _UAPI_SPARC_UNISTD_H
-#define _UAPI_SPARC_UNISTD_H
-
-#ifndef __32bit_syscall_numbers__
-#ifndef __arch64__
-#define __32bit_syscall_numbers__
-#endif
-#endif
-
-#define __NR_restart_syscall      0 /* Linux Specific				   */
-#define __NR_exit                 1 /* Common                                      */
-#define __NR_fork                 2 /* Common                                      */
-#define __NR_read                 3 /* Common                                      */
-#define __NR_write                4 /* Common                                      */
-#define __NR_open                 5 /* Common                                      */
-#define __NR_close                6 /* Common                                      */
-#define __NR_wait4                7 /* Common                                      */
-#define __NR_creat                8 /* Common                                      */
-#define __NR_link                 9 /* Common                                      */
-#define __NR_unlink              10 /* Common                                      */
-#define __NR_execv               11 /* SunOS Specific                              */
-#define __NR_chdir               12 /* Common                                      */
-#define __NR_chown		 13 /* Common					   */
-#define __NR_mknod               14 /* Common                                      */
-#define __NR_chmod               15 /* Common                                      */
-#define __NR_lchown              16 /* Common                                      */
-#define __NR_brk                 17 /* Common                                      */
-#define __NR_perfctr             18 /* Performance counter operations              */
-#define __NR_lseek               19 /* Common                                      */
-#define __NR_getpid              20 /* Common                                      */
-#define __NR_capget		 21 /* Linux Specific				   */
-#define __NR_capset		 22 /* Linux Specific				   */
-#define __NR_setuid              23 /* Implemented via setreuid in SunOS           */
-#define __NR_getuid              24 /* Common                                      */
-#define __NR_vmsplice	         25 /* ENOSYS under SunOS			   */
-#define __NR_ptrace              26 /* Common                                      */
-#define __NR_alarm               27 /* Implemented via setitimer in SunOS          */
-#define __NR_sigaltstack	 28 /* Common					   */
-#define __NR_pause               29 /* Is sigblock(0)->sigpause() in SunOS         */
-#define __NR_utime               30 /* Implemented via utimes() under SunOS        */
-#ifdef __32bit_syscall_numbers__
-#define __NR_lchown32            31 /* Linux sparc32 specific                      */
-#define __NR_fchown32            32 /* Linux sparc32 specific                      */
-#endif
-#define __NR_access              33 /* Common                                      */
-#define __NR_nice                34 /* Implemented via get/setpriority() in SunOS  */
-#ifdef __32bit_syscall_numbers__
-#define __NR_chown32             35 /* Linux sparc32 specific                      */
-#endif
-#define __NR_sync                36 /* Common                                      */
-#define __NR_kill                37 /* Common                                      */
-#define __NR_stat                38 /* Common                                      */
-#define __NR_sendfile		 39 /* Linux Specific				   */
-#define __NR_lstat               40 /* Common                                      */
-#define __NR_dup                 41 /* Common                                      */
-#define __NR_pipe                42 /* Common                                      */
-#define __NR_times               43 /* Implemented via getrusage() in SunOS        */
-#ifdef __32bit_syscall_numbers__
-#define __NR_getuid32            44 /* Linux sparc32 specific                      */
-#endif
-#define __NR_umount2             45 /* Linux Specific                              */
-#define __NR_setgid              46 /* Implemented via setregid() in SunOS         */
-#define __NR_getgid              47 /* Common                                      */
-#define __NR_signal              48 /* Implemented via sigvec() in SunOS           */
-#define __NR_geteuid             49 /* SunOS calls getuid()                        */
-#define __NR_getegid             50 /* SunOS calls getgid()                        */
-#define __NR_acct                51 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_getgid32            53 /* Linux sparc32 specific                      */
-#else
-#define __NR_memory_ordering	 52 /* Linux Specific				   */
-#endif
-#define __NR_ioctl               54 /* Common                                      */
-#define __NR_reboot              55 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_mmap2		 56 /* Linux sparc32 Specific			   */
-#endif
-#define __NR_symlink             57 /* Common                                      */
-#define __NR_readlink            58 /* Common                                      */
-#define __NR_execve              59 /* Common                                      */
-#define __NR_umask               60 /* Common                                      */
-#define __NR_chroot              61 /* Common                                      */
-#define __NR_fstat               62 /* Common                                      */
-#define __NR_fstat64		 63 /* Linux Specific			           */
-#define __NR_getpagesize         64 /* Common                                      */
-#define __NR_msync               65 /* Common in newer 1.3.x revs...               */
-#define __NR_vfork               66 /* Common                                      */
-#define __NR_pread64             67 /* Linux Specific                              */
-#define __NR_pwrite64            68 /* Linux Specific                              */
-#ifdef __32bit_syscall_numbers__
-#define __NR_geteuid32           69 /* Linux sparc32, sbrk under SunOS             */
-#define __NR_getegid32           70 /* Linux sparc32, sstk under SunOS             */
-#endif
-#define __NR_mmap                71 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setreuid32          72 /* Linux sparc32, vadvise under SunOS          */
-#endif
-#define __NR_munmap              73 /* Common                                      */
-#define __NR_mprotect            74 /* Common                                      */
-#define __NR_madvise             75 /* Common                                      */
-#define __NR_vhangup             76 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_truncate64		 77 /* Linux sparc32 Specific			   */
-#endif
-#define __NR_mincore             78 /* Common                                      */
-#define __NR_getgroups           79 /* Common                                      */
-#define __NR_setgroups           80 /* Common                                      */
-#define __NR_getpgrp             81 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setgroups32         82 /* Linux sparc32, setpgrp under SunOS          */
-#endif
-#define __NR_setitimer           83 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_ftruncate64	 84 /* Linux sparc32 Specific			   */
-#endif
-#define __NR_swapon              85 /* Common                                      */
-#define __NR_getitimer           86 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setuid32            87 /* Linux sparc32, gethostname under SunOS      */
-#endif
-#define __NR_sethostname         88 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setgid32            89 /* Linux sparc32, getdtablesize under SunOS    */
-#endif
-#define __NR_dup2                90 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setfsuid32          91 /* Linux sparc32, getdopt under SunOS          */
-#endif
-#define __NR_fcntl               92 /* Common                                      */
-#define __NR_select              93 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setfsgid32          94 /* Linux sparc32, setdopt under SunOS          */
-#endif
-#define __NR_fsync               95 /* Common                                      */
-#define __NR_setpriority         96 /* Common                                      */
-#define __NR_socket              97 /* Common                                      */
-#define __NR_connect             98 /* Common                                      */
-#define __NR_accept              99 /* Common                                      */
-#define __NR_getpriority        100 /* Common                                      */
-#define __NR_rt_sigreturn       101 /* Linux Specific                              */
-#define __NR_rt_sigaction       102 /* Linux Specific                              */
-#define __NR_rt_sigprocmask     103 /* Linux Specific                              */
-#define __NR_rt_sigpending      104 /* Linux Specific                              */
-#define __NR_rt_sigtimedwait    105 /* Linux Specific                              */
-#define __NR_rt_sigqueueinfo    106 /* Linux Specific                              */
-#define __NR_rt_sigsuspend      107 /* Linux Specific                              */
-#ifdef __32bit_syscall_numbers__
-#define __NR_setresuid32        108 /* Linux Specific, sigvec under SunOS	   */
-#define __NR_getresuid32        109 /* Linux Specific, sigblock under SunOS	   */
-#define __NR_setresgid32        110 /* Linux Specific, sigsetmask under SunOS	   */
-#define __NR_getresgid32        111 /* Linux Specific, sigpause under SunOS	   */
-#define __NR_setregid32         112 /* Linux sparc32, sigstack under SunOS         */
-#else
-#define __NR_setresuid          108 /* Linux Specific, sigvec under SunOS	   */
-#define __NR_getresuid          109 /* Linux Specific, sigblock under SunOS	   */
-#define __NR_setresgid          110 /* Linux Specific, sigsetmask under SunOS	   */
-#define __NR_getresgid          111 /* Linux Specific, sigpause under SunOS	   */
-#endif
-#define __NR_recvmsg            113 /* Common                                      */
-#define __NR_sendmsg            114 /* Common                                      */
-#ifdef __32bit_syscall_numbers__
-#define __NR_getgroups32        115 /* Linux sparc32, vtrace under SunOS           */
-#endif
-#define __NR_gettimeofday       116 /* Common                                      */
-#define __NR_getrusage          117 /* Common                                      */
-#define __NR_getsockopt         118 /* Common                                      */
-#define __NR_getcwd		119 /* Linux Specific				   */
-#define __NR_readv              120 /* Common                                      */
-#define __NR_writev             121 /* Common                                      */
-#define __NR_settimeofday       122 /* Common                                      */
-#define __NR_fchown             123 /* Common                                      */
-#define __NR_fchmod             124 /* Common                                      */
-#define __NR_recvfrom           125 /* Common                                      */
-#define __NR_setreuid           126 /* Common                                      */
-#define __NR_setregid           127 /* Common                                      */
-#define __NR_rename             128 /* Common                                      */
-#define __NR_truncate           129 /* Common                                      */
-#define __NR_ftruncate          130 /* Common                                      */
-#define __NR_flock              131 /* Common                                      */
-#define __NR_lstat64		132 /* Linux Specific			           */
-#define __NR_sendto             133 /* Common                                      */
-#define __NR_shutdown           134 /* Common                                      */
-#define __NR_socketpair         135 /* Common                                      */
-#define __NR_mkdir              136 /* Common                                      */
-#define __NR_rmdir              137 /* Common                                      */
-#define __NR_utimes             138 /* SunOS Specific                              */
-#define __NR_stat64		139 /* Linux Specific			           */
-#define __NR_sendfile64         140 /* adjtime under SunOS                         */
-#define __NR_getpeername        141 /* Common                                      */
-#define __NR_futex              142 /* gethostid under SunOS                       */
-#define __NR_gettid             143 /* ENOSYS under SunOS                          */
-#define __NR_getrlimit		144 /* Common                                      */
-#define __NR_setrlimit          145 /* Common                                      */
-#define __NR_pivot_root		146 /* Linux Specific, killpg under SunOS          */
-#define __NR_prctl		147 /* ENOSYS under SunOS                          */
-#define __NR_pciconfig_read	148 /* ENOSYS under SunOS                          */
-#define __NR_pciconfig_write	149 /* ENOSYS under SunOS                          */
-#define __NR_getsockname        150 /* Common                                      */
-#define __NR_inotify_init       151 /* Linux specific                              */
-#define __NR_inotify_add_watch  152 /* Linux specific                              */
-#define __NR_poll               153 /* Common                                      */
-#define __NR_getdents64		154 /* Linux specific				   */
-#ifdef __32bit_syscall_numbers__
-#define __NR_fcntl64		155 /* Linux sparc32 Specific                      */
-#endif
-#define __NR_inotify_rm_watch   156 /* Linux specific				   */
-#define __NR_statfs             157 /* Common                                      */
-#define __NR_fstatfs            158 /* Common                                      */
-#define __NR_umount             159 /* Common                                      */
-#define __NR_sched_set_affinity 160 /* Linux specific, async_daemon under SunOS    */
-#define __NR_sched_get_affinity 161 /* Linux specific, getfh under SunOS           */
-#define __NR_getdomainname      162 /* SunOS Specific                              */
-#define __NR_setdomainname      163 /* Common                                      */
-#ifndef __32bit_syscall_numbers__
-#define __NR_utrap_install	164 /* SYSV ABI/v9 required			   */
-#endif
-#define __NR_quotactl           165 /* Common                                      */
-#define __NR_set_tid_address    166 /* Linux specific, exportfs under SunOS        */
-#define __NR_mount              167 /* Common                                      */
-#define __NR_ustat              168 /* Common                                      */
-#define __NR_setxattr           169 /* SunOS: semsys                               */
-#define __NR_lsetxattr          170 /* SunOS: msgsys                               */
-#define __NR_fsetxattr          171 /* SunOS: shmsys                               */
-#define __NR_getxattr           172 /* SunOS: auditsys                             */
-#define __NR_lgetxattr          173 /* SunOS: rfssys                               */
-#define __NR_getdents           174 /* Common                                      */
-#define __NR_setsid             175 /* Common                                      */
-#define __NR_fchdir             176 /* Common                                      */
-#define __NR_fgetxattr          177 /* SunOS: fchroot                              */
-#define __NR_listxattr          178 /* SunOS: vpixsys                              */
-#define __NR_llistxattr         179 /* SunOS: aioread                              */
-#define __NR_flistxattr         180 /* SunOS: aiowrite                             */
-#define __NR_removexattr        181 /* SunOS: aiowait                              */
-#define __NR_lremovexattr       182 /* SunOS: aiocancel                            */
-#define __NR_sigpending         183 /* Common                                      */
-#define __NR_query_module	184 /* Linux Specific				   */
-#define __NR_setpgid            185 /* Common                                      */
-#define __NR_fremovexattr       186 /* SunOS: pathconf                             */
-#define __NR_tkill              187 /* SunOS: fpathconf                            */
-#define __NR_exit_group		188 /* Linux specific, sysconf undef SunOS         */
-#define __NR_uname              189 /* Linux Specific                              */
-#define __NR_init_module        190 /* Linux Specific                              */
-#define __NR_personality        191 /* Linux Specific                              */
-#define __NR_remap_file_pages   192 /* Linux Specific                              */
-#define __NR_epoll_create       193 /* Linux Specific                              */
-#define __NR_epoll_ctl          194 /* Linux Specific                              */
-#define __NR_epoll_wait         195 /* Linux Specific                              */
-#define __NR_ioprio_set         196 /* Linux Specific                              */
-#define __NR_getppid            197 /* Linux Specific                              */
-#define __NR_sigaction          198 /* Linux Specific                              */
-#define __NR_sgetmask           199 /* Linux Specific                              */
-#define __NR_ssetmask           200 /* Linux Specific                              */
-#define __NR_sigsuspend         201 /* Linux Specific                              */
-#define __NR_oldlstat           202 /* Linux Specific                              */
-#define __NR_uselib             203 /* Linux Specific                              */
-#define __NR_readdir            204 /* Linux Specific                              */
-#define __NR_readahead          205 /* Linux Specific                              */
-#define __NR_socketcall         206 /* Linux Specific                              */
-#define __NR_syslog             207 /* Linux Specific                              */
-#define __NR_lookup_dcookie     208 /* Linux Specific                              */
-#define __NR_fadvise64          209 /* Linux Specific                              */
-#define __NR_fadvise64_64       210 /* Linux Specific                              */
-#define __NR_tgkill             211 /* Linux Specific                              */
-#define __NR_waitpid            212 /* Linux Specific                              */
-#define __NR_swapoff            213 /* Linux Specific                              */
-#define __NR_sysinfo            214 /* Linux Specific                              */
-#define __NR_ipc                215 /* Linux Specific                              */
-#define __NR_sigreturn          216 /* Linux Specific                              */
-#define __NR_clone              217 /* Linux Specific                              */
-#define __NR_ioprio_get         218 /* Linux Specific                              */
-#define __NR_adjtimex           219 /* Linux Specific                              */
-#define __NR_sigprocmask        220 /* Linux Specific                              */
-#define __NR_create_module      221 /* Linux Specific                              */
-#define __NR_delete_module      222 /* Linux Specific                              */
-#define __NR_get_kernel_syms    223 /* Linux Specific                              */
-#define __NR_getpgid            224 /* Linux Specific                              */
-#define __NR_bdflush            225 /* Linux Specific                              */
-#define __NR_sysfs              226 /* Linux Specific                              */
-#define __NR_afs_syscall        227 /* Linux Specific                              */
-#define __NR_setfsuid           228 /* Linux Specific                              */
-#define __NR_setfsgid           229 /* Linux Specific                              */
-#define __NR__newselect         230 /* Linux Specific                              */
-#ifdef __32bit_syscall_numbers__
-#define __NR_time               231 /* Linux Specific                              */
-#else
-#endif
-#define __NR_splice             232 /* Linux Specific                              */
-#define __NR_stime              233 /* Linux Specific                              */
-#define __NR_statfs64           234 /* Linux Specific                              */
-#define __NR_fstatfs64          235 /* Linux Specific                              */
-#define __NR__llseek            236 /* Linux Specific                              */
-#define __NR_mlock              237
-#define __NR_munlock            238
-#define __NR_mlockall           239
-#define __NR_munlockall         240
-#define __NR_sched_setparam     241
-#define __NR_sched_getparam     242
-#define __NR_sched_setscheduler 243
-#define __NR_sched_getscheduler 244
-#define __NR_sched_yield        245
-#define __NR_sched_get_priority_max 246
-#define __NR_sched_get_priority_min 247
-#define __NR_sched_rr_get_interval  248
-#define __NR_nanosleep          249
-#define __NR_mremap             250
-#define __NR__sysctl            251
-#define __NR_getsid             252
-#define __NR_fdatasync          253
-#define __NR_nfsservctl         254
-#define __NR_sync_file_range	255
-#define __NR_clock_settime	256
-#define __NR_clock_gettime	257
-#define __NR_clock_getres	258
-#define __NR_clock_nanosleep	259
-#define __NR_sched_getaffinity	260
-#define __NR_sched_setaffinity	261
-#define __NR_timer_settime	262
-#define __NR_timer_gettime	263
-#define __NR_timer_getoverrun	264
-#define __NR_timer_delete	265
-#define __NR_timer_create	266
-/* #define __NR_vserver		267 Reserved for VSERVER */
-#define __NR_io_setup		268
-#define __NR_io_destroy		269
-#define __NR_io_submit		270
-#define __NR_io_cancel		271
-#define __NR_io_getevents	272
-#define __NR_mq_open		273
-#define __NR_mq_unlink		274
-#define __NR_mq_timedsend	275
-#define __NR_mq_timedreceive	276
-#define __NR_mq_notify		277
-#define __NR_mq_getsetattr	278
-#define __NR_waitid		279
-#define __NR_tee		280
-#define __NR_add_key		281
-#define __NR_request_key	282
-#define __NR_keyctl		283
-#define __NR_openat		284
-#define __NR_mkdirat		285
-#define __NR_mknodat		286
-#define __NR_fchownat		287
-#define __NR_futimesat		288
-#define __NR_fstatat64		289
-#define __NR_unlinkat		290
-#define __NR_renameat		291
-#define __NR_linkat		292
-#define __NR_symlinkat		293
-#define __NR_readlinkat		294
-#define __NR_fchmodat		295
-#define __NR_faccessat		296
-#define __NR_pselect6		297
-#define __NR_ppoll		298
-#define __NR_unshare		299
-#define __NR_set_robust_list	300
-#define __NR_get_robust_list	301
-#define __NR_migrate_pages	302
-#define __NR_mbind		303
-#define __NR_get_mempolicy	304
-#define __NR_set_mempolicy	305
-#define __NR_kexec_load		306
-#define __NR_move_pages		307
-#define __NR_getcpu		308
-#define __NR_epoll_pwait	309
-#define __NR_utimensat		310
-#define __NR_signalfd		311
-#define __NR_timerfd_create	312
-#define __NR_eventfd		313
-#define __NR_fallocate		314
-#define __NR_timerfd_settime	315
-#define __NR_timerfd_gettime	316
-#define __NR_signalfd4		317
-#define __NR_eventfd2		318
-#define __NR_epoll_create1	319
-#define __NR_dup3		320
-#define __NR_pipe2		321
-#define __NR_inotify_init1	322
-#define __NR_accept4		323
-#define __NR_preadv		324
-#define __NR_pwritev		325
-#define __NR_rt_tgsigqueueinfo	326
-#define __NR_perf_event_open	327
-#define __NR_recvmmsg		328
-#define __NR_fanotify_init	329
-#define __NR_fanotify_mark	330
-#define __NR_prlimit64		331
-#define __NR_name_to_handle_at	332
-#define __NR_open_by_handle_at	333
-#define __NR_clock_adjtime	334
-#define __NR_syncfs		335
-#define __NR_sendmmsg		336
-#define __NR_setns		337
-#define __NR_process_vm_readv	338
-#define __NR_process_vm_writev	339
-#define __NR_kern_features	340
-#define __NR_kcmp		341
-#define __NR_finit_module	342
-#define __NR_sched_setattr	343
-#define __NR_sched_getattr	344
-#define __NR_renameat2		345
-#define __NR_seccomp		346
-#define __NR_getrandom		347
-#define __NR_memfd_create	348
-#define __NR_bpf		349
-#define __NR_execveat		350
-#define __NR_membarrier		351
-#define __NR_userfaultfd	352
-#define __NR_bind		353
-#define __NR_listen		354
-#define __NR_setsockopt		355
-#define __NR_mlock2		356
-#define __NR_copy_file_range	357
-#define __NR_preadv2		358
-#define __NR_pwritev2		359
-#define __NR_statx		360
-#define __NR_io_pgetevents	361
-
-#define NR_syscalls		362
-
-/* Bitmask values returned from kern_features system call.  */
-#define KERN_FEATURE_MIXED_MODE_STACK	0x00000001
-
-#ifdef __32bit_syscall_numbers__
-/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
- * it never had the plain ones and there is no value to adding those
- * old versions into the syscall table.
- */
-#define __IGNORE_setresuid
-#define __IGNORE_getresuid
-#define __IGNORE_setresgid
-#define __IGNORE_getresgid
-#endif
-
-/* Sparc doesn't have protection keys. */
-#define __IGNORE_pkey_mprotect
-#define __IGNORE_pkey_alloc
-#define __IGNORE_pkey_free
-
-#endif /* _UAPI_SPARC_UNISTD_H */
libc/include/x86_64-linux-musl/asm/auxvec.h โ†’ libc/include/x86_64-linux-any/asm/auxvec.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/bitsperlong.h โ†’ libc/include/x86_64-linux-any/asm/bitsperlong.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/byteorder.h โ†’ libc/include/x86_64-linux-any/asm/byteorder.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/kvm.h โ†’ libc/include/x86_64-linux-any/asm/kvm.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/kvm_para.h โ†’ libc/include/x86_64-linux-any/asm/kvm_para.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/mman.h โ†’ libc/include/x86_64-linux-any/asm/mman.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/msgbuf.h โ†’ libc/include/x86_64-linux-any/asm/msgbuf.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/perf_regs.h โ†’ libc/include/x86_64-linux-any/asm/perf_regs.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/posix_types.h โ†’ libc/include/x86_64-linux-any/asm/posix_types.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/ptrace.h โ†’ libc/include/x86_64-linux-any/asm/ptrace.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/sembuf.h โ†’ libc/include/x86_64-linux-any/asm/sembuf.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/setup.h โ†’ libc/include/x86_64-linux-any/asm/setup.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/shmbuf.h โ†’ libc/include/x86_64-linux-any/asm/shmbuf.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/sigcontext.h โ†’ libc/include/x86_64-linux-any/asm/sigcontext.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/siginfo.h โ†’ libc/include/x86_64-linux-any/asm/siginfo.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/signal.h โ†’ libc/include/x86_64-linux-any/asm/signal.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/stat.h โ†’ libc/include/x86_64-linux-any/asm/stat.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/statfs.h โ†’ libc/include/x86_64-linux-any/asm/statfs.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/swab.h โ†’ libc/include/x86_64-linux-any/asm/swab.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/types.h โ†’ libc/include/x86_64-linux-any/asm/types.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/ucontext.h โ†’ libc/include/x86_64-linux-any/asm/ucontext.h
File renamed without changes
libc/include/x86_64-linux-musl/asm/unistd.h โ†’ libc/include/x86_64-linux-any/asm/unistd.h
File renamed without changes
libc/include/x86_64-linux-gnu/asm/unistd.h
@@ -1,18 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _UAPI_ASM_X86_UNISTD_H
-#define _UAPI_ASM_X86_UNISTD_H
-
-/* x32 syscall flag bit */
-#define __X32_SYSCALL_BIT	0x40000000
-
-#ifndef __KERNEL__
-# ifdef __i386__
-#  include <asm/unistd_32.h>
-# elif defined(__ILP32__)
-#  include <asm/unistd_x32.h>
-# else
-#  include <asm/unistd_64.h>
-# endif
-#endif
-
-#endif /* _UAPI_ASM_X86_UNISTD_H */
src/codegen.cpp
@@ -8005,14 +8005,19 @@ static void detect_libc(CodeGen *g) {
         Buf *arch_include_dir = buf_sprintf("%s" OS_SEP "libc" OS_SEP "include" OS_SEP "%s-%s-%s",
                 buf_ptr(g->zig_lib_dir), target_arch_name(g->zig_target->arch),
                 target_os_name(g->zig_target->os), target_abi_name(g->zig_target->abi));
-
         Buf *generic_include_dir = buf_sprintf("%s" OS_SEP "libc" OS_SEP "include" OS_SEP "generic-%s",
                 buf_ptr(g->zig_lib_dir), generic_name);
+        Buf *arch_os_include_dir = buf_sprintf("%s" OS_SEP "libc" OS_SEP "include" OS_SEP "%s-%s-any",
+                buf_ptr(g->zig_lib_dir), target_arch_name(g->zig_target->arch), target_os_name(g->zig_target->os));
+        Buf *generic_os_include_dir = buf_sprintf("%s" OS_SEP "libc" OS_SEP "include" OS_SEP "any-%s-any",
+                buf_ptr(g->zig_lib_dir), target_os_name(g->zig_target->os));
 
-        g->libc_include_dir_len = 2;
-        g->libc_include_dir_list = allocate<Buf*>(2);
+        g->libc_include_dir_len = 4;
+        g->libc_include_dir_list = allocate<Buf*>(g->libc_include_dir_len);
         g->libc_include_dir_list[0] = arch_include_dir;
         g->libc_include_dir_list[1] = generic_include_dir;
+        g->libc_include_dir_list[2] = arch_os_include_dir;
+        g->libc_include_dir_list[3] = generic_os_include_dir;
         return;
     }
 
src/link.cpp
@@ -320,6 +320,13 @@ static void glibc_add_include_dirs(CodeGen *parent, CFile *c_file) {
 
     c_file->args.append("-I");
     c_file->args.append(path_from_libc(parent, "include" OS_SEP "generic-glibc"));
+
+    c_file->args.append("-I");
+    c_file->args.append(buf_ptr(buf_sprintf("%s" OS_SEP "libc" OS_SEP "include" OS_SEP "%s-linux-any",
+                    buf_ptr(parent->zig_lib_dir), target_arch_name(parent->zig_target->arch))));
+
+    c_file->args.append("-I");
+    c_file->args.append(path_from_libc(parent, "include" OS_SEP "any-linux-any"));
 }
 
 static const char *glibc_start_asm_path(CodeGen *parent, const char *file) {
std/special/build_runner.zig
@@ -106,6 +106,8 @@ pub fn main() !void {
                 builder.verbose_llvm_ir = true;
             } else if (mem.eql(u8, arg, "--verbose-cimport")) {
                 builder.verbose_cimport = true;
+            } else if (mem.eql(u8, arg, "--verbose-cc")) {
+                builder.verbose_cc = true;
             } else {
                 warn("Unrecognized argument: {}\n\n", arg);
                 return usageAndErr(&builder, false, try stderr_stream);
@@ -193,6 +195,7 @@ fn usage(builder: *Builder, already_ran_build: bool, out_stream: var) !void {
         \\  --verbose-ir           Enable compiler debug output for Zig IR
         \\  --verbose-llvm-ir      Enable compiler debug output for LLVM IR
         \\  --verbose-cimport      Enable compiler debug output for C imports
+        \\  --verbose-cc           Enable compiler debug output for C compilation
         \\
     );
 }
CMakeLists.txt
@@ -2961,8 +2961,26 @@ set(ZIG_LIBC_FILES
     "glibc/time/bits/types/struct_tm.h"
     "glibc/time/bits/types/time_t.h"
     "glibc/time/bits/types/timer_t.h"
-    "include/aarch64-linux-gnu/asm/bitsperlong.h"
-    "include/aarch64-linux-gnu/asm/unistd.h"
+    "include/aarch64-linux-any/asm/auxvec.h"
+    "include/aarch64-linux-any/asm/bitsperlong.h"
+    "include/aarch64-linux-any/asm/bpf_perf_event.h"
+    "include/aarch64-linux-any/asm/byteorder.h"
+    "include/aarch64-linux-any/asm/fcntl.h"
+    "include/aarch64-linux-any/asm/hwcap.h"
+    "include/aarch64-linux-any/asm/kvm.h"
+    "include/aarch64-linux-any/asm/kvm_para.h"
+    "include/aarch64-linux-any/asm/param.h"
+    "include/aarch64-linux-any/asm/perf_regs.h"
+    "include/aarch64-linux-any/asm/posix_types.h"
+    "include/aarch64-linux-any/asm/ptrace.h"
+    "include/aarch64-linux-any/asm/setup.h"
+    "include/aarch64-linux-any/asm/sigcontext.h"
+    "include/aarch64-linux-any/asm/siginfo.h"
+    "include/aarch64-linux-any/asm/signal.h"
+    "include/aarch64-linux-any/asm/stat.h"
+    "include/aarch64-linux-any/asm/statfs.h"
+    "include/aarch64-linux-any/asm/ucontext.h"
+    "include/aarch64-linux-any/asm/unistd.h"
     "include/aarch64-linux-gnu/bits/endian.h"
     "include/aarch64-linux-gnu/bits/fcntl.h"
     "include/aarch64-linux-gnu/bits/fenv.h"
@@ -2992,26 +3010,6 @@ set(ZIG_LIBC_FILES
     "include/aarch64-linux-gnu/sys/ptrace.h"
     "include/aarch64-linux-gnu/sys/ucontext.h"
     "include/aarch64-linux-gnu/sys/user.h"
-    "include/aarch64-linux-musleabi/asm/auxvec.h"
-    "include/aarch64-linux-musleabi/asm/bitsperlong.h"
-    "include/aarch64-linux-musleabi/asm/bpf_perf_event.h"
-    "include/aarch64-linux-musleabi/asm/byteorder.h"
-    "include/aarch64-linux-musleabi/asm/fcntl.h"
-    "include/aarch64-linux-musleabi/asm/hwcap.h"
-    "include/aarch64-linux-musleabi/asm/kvm.h"
-    "include/aarch64-linux-musleabi/asm/kvm_para.h"
-    "include/aarch64-linux-musleabi/asm/param.h"
-    "include/aarch64-linux-musleabi/asm/perf_regs.h"
-    "include/aarch64-linux-musleabi/asm/posix_types.h"
-    "include/aarch64-linux-musleabi/asm/ptrace.h"
-    "include/aarch64-linux-musleabi/asm/setup.h"
-    "include/aarch64-linux-musleabi/asm/sigcontext.h"
-    "include/aarch64-linux-musleabi/asm/siginfo.h"
-    "include/aarch64-linux-musleabi/asm/signal.h"
-    "include/aarch64-linux-musleabi/asm/stat.h"
-    "include/aarch64-linux-musleabi/asm/statfs.h"
-    "include/aarch64-linux-musleabi/asm/ucontext.h"
-    "include/aarch64-linux-musleabi/asm/unistd.h"
     "include/aarch64-linux-musleabi/bfd_stdint.h"
     "include/aarch64-linux-musleabi/bits/alltypes.h"
     "include/aarch64-linux-musleabi/bits/endian.h"
@@ -3029,8 +3027,26 @@ set(ZIG_LIBC_FILES
     "include/aarch64-linux-musleabi/bits/stat.h"
     "include/aarch64-linux-musleabi/bits/syscall.h"
     "include/aarch64-linux-musleabi/bits/user.h"
-    "include/aarch64_be-linux-gnu/asm/bitsperlong.h"
-    "include/aarch64_be-linux-gnu/asm/unistd.h"
+    "include/aarch64_be-linux-any/asm/auxvec.h"
+    "include/aarch64_be-linux-any/asm/bitsperlong.h"
+    "include/aarch64_be-linux-any/asm/bpf_perf_event.h"
+    "include/aarch64_be-linux-any/asm/byteorder.h"
+    "include/aarch64_be-linux-any/asm/fcntl.h"
+    "include/aarch64_be-linux-any/asm/hwcap.h"
+    "include/aarch64_be-linux-any/asm/kvm.h"
+    "include/aarch64_be-linux-any/asm/kvm_para.h"
+    "include/aarch64_be-linux-any/asm/param.h"
+    "include/aarch64_be-linux-any/asm/perf_regs.h"
+    "include/aarch64_be-linux-any/asm/posix_types.h"
+    "include/aarch64_be-linux-any/asm/ptrace.h"
+    "include/aarch64_be-linux-any/asm/setup.h"
+    "include/aarch64_be-linux-any/asm/sigcontext.h"
+    "include/aarch64_be-linux-any/asm/siginfo.h"
+    "include/aarch64_be-linux-any/asm/signal.h"
+    "include/aarch64_be-linux-any/asm/stat.h"
+    "include/aarch64_be-linux-any/asm/statfs.h"
+    "include/aarch64_be-linux-any/asm/ucontext.h"
+    "include/aarch64_be-linux-any/asm/unistd.h"
     "include/aarch64_be-linux-gnu/bits/endian.h"
     "include/aarch64_be-linux-gnu/bits/fcntl.h"
     "include/aarch64_be-linux-gnu/bits/fenv.h"
@@ -3060,26 +3076,6 @@ set(ZIG_LIBC_FILES
     "include/aarch64_be-linux-gnu/sys/ptrace.h"
     "include/aarch64_be-linux-gnu/sys/ucontext.h"
     "include/aarch64_be-linux-gnu/sys/user.h"
-    "include/aarch64_be-linux-musl/asm/auxvec.h"
-    "include/aarch64_be-linux-musl/asm/bitsperlong.h"
-    "include/aarch64_be-linux-musl/asm/bpf_perf_event.h"
-    "include/aarch64_be-linux-musl/asm/byteorder.h"
-    "include/aarch64_be-linux-musl/asm/fcntl.h"
-    "include/aarch64_be-linux-musl/asm/hwcap.h"
-    "include/aarch64_be-linux-musl/asm/kvm.h"
-    "include/aarch64_be-linux-musl/asm/kvm_para.h"
-    "include/aarch64_be-linux-musl/asm/param.h"
-    "include/aarch64_be-linux-musl/asm/perf_regs.h"
-    "include/aarch64_be-linux-musl/asm/posix_types.h"
-    "include/aarch64_be-linux-musl/asm/ptrace.h"
-    "include/aarch64_be-linux-musl/asm/setup.h"
-    "include/aarch64_be-linux-musl/asm/sigcontext.h"
-    "include/aarch64_be-linux-musl/asm/siginfo.h"
-    "include/aarch64_be-linux-musl/asm/signal.h"
-    "include/aarch64_be-linux-musl/asm/stat.h"
-    "include/aarch64_be-linux-musl/asm/statfs.h"
-    "include/aarch64_be-linux-musl/asm/ucontext.h"
-    "include/aarch64_be-linux-musl/asm/unistd.h"
     "include/aarch64_be-linux-musl/bfd_stdint.h"
     "include/aarch64_be-linux-musl/bits/alltypes.h"
     "include/aarch64_be-linux-musl/bits/endian.h"
@@ -3097,7 +3093,830 @@ set(ZIG_LIBC_FILES
     "include/aarch64_be-linux-musl/bits/stat.h"
     "include/aarch64_be-linux-musl/bits/syscall.h"
     "include/aarch64_be-linux-musl/bits/user.h"
-    "include/arm-linux-gnueabi/asm/unistd.h"
+    "include/any-linux-any/asm-generic/auxvec.h"
+    "include/any-linux-any/asm-generic/bitsperlong.h"
+    "include/any-linux-any/asm-generic/bpf_perf_event.h"
+    "include/any-linux-any/asm-generic/errno-base.h"
+    "include/any-linux-any/asm-generic/errno.h"
+    "include/any-linux-any/asm-generic/fcntl.h"
+    "include/any-linux-any/asm-generic/hugetlb_encode.h"
+    "include/any-linux-any/asm-generic/int-l64.h"
+    "include/any-linux-any/asm-generic/int-ll64.h"
+    "include/any-linux-any/asm-generic/ioctl.h"
+    "include/any-linux-any/asm-generic/ioctls.h"
+    "include/any-linux-any/asm-generic/ipcbuf.h"
+    "include/any-linux-any/asm-generic/kvm_para.h"
+    "include/any-linux-any/asm-generic/mman-common.h"
+    "include/any-linux-any/asm-generic/mman.h"
+    "include/any-linux-any/asm-generic/msgbuf.h"
+    "include/any-linux-any/asm-generic/param.h"
+    "include/any-linux-any/asm-generic/poll.h"
+    "include/any-linux-any/asm-generic/posix_types.h"
+    "include/any-linux-any/asm-generic/resource.h"
+    "include/any-linux-any/asm-generic/sembuf.h"
+    "include/any-linux-any/asm-generic/setup.h"
+    "include/any-linux-any/asm-generic/shmbuf.h"
+    "include/any-linux-any/asm-generic/shmparam.h"
+    "include/any-linux-any/asm-generic/siginfo.h"
+    "include/any-linux-any/asm-generic/signal-defs.h"
+    "include/any-linux-any/asm-generic/signal.h"
+    "include/any-linux-any/asm-generic/socket.h"
+    "include/any-linux-any/asm-generic/sockios.h"
+    "include/any-linux-any/asm-generic/stat.h"
+    "include/any-linux-any/asm-generic/statfs.h"
+    "include/any-linux-any/asm-generic/swab.h"
+    "include/any-linux-any/asm-generic/termbits.h"
+    "include/any-linux-any/asm-generic/termios.h"
+    "include/any-linux-any/asm-generic/types.h"
+    "include/any-linux-any/asm-generic/ucontext.h"
+    "include/any-linux-any/asm-generic/unistd.h"
+    "include/any-linux-any/asm/a.out.h"
+    "include/any-linux-any/asm/auxvec.h"
+    "include/any-linux-any/asm/bitfield.h"
+    "include/any-linux-any/asm/bitsperlong.h"
+    "include/any-linux-any/asm/boot.h"
+    "include/any-linux-any/asm/bootparam.h"
+    "include/any-linux-any/asm/bootx.h"
+    "include/any-linux-any/asm/bpf_perf_event.h"
+    "include/any-linux-any/asm/break.h"
+    "include/any-linux-any/asm/byteorder.h"
+    "include/any-linux-any/asm/cachectl.h"
+    "include/any-linux-any/asm/cputable.h"
+    "include/any-linux-any/asm/debugreg.h"
+    "include/any-linux-any/asm/e820.h"
+    "include/any-linux-any/asm/eeh.h"
+    "include/any-linux-any/asm/elf.h"
+    "include/any-linux-any/asm/epapr_hcalls.h"
+    "include/any-linux-any/asm/errno.h"
+    "include/any-linux-any/asm/fcntl.h"
+    "include/any-linux-any/asm/hw_breakpoint.h"
+    "include/any-linux-any/asm/hwcap.h"
+    "include/any-linux-any/asm/hwcap2.h"
+    "include/any-linux-any/asm/inst.h"
+    "include/any-linux-any/asm/ioctl.h"
+    "include/any-linux-any/asm/ioctls.h"
+    "include/any-linux-any/asm/ipcbuf.h"
+    "include/any-linux-any/asm/ist.h"
+    "include/any-linux-any/asm/kvm.h"
+    "include/any-linux-any/asm/kvm_para.h"
+    "include/any-linux-any/asm/kvm_perf.h"
+    "include/any-linux-any/asm/ldt.h"
+    "include/any-linux-any/asm/mce.h"
+    "include/any-linux-any/asm/mman.h"
+    "include/any-linux-any/asm/msgbuf.h"
+    "include/any-linux-any/asm/msr.h"
+    "include/any-linux-any/asm/mtrr.h"
+    "include/any-linux-any/asm/nvram.h"
+    "include/any-linux-any/asm/opal-prd.h"
+    "include/any-linux-any/asm/param.h"
+    "include/any-linux-any/asm/perf_event.h"
+    "include/any-linux-any/asm/perf_regs.h"
+    "include/any-linux-any/asm/poll.h"
+    "include/any-linux-any/asm/posix_types.h"
+    "include/any-linux-any/asm/posix_types_32.h"
+    "include/any-linux-any/asm/posix_types_64.h"
+    "include/any-linux-any/asm/posix_types_x32.h"
+    "include/any-linux-any/asm/prctl.h"
+    "include/any-linux-any/asm/processor-flags.h"
+    "include/any-linux-any/asm/ps3fb.h"
+    "include/any-linux-any/asm/ptrace-abi.h"
+    "include/any-linux-any/asm/ptrace.h"
+    "include/any-linux-any/asm/reg.h"
+    "include/any-linux-any/asm/resource.h"
+    "include/any-linux-any/asm/sembuf.h"
+    "include/any-linux-any/asm/setup.h"
+    "include/any-linux-any/asm/sgidefs.h"
+    "include/any-linux-any/asm/shmbuf.h"
+    "include/any-linux-any/asm/sigcontext.h"
+    "include/any-linux-any/asm/sigcontext32.h"
+    "include/any-linux-any/asm/siginfo.h"
+    "include/any-linux-any/asm/signal.h"
+    "include/any-linux-any/asm/socket.h"
+    "include/any-linux-any/asm/sockios.h"
+    "include/any-linux-any/asm/spu_info.h"
+    "include/any-linux-any/asm/stat.h"
+    "include/any-linux-any/asm/statfs.h"
+    "include/any-linux-any/asm/svm.h"
+    "include/any-linux-any/asm/swab.h"
+    "include/any-linux-any/asm/syscalls.h"
+    "include/any-linux-any/asm/sysmips.h"
+    "include/any-linux-any/asm/termbits.h"
+    "include/any-linux-any/asm/termios.h"
+    "include/any-linux-any/asm/tm.h"
+    "include/any-linux-any/asm/types.h"
+    "include/any-linux-any/asm/ucontext.h"
+    "include/any-linux-any/asm/unistd-common.h"
+    "include/any-linux-any/asm/unistd-eabi.h"
+    "include/any-linux-any/asm/unistd-oabi.h"
+    "include/any-linux-any/asm/unistd.h"
+    "include/any-linux-any/asm/unistd_32.h"
+    "include/any-linux-any/asm/unistd_64.h"
+    "include/any-linux-any/asm/unistd_x32.h"
+    "include/any-linux-any/asm/vm86.h"
+    "include/any-linux-any/asm/vmx.h"
+    "include/any-linux-any/asm/vsyscall.h"
+    "include/any-linux-any/linux/a.out.h"
+    "include/any-linux-any/linux/acct.h"
+    "include/any-linux-any/linux/adb.h"
+    "include/any-linux-any/linux/adfs_fs.h"
+    "include/any-linux-any/linux/affs_hardblocks.h"
+    "include/any-linux-any/linux/agpgart.h"
+    "include/any-linux-any/linux/aio_abi.h"
+    "include/any-linux-any/linux/am437x-vpfe.h"
+    "include/any-linux-any/linux/android/binder.h"
+    "include/any-linux-any/linux/apm_bios.h"
+    "include/any-linux-any/linux/arcfb.h"
+    "include/any-linux-any/linux/arm_sdei.h"
+    "include/any-linux-any/linux/aspeed-lpc-ctrl.h"
+    "include/any-linux-any/linux/atalk.h"
+    "include/any-linux-any/linux/atm.h"
+    "include/any-linux-any/linux/atm_eni.h"
+    "include/any-linux-any/linux/atm_he.h"
+    "include/any-linux-any/linux/atm_idt77105.h"
+    "include/any-linux-any/linux/atm_nicstar.h"
+    "include/any-linux-any/linux/atm_tcp.h"
+    "include/any-linux-any/linux/atm_zatm.h"
+    "include/any-linux-any/linux/atmapi.h"
+    "include/any-linux-any/linux/atmarp.h"
+    "include/any-linux-any/linux/atmbr2684.h"
+    "include/any-linux-any/linux/atmclip.h"
+    "include/any-linux-any/linux/atmdev.h"
+    "include/any-linux-any/linux/atmioc.h"
+    "include/any-linux-any/linux/atmlec.h"
+    "include/any-linux-any/linux/atmmpc.h"
+    "include/any-linux-any/linux/atmppp.h"
+    "include/any-linux-any/linux/atmsap.h"
+    "include/any-linux-any/linux/atmsvc.h"
+    "include/any-linux-any/linux/audit.h"
+    "include/any-linux-any/linux/auto_dev-ioctl.h"
+    "include/any-linux-any/linux/auto_fs.h"
+    "include/any-linux-any/linux/auto_fs4.h"
+    "include/any-linux-any/linux/auxvec.h"
+    "include/any-linux-any/linux/ax25.h"
+    "include/any-linux-any/linux/b1lli.h"
+    "include/any-linux-any/linux/batadv_packet.h"
+    "include/any-linux-any/linux/batman_adv.h"
+    "include/any-linux-any/linux/baycom.h"
+    "include/any-linux-any/linux/bcache.h"
+    "include/any-linux-any/linux/bcm933xx_hcs.h"
+    "include/any-linux-any/linux/bfs_fs.h"
+    "include/any-linux-any/linux/binfmts.h"
+    "include/any-linux-any/linux/blkpg.h"
+    "include/any-linux-any/linux/blktrace_api.h"
+    "include/any-linux-any/linux/blkzoned.h"
+    "include/any-linux-any/linux/bpf.h"
+    "include/any-linux-any/linux/bpf_common.h"
+    "include/any-linux-any/linux/bpf_perf_event.h"
+    "include/any-linux-any/linux/bpfilter.h"
+    "include/any-linux-any/linux/bpqether.h"
+    "include/any-linux-any/linux/bsg.h"
+    "include/any-linux-any/linux/bt-bmc.h"
+    "include/any-linux-any/linux/btf.h"
+    "include/any-linux-any/linux/btrfs.h"
+    "include/any-linux-any/linux/btrfs_tree.h"
+    "include/any-linux-any/linux/byteorder/big_endian.h"
+    "include/any-linux-any/linux/byteorder/little_endian.h"
+    "include/any-linux-any/linux/caif/caif_socket.h"
+    "include/any-linux-any/linux/caif/if_caif.h"
+    "include/any-linux-any/linux/can.h"
+    "include/any-linux-any/linux/can/bcm.h"
+    "include/any-linux-any/linux/can/error.h"
+    "include/any-linux-any/linux/can/gw.h"
+    "include/any-linux-any/linux/can/netlink.h"
+    "include/any-linux-any/linux/can/raw.h"
+    "include/any-linux-any/linux/can/vxcan.h"
+    "include/any-linux-any/linux/capability.h"
+    "include/any-linux-any/linux/capi.h"
+    "include/any-linux-any/linux/cciss_defs.h"
+    "include/any-linux-any/linux/cciss_ioctl.h"
+    "include/any-linux-any/linux/cdrom.h"
+    "include/any-linux-any/linux/cec-funcs.h"
+    "include/any-linux-any/linux/cec.h"
+    "include/any-linux-any/linux/cgroupstats.h"
+    "include/any-linux-any/linux/chio.h"
+    "include/any-linux-any/linux/cifs/cifs_mount.h"
+    "include/any-linux-any/linux/cm4000_cs.h"
+    "include/any-linux-any/linux/cn_proc.h"
+    "include/any-linux-any/linux/coda.h"
+    "include/any-linux-any/linux/coda_psdev.h"
+    "include/any-linux-any/linux/coff.h"
+    "include/any-linux-any/linux/connector.h"
+    "include/any-linux-any/linux/const.h"
+    "include/any-linux-any/linux/coresight-stm.h"
+    "include/any-linux-any/linux/cramfs_fs.h"
+    "include/any-linux-any/linux/cryptouser.h"
+    "include/any-linux-any/linux/cuda.h"
+    "include/any-linux-any/linux/cyclades.h"
+    "include/any-linux-any/linux/cycx_cfm.h"
+    "include/any-linux-any/linux/dcbnl.h"
+    "include/any-linux-any/linux/dccp.h"
+    "include/any-linux-any/linux/devlink.h"
+    "include/any-linux-any/linux/dlm.h"
+    "include/any-linux-any/linux/dlm_device.h"
+    "include/any-linux-any/linux/dlm_netlink.h"
+    "include/any-linux-any/linux/dlm_plock.h"
+    "include/any-linux-any/linux/dlmconstants.h"
+    "include/any-linux-any/linux/dm-ioctl.h"
+    "include/any-linux-any/linux/dm-log-userspace.h"
+    "include/any-linux-any/linux/dma-buf.h"
+    "include/any-linux-any/linux/dn.h"
+    "include/any-linux-any/linux/dqblk_xfs.h"
+    "include/any-linux-any/linux/dvb/audio.h"
+    "include/any-linux-any/linux/dvb/ca.h"
+    "include/any-linux-any/linux/dvb/dmx.h"
+    "include/any-linux-any/linux/dvb/frontend.h"
+    "include/any-linux-any/linux/dvb/net.h"
+    "include/any-linux-any/linux/dvb/osd.h"
+    "include/any-linux-any/linux/dvb/version.h"
+    "include/any-linux-any/linux/dvb/video.h"
+    "include/any-linux-any/linux/edd.h"
+    "include/any-linux-any/linux/efs_fs_sb.h"
+    "include/any-linux-any/linux/elf-em.h"
+    "include/any-linux-any/linux/elf-fdpic.h"
+    "include/any-linux-any/linux/elf.h"
+    "include/any-linux-any/linux/elfcore.h"
+    "include/any-linux-any/linux/errno.h"
+    "include/any-linux-any/linux/errqueue.h"
+    "include/any-linux-any/linux/erspan.h"
+    "include/any-linux-any/linux/ethtool.h"
+    "include/any-linux-any/linux/eventpoll.h"
+    "include/any-linux-any/linux/fadvise.h"
+    "include/any-linux-any/linux/falloc.h"
+    "include/any-linux-any/linux/fanotify.h"
+    "include/any-linux-any/linux/fb.h"
+    "include/any-linux-any/linux/fcntl.h"
+    "include/any-linux-any/linux/fd.h"
+    "include/any-linux-any/linux/fdreg.h"
+    "include/any-linux-any/linux/fib_rules.h"
+    "include/any-linux-any/linux/fiemap.h"
+    "include/any-linux-any/linux/filter.h"
+    "include/any-linux-any/linux/firewire-cdev.h"
+    "include/any-linux-any/linux/firewire-constants.h"
+    "include/any-linux-any/linux/flat.h"
+    "include/any-linux-any/linux/fou.h"
+    "include/any-linux-any/linux/fpga-dfl.h"
+    "include/any-linux-any/linux/fs.h"
+    "include/any-linux-any/linux/fsi.h"
+    "include/any-linux-any/linux/fsl_hypervisor.h"
+    "include/any-linux-any/linux/fsmap.h"
+    "include/any-linux-any/linux/fuse.h"
+    "include/any-linux-any/linux/futex.h"
+    "include/any-linux-any/linux/gameport.h"
+    "include/any-linux-any/linux/gen_stats.h"
+    "include/any-linux-any/linux/genetlink.h"
+    "include/any-linux-any/linux/genwqe/genwqe_card.h"
+    "include/any-linux-any/linux/gfs2_ondisk.h"
+    "include/any-linux-any/linux/gigaset_dev.h"
+    "include/any-linux-any/linux/gpio.h"
+    "include/any-linux-any/linux/gsmmux.h"
+    "include/any-linux-any/linux/gtp.h"
+    "include/any-linux-any/linux/hash_info.h"
+    "include/any-linux-any/linux/hdlc.h"
+    "include/any-linux-any/linux/hdlc/ioctl.h"
+    "include/any-linux-any/linux/hdlcdrv.h"
+    "include/any-linux-any/linux/hdreg.h"
+    "include/any-linux-any/linux/hid.h"
+    "include/any-linux-any/linux/hiddev.h"
+    "include/any-linux-any/linux/hidraw.h"
+    "include/any-linux-any/linux/hpet.h"
+    "include/any-linux-any/linux/hsi/cs-protocol.h"
+    "include/any-linux-any/linux/hsi/hsi_char.h"
+    "include/any-linux-any/linux/hsr_netlink.h"
+    "include/any-linux-any/linux/hw_breakpoint.h"
+    "include/any-linux-any/linux/hyperv.h"
+    "include/any-linux-any/linux/hysdn_if.h"
+    "include/any-linux-any/linux/i2c-dev.h"
+    "include/any-linux-any/linux/i2c.h"
+    "include/any-linux-any/linux/i2o-dev.h"
+    "include/any-linux-any/linux/i8k.h"
+    "include/any-linux-any/linux/icmp.h"
+    "include/any-linux-any/linux/icmpv6.h"
+    "include/any-linux-any/linux/if.h"
+    "include/any-linux-any/linux/if_addr.h"
+    "include/any-linux-any/linux/if_addrlabel.h"
+    "include/any-linux-any/linux/if_alg.h"
+    "include/any-linux-any/linux/if_arcnet.h"
+    "include/any-linux-any/linux/if_arp.h"
+    "include/any-linux-any/linux/if_bonding.h"
+    "include/any-linux-any/linux/if_bridge.h"
+    "include/any-linux-any/linux/if_cablemodem.h"
+    "include/any-linux-any/linux/if_eql.h"
+    "include/any-linux-any/linux/if_ether.h"
+    "include/any-linux-any/linux/if_fc.h"
+    "include/any-linux-any/linux/if_fddi.h"
+    "include/any-linux-any/linux/if_frad.h"
+    "include/any-linux-any/linux/if_hippi.h"
+    "include/any-linux-any/linux/if_infiniband.h"
+    "include/any-linux-any/linux/if_link.h"
+    "include/any-linux-any/linux/if_ltalk.h"
+    "include/any-linux-any/linux/if_macsec.h"
+    "include/any-linux-any/linux/if_packet.h"
+    "include/any-linux-any/linux/if_phonet.h"
+    "include/any-linux-any/linux/if_plip.h"
+    "include/any-linux-any/linux/if_ppp.h"
+    "include/any-linux-any/linux/if_pppol2tp.h"
+    "include/any-linux-any/linux/if_pppox.h"
+    "include/any-linux-any/linux/if_slip.h"
+    "include/any-linux-any/linux/if_team.h"
+    "include/any-linux-any/linux/if_tun.h"
+    "include/any-linux-any/linux/if_tunnel.h"
+    "include/any-linux-any/linux/if_vlan.h"
+    "include/any-linux-any/linux/if_x25.h"
+    "include/any-linux-any/linux/if_xdp.h"
+    "include/any-linux-any/linux/ife.h"
+    "include/any-linux-any/linux/igmp.h"
+    "include/any-linux-any/linux/iio/events.h"
+    "include/any-linux-any/linux/iio/types.h"
+    "include/any-linux-any/linux/ila.h"
+    "include/any-linux-any/linux/in.h"
+    "include/any-linux-any/linux/in6.h"
+    "include/any-linux-any/linux/in_route.h"
+    "include/any-linux-any/linux/inet_diag.h"
+    "include/any-linux-any/linux/inotify.h"
+    "include/any-linux-any/linux/input-event-codes.h"
+    "include/any-linux-any/linux/input.h"
+    "include/any-linux-any/linux/ioctl.h"
+    "include/any-linux-any/linux/ip.h"
+    "include/any-linux-any/linux/ip6_tunnel.h"
+    "include/any-linux-any/linux/ip_vs.h"
+    "include/any-linux-any/linux/ipc.h"
+    "include/any-linux-any/linux/ipmi.h"
+    "include/any-linux-any/linux/ipmi_bmc.h"
+    "include/any-linux-any/linux/ipmi_msgdefs.h"
+    "include/any-linux-any/linux/ipsec.h"
+    "include/any-linux-any/linux/ipv6.h"
+    "include/any-linux-any/linux/ipv6_route.h"
+    "include/any-linux-any/linux/ipx.h"
+    "include/any-linux-any/linux/irqnr.h"
+    "include/any-linux-any/linux/isdn.h"
+    "include/any-linux-any/linux/isdn/capicmd.h"
+    "include/any-linux-any/linux/isdn_divertif.h"
+    "include/any-linux-any/linux/isdn_ppp.h"
+    "include/any-linux-any/linux/isdnif.h"
+    "include/any-linux-any/linux/iso_fs.h"
+    "include/any-linux-any/linux/ivtv.h"
+    "include/any-linux-any/linux/ivtvfb.h"
+    "include/any-linux-any/linux/jffs2.h"
+    "include/any-linux-any/linux/joystick.h"
+    "include/any-linux-any/linux/kcm.h"
+    "include/any-linux-any/linux/kcmp.h"
+    "include/any-linux-any/linux/kcov.h"
+    "include/any-linux-any/linux/kd.h"
+    "include/any-linux-any/linux/kdev_t.h"
+    "include/any-linux-any/linux/kernel-page-flags.h"
+    "include/any-linux-any/linux/kernel.h"
+    "include/any-linux-any/linux/kernelcapi.h"
+    "include/any-linux-any/linux/kexec.h"
+    "include/any-linux-any/linux/keyboard.h"
+    "include/any-linux-any/linux/keyctl.h"
+    "include/any-linux-any/linux/kfd_ioctl.h"
+    "include/any-linux-any/linux/kvm.h"
+    "include/any-linux-any/linux/kvm_para.h"
+    "include/any-linux-any/linux/l2tp.h"
+    "include/any-linux-any/linux/libc-compat.h"
+    "include/any-linux-any/linux/lightnvm.h"
+    "include/any-linux-any/linux/limits.h"
+    "include/any-linux-any/linux/lirc.h"
+    "include/any-linux-any/linux/llc.h"
+    "include/any-linux-any/linux/loop.h"
+    "include/any-linux-any/linux/lp.h"
+    "include/any-linux-any/linux/lwtunnel.h"
+    "include/any-linux-any/linux/magic.h"
+    "include/any-linux-any/linux/major.h"
+    "include/any-linux-any/linux/map_to_7segment.h"
+    "include/any-linux-any/linux/matroxfb.h"
+    "include/any-linux-any/linux/max2175.h"
+    "include/any-linux-any/linux/mdio.h"
+    "include/any-linux-any/linux/media-bus-format.h"
+    "include/any-linux-any/linux/media.h"
+    "include/any-linux-any/linux/mei.h"
+    "include/any-linux-any/linux/membarrier.h"
+    "include/any-linux-any/linux/memfd.h"
+    "include/any-linux-any/linux/mempolicy.h"
+    "include/any-linux-any/linux/meye.h"
+    "include/any-linux-any/linux/mic_common.h"
+    "include/any-linux-any/linux/mic_ioctl.h"
+    "include/any-linux-any/linux/mii.h"
+    "include/any-linux-any/linux/minix_fs.h"
+    "include/any-linux-any/linux/mman.h"
+    "include/any-linux-any/linux/mmc/ioctl.h"
+    "include/any-linux-any/linux/mmtimer.h"
+    "include/any-linux-any/linux/module.h"
+    "include/any-linux-any/linux/mpls.h"
+    "include/any-linux-any/linux/mpls_iptunnel.h"
+    "include/any-linux-any/linux/mqueue.h"
+    "include/any-linux-any/linux/mroute.h"
+    "include/any-linux-any/linux/mroute6.h"
+    "include/any-linux-any/linux/msdos_fs.h"
+    "include/any-linux-any/linux/msg.h"
+    "include/any-linux-any/linux/mtio.h"
+    "include/any-linux-any/linux/n_r3964.h"
+    "include/any-linux-any/linux/nbd-netlink.h"
+    "include/any-linux-any/linux/nbd.h"
+    "include/any-linux-any/linux/ncsi.h"
+    "include/any-linux-any/linux/ndctl.h"
+    "include/any-linux-any/linux/neighbour.h"
+    "include/any-linux-any/linux/net.h"
+    "include/any-linux-any/linux/net_dropmon.h"
+    "include/any-linux-any/linux/net_namespace.h"
+    "include/any-linux-any/linux/net_tstamp.h"
+    "include/any-linux-any/linux/netconf.h"
+    "include/any-linux-any/linux/netdevice.h"
+    "include/any-linux-any/linux/netfilter.h"
+    "include/any-linux-any/linux/netfilter/ipset/ip_set.h"
+    "include/any-linux-any/linux/netfilter/ipset/ip_set_bitmap.h"
+    "include/any-linux-any/linux/netfilter/ipset/ip_set_hash.h"
+    "include/any-linux-any/linux/netfilter/ipset/ip_set_list.h"
+    "include/any-linux-any/linux/netfilter/nf_conntrack_common.h"
+    "include/any-linux-any/linux/netfilter/nf_conntrack_ftp.h"
+    "include/any-linux-any/linux/netfilter/nf_conntrack_sctp.h"
+    "include/any-linux-any/linux/netfilter/nf_conntrack_tcp.h"
+    "include/any-linux-any/linux/netfilter/nf_conntrack_tuple_common.h"
+    "include/any-linux-any/linux/netfilter/nf_log.h"
+    "include/any-linux-any/linux/netfilter/nf_nat.h"
+    "include/any-linux-any/linux/netfilter/nf_tables.h"
+    "include/any-linux-any/linux/netfilter/nf_tables_compat.h"
+    "include/any-linux-any/linux/netfilter/nfnetlink.h"
+    "include/any-linux-any/linux/netfilter/nfnetlink_acct.h"
+    "include/any-linux-any/linux/netfilter/nfnetlink_compat.h"
+    "include/any-linux-any/linux/netfilter/nfnetlink_conntrack.h"
+    "include/any-linux-any/linux/netfilter/nfnetlink_cthelper.h"
+    "include/any-linux-any/linux/netfilter/nfnetlink_cttimeout.h"
+    "include/any-linux-any/linux/netfilter/nfnetlink_log.h"
+    "include/any-linux-any/linux/netfilter/nfnetlink_osf.h"
+    "include/any-linux-any/linux/netfilter/nfnetlink_queue.h"
+    "include/any-linux-any/linux/netfilter/x_tables.h"
+    "include/any-linux-any/linux/netfilter/xt_AUDIT.h"
+    "include/any-linux-any/linux/netfilter/xt_CHECKSUM.h"
+    "include/any-linux-any/linux/netfilter/xt_CLASSIFY.h"
+    "include/any-linux-any/linux/netfilter/xt_CONNSECMARK.h"
+    "include/any-linux-any/linux/netfilter/xt_CT.h"
+    "include/any-linux-any/linux/netfilter/xt_HMARK.h"
+    "include/any-linux-any/linux/netfilter/xt_IDLETIMER.h"
+    "include/any-linux-any/linux/netfilter/xt_LED.h"
+    "include/any-linux-any/linux/netfilter/xt_LOG.h"
+    "include/any-linux-any/linux/netfilter/xt_NFLOG.h"
+    "include/any-linux-any/linux/netfilter/xt_NFQUEUE.h"
+    "include/any-linux-any/linux/netfilter/xt_SECMARK.h"
+    "include/any-linux-any/linux/netfilter/xt_SYNPROXY.h"
+    "include/any-linux-any/linux/netfilter/xt_TCPOPTSTRIP.h"
+    "include/any-linux-any/linux/netfilter/xt_TEE.h"
+    "include/any-linux-any/linux/netfilter/xt_TPROXY.h"
+    "include/any-linux-any/linux/netfilter/xt_addrtype.h"
+    "include/any-linux-any/linux/netfilter/xt_bpf.h"
+    "include/any-linux-any/linux/netfilter/xt_cgroup.h"
+    "include/any-linux-any/linux/netfilter/xt_cluster.h"
+    "include/any-linux-any/linux/netfilter/xt_comment.h"
+    "include/any-linux-any/linux/netfilter/xt_connbytes.h"
+    "include/any-linux-any/linux/netfilter/xt_connlabel.h"
+    "include/any-linux-any/linux/netfilter/xt_connlimit.h"
+    "include/any-linux-any/linux/netfilter/xt_connmark.h"
+    "include/any-linux-any/linux/netfilter/xt_conntrack.h"
+    "include/any-linux-any/linux/netfilter/xt_cpu.h"
+    "include/any-linux-any/linux/netfilter/xt_dccp.h"
+    "include/any-linux-any/linux/netfilter/xt_devgroup.h"
+    "include/any-linux-any/linux/netfilter/xt_dscp.h"
+    "include/any-linux-any/linux/netfilter/xt_ecn.h"
+    "include/any-linux-any/linux/netfilter/xt_esp.h"
+    "include/any-linux-any/linux/netfilter/xt_hashlimit.h"
+    "include/any-linux-any/linux/netfilter/xt_helper.h"
+    "include/any-linux-any/linux/netfilter/xt_ipcomp.h"
+    "include/any-linux-any/linux/netfilter/xt_iprange.h"
+    "include/any-linux-any/linux/netfilter/xt_ipvs.h"
+    "include/any-linux-any/linux/netfilter/xt_l2tp.h"
+    "include/any-linux-any/linux/netfilter/xt_length.h"
+    "include/any-linux-any/linux/netfilter/xt_limit.h"
+    "include/any-linux-any/linux/netfilter/xt_mac.h"
+    "include/any-linux-any/linux/netfilter/xt_mark.h"
+    "include/any-linux-any/linux/netfilter/xt_multiport.h"
+    "include/any-linux-any/linux/netfilter/xt_nfacct.h"
+    "include/any-linux-any/linux/netfilter/xt_osf.h"
+    "include/any-linux-any/linux/netfilter/xt_owner.h"
+    "include/any-linux-any/linux/netfilter/xt_physdev.h"
+    "include/any-linux-any/linux/netfilter/xt_pkttype.h"
+    "include/any-linux-any/linux/netfilter/xt_policy.h"
+    "include/any-linux-any/linux/netfilter/xt_quota.h"
+    "include/any-linux-any/linux/netfilter/xt_rateest.h"
+    "include/any-linux-any/linux/netfilter/xt_realm.h"
+    "include/any-linux-any/linux/netfilter/xt_recent.h"
+    "include/any-linux-any/linux/netfilter/xt_rpfilter.h"
+    "include/any-linux-any/linux/netfilter/xt_sctp.h"
+    "include/any-linux-any/linux/netfilter/xt_set.h"
+    "include/any-linux-any/linux/netfilter/xt_socket.h"
+    "include/any-linux-any/linux/netfilter/xt_state.h"
+    "include/any-linux-any/linux/netfilter/xt_statistic.h"
+    "include/any-linux-any/linux/netfilter/xt_string.h"
+    "include/any-linux-any/linux/netfilter/xt_tcpmss.h"
+    "include/any-linux-any/linux/netfilter/xt_tcpudp.h"
+    "include/any-linux-any/linux/netfilter/xt_time.h"
+    "include/any-linux-any/linux/netfilter/xt_u32.h"
+    "include/any-linux-any/linux/netfilter_arp.h"
+    "include/any-linux-any/linux/netfilter_arp/arp_tables.h"
+    "include/any-linux-any/linux/netfilter_arp/arpt_mangle.h"
+    "include/any-linux-any/linux/netfilter_bridge.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_802_3.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_among.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_arp.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_arpreply.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_ip.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_ip6.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_limit.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_log.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_mark_m.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_mark_t.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_nat.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_nflog.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_pkttype.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_redirect.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_stp.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebt_vlan.h"
+    "include/any-linux-any/linux/netfilter_bridge/ebtables.h"
+    "include/any-linux-any/linux/netfilter_decnet.h"
+    "include/any-linux-any/linux/netfilter_ipv4.h"
+    "include/any-linux-any/linux/netfilter_ipv4/ip_tables.h"
+    "include/any-linux-any/linux/netfilter_ipv4/ipt_CLUSTERIP.h"
+    "include/any-linux-any/linux/netfilter_ipv4/ipt_LOG.h"
+    "include/any-linux-any/linux/netfilter_ipv4/ipt_REJECT.h"
+    "include/any-linux-any/linux/netfilter_ipv4/ipt_ah.h"
+    "include/any-linux-any/linux/netfilter_ipv4/ipt_ecn.h"
+    "include/any-linux-any/linux/netfilter_ipv4/ipt_ttl.h"
+    "include/any-linux-any/linux/netfilter_ipv6.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6_tables.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6t_LOG.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6t_NPT.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6t_REJECT.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6t_ah.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6t_frag.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6t_hl.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6t_ipv6header.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6t_mh.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6t_opts.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6t_rt.h"
+    "include/any-linux-any/linux/netfilter_ipv6/ip6t_srh.h"
+    "include/any-linux-any/linux/netlink.h"
+    "include/any-linux-any/linux/netlink_diag.h"
+    "include/any-linux-any/linux/netrom.h"
+    "include/any-linux-any/linux/nfc.h"
+    "include/any-linux-any/linux/nfs.h"
+    "include/any-linux-any/linux/nfs2.h"
+    "include/any-linux-any/linux/nfs3.h"
+    "include/any-linux-any/linux/nfs4.h"
+    "include/any-linux-any/linux/nfs4_mount.h"
+    "include/any-linux-any/linux/nfs_fs.h"
+    "include/any-linux-any/linux/nfs_idmap.h"
+    "include/any-linux-any/linux/nfs_mount.h"
+    "include/any-linux-any/linux/nfsacl.h"
+    "include/any-linux-any/linux/nfsd/cld.h"
+    "include/any-linux-any/linux/nfsd/debug.h"
+    "include/any-linux-any/linux/nfsd/export.h"
+    "include/any-linux-any/linux/nfsd/nfsfh.h"
+    "include/any-linux-any/linux/nfsd/stats.h"
+    "include/any-linux-any/linux/nilfs2_api.h"
+    "include/any-linux-any/linux/nilfs2_ondisk.h"
+    "include/any-linux-any/linux/nl80211.h"
+    "include/any-linux-any/linux/nsfs.h"
+    "include/any-linux-any/linux/nubus.h"
+    "include/any-linux-any/linux/nvme_ioctl.h"
+    "include/any-linux-any/linux/nvram.h"
+    "include/any-linux-any/linux/omap3isp.h"
+    "include/any-linux-any/linux/omapfb.h"
+    "include/any-linux-any/linux/oom.h"
+    "include/any-linux-any/linux/openvswitch.h"
+    "include/any-linux-any/linux/packet_diag.h"
+    "include/any-linux-any/linux/param.h"
+    "include/any-linux-any/linux/parport.h"
+    "include/any-linux-any/linux/patchkey.h"
+    "include/any-linux-any/linux/pci.h"
+    "include/any-linux-any/linux/pci_regs.h"
+    "include/any-linux-any/linux/pcitest.h"
+    "include/any-linux-any/linux/perf_event.h"
+    "include/any-linux-any/linux/personality.h"
+    "include/any-linux-any/linux/pfkeyv2.h"
+    "include/any-linux-any/linux/pg.h"
+    "include/any-linux-any/linux/phantom.h"
+    "include/any-linux-any/linux/phonet.h"
+    "include/any-linux-any/linux/pkt_cls.h"
+    "include/any-linux-any/linux/pkt_sched.h"
+    "include/any-linux-any/linux/pktcdvd.h"
+    "include/any-linux-any/linux/pmu.h"
+    "include/any-linux-any/linux/poll.h"
+    "include/any-linux-any/linux/posix_acl.h"
+    "include/any-linux-any/linux/posix_acl_xattr.h"
+    "include/any-linux-any/linux/posix_types.h"
+    "include/any-linux-any/linux/ppdev.h"
+    "include/any-linux-any/linux/ppp-comp.h"
+    "include/any-linux-any/linux/ppp-ioctl.h"
+    "include/any-linux-any/linux/ppp_defs.h"
+    "include/any-linux-any/linux/pps.h"
+    "include/any-linux-any/linux/pr.h"
+    "include/any-linux-any/linux/prctl.h"
+    "include/any-linux-any/linux/psample.h"
+    "include/any-linux-any/linux/psci.h"
+    "include/any-linux-any/linux/psp-sev.h"
+    "include/any-linux-any/linux/ptp_clock.h"
+    "include/any-linux-any/linux/ptrace.h"
+    "include/any-linux-any/linux/qemu_fw_cfg.h"
+    "include/any-linux-any/linux/qnx4_fs.h"
+    "include/any-linux-any/linux/qnxtypes.h"
+    "include/any-linux-any/linux/qrtr.h"
+    "include/any-linux-any/linux/quota.h"
+    "include/any-linux-any/linux/radeonfb.h"
+    "include/any-linux-any/linux/raid/md_p.h"
+    "include/any-linux-any/linux/raid/md_u.h"
+    "include/any-linux-any/linux/random.h"
+    "include/any-linux-any/linux/raw.h"
+    "include/any-linux-any/linux/rds.h"
+    "include/any-linux-any/linux/reboot.h"
+    "include/any-linux-any/linux/reiserfs_fs.h"
+    "include/any-linux-any/linux/reiserfs_xattr.h"
+    "include/any-linux-any/linux/resource.h"
+    "include/any-linux-any/linux/rfkill.h"
+    "include/any-linux-any/linux/rio_cm_cdev.h"
+    "include/any-linux-any/linux/rio_mport_cdev.h"
+    "include/any-linux-any/linux/romfs_fs.h"
+    "include/any-linux-any/linux/rose.h"
+    "include/any-linux-any/linux/route.h"
+    "include/any-linux-any/linux/rpmsg.h"
+    "include/any-linux-any/linux/rseq.h"
+    "include/any-linux-any/linux/rtc.h"
+    "include/any-linux-any/linux/rtnetlink.h"
+    "include/any-linux-any/linux/rxrpc.h"
+    "include/any-linux-any/linux/scc.h"
+    "include/any-linux-any/linux/sched.h"
+    "include/any-linux-any/linux/sched/types.h"
+    "include/any-linux-any/linux/scif_ioctl.h"
+    "include/any-linux-any/linux/screen_info.h"
+    "include/any-linux-any/linux/sctp.h"
+    "include/any-linux-any/linux/sdla.h"
+    "include/any-linux-any/linux/seccomp.h"
+    "include/any-linux-any/linux/securebits.h"
+    "include/any-linux-any/linux/sed-opal.h"
+    "include/any-linux-any/linux/seg6.h"
+    "include/any-linux-any/linux/seg6_genl.h"
+    "include/any-linux-any/linux/seg6_hmac.h"
+    "include/any-linux-any/linux/seg6_iptunnel.h"
+    "include/any-linux-any/linux/seg6_local.h"
+    "include/any-linux-any/linux/selinux_netlink.h"
+    "include/any-linux-any/linux/sem.h"
+    "include/any-linux-any/linux/serial.h"
+    "include/any-linux-any/linux/serial_core.h"
+    "include/any-linux-any/linux/serial_reg.h"
+    "include/any-linux-any/linux/serio.h"
+    "include/any-linux-any/linux/shm.h"
+    "include/any-linux-any/linux/signal.h"
+    "include/any-linux-any/linux/signalfd.h"
+    "include/any-linux-any/linux/smc.h"
+    "include/any-linux-any/linux/smc_diag.h"
+    "include/any-linux-any/linux/smiapp.h"
+    "include/any-linux-any/linux/snmp.h"
+    "include/any-linux-any/linux/sock_diag.h"
+    "include/any-linux-any/linux/socket.h"
+    "include/any-linux-any/linux/sockios.h"
+    "include/any-linux-any/linux/sonet.h"
+    "include/any-linux-any/linux/sonypi.h"
+    "include/any-linux-any/linux/sound.h"
+    "include/any-linux-any/linux/soundcard.h"
+    "include/any-linux-any/linux/spi/spidev.h"
+    "include/any-linux-any/linux/stat.h"
+    "include/any-linux-any/linux/stddef.h"
+    "include/any-linux-any/linux/stm.h"
+    "include/any-linux-any/linux/string.h"
+    "include/any-linux-any/linux/sunrpc/debug.h"
+    "include/any-linux-any/linux/suspend_ioctls.h"
+    "include/any-linux-any/linux/swab.h"
+    "include/any-linux-any/linux/switchtec_ioctl.h"
+    "include/any-linux-any/linux/sync_file.h"
+    "include/any-linux-any/linux/synclink.h"
+    "include/any-linux-any/linux/sysctl.h"
+    "include/any-linux-any/linux/sysinfo.h"
+    "include/any-linux-any/linux/target_core_user.h"
+    "include/any-linux-any/linux/taskstats.h"
+    "include/any-linux-any/linux/tc_act/tc_bpf.h"
+    "include/any-linux-any/linux/tc_act/tc_connmark.h"
+    "include/any-linux-any/linux/tc_act/tc_csum.h"
+    "include/any-linux-any/linux/tc_act/tc_defact.h"
+    "include/any-linux-any/linux/tc_act/tc_gact.h"
+    "include/any-linux-any/linux/tc_act/tc_ife.h"
+    "include/any-linux-any/linux/tc_act/tc_ipt.h"
+    "include/any-linux-any/linux/tc_act/tc_mirred.h"
+    "include/any-linux-any/linux/tc_act/tc_nat.h"
+    "include/any-linux-any/linux/tc_act/tc_pedit.h"
+    "include/any-linux-any/linux/tc_act/tc_sample.h"
+    "include/any-linux-any/linux/tc_act/tc_skbedit.h"
+    "include/any-linux-any/linux/tc_act/tc_skbmod.h"
+    "include/any-linux-any/linux/tc_act/tc_tunnel_key.h"
+    "include/any-linux-any/linux/tc_act/tc_vlan.h"
+    "include/any-linux-any/linux/tc_ematch/tc_em_cmp.h"
+    "include/any-linux-any/linux/tc_ematch/tc_em_ipt.h"
+    "include/any-linux-any/linux/tc_ematch/tc_em_meta.h"
+    "include/any-linux-any/linux/tc_ematch/tc_em_nbyte.h"
+    "include/any-linux-any/linux/tc_ematch/tc_em_text.h"
+    "include/any-linux-any/linux/tcp.h"
+    "include/any-linux-any/linux/tcp_metrics.h"
+    "include/any-linux-any/linux/tee.h"
+    "include/any-linux-any/linux/termios.h"
+    "include/any-linux-any/linux/thermal.h"
+    "include/any-linux-any/linux/time.h"
+    "include/any-linux-any/linux/timerfd.h"
+    "include/any-linux-any/linux/times.h"
+    "include/any-linux-any/linux/timex.h"
+    "include/any-linux-any/linux/tiocl.h"
+    "include/any-linux-any/linux/tipc.h"
+    "include/any-linux-any/linux/tipc_config.h"
+    "include/any-linux-any/linux/tipc_netlink.h"
+    "include/any-linux-any/linux/tipc_sockets_diag.h"
+    "include/any-linux-any/linux/tls.h"
+    "include/any-linux-any/linux/toshiba.h"
+    "include/any-linux-any/linux/tty.h"
+    "include/any-linux-any/linux/tty_flags.h"
+    "include/any-linux-any/linux/types.h"
+    "include/any-linux-any/linux/udf_fs_i.h"
+    "include/any-linux-any/linux/udp.h"
+    "include/any-linux-any/linux/uhid.h"
+    "include/any-linux-any/linux/uinput.h"
+    "include/any-linux-any/linux/uio.h"
+    "include/any-linux-any/linux/uleds.h"
+    "include/any-linux-any/linux/ultrasound.h"
+    "include/any-linux-any/linux/un.h"
+    "include/any-linux-any/linux/unistd.h"
+    "include/any-linux-any/linux/unix_diag.h"
+    "include/any-linux-any/linux/usb/audio.h"
+    "include/any-linux-any/linux/usb/cdc-wdm.h"
+    "include/any-linux-any/linux/usb/cdc.h"
+    "include/any-linux-any/linux/usb/ch11.h"
+    "include/any-linux-any/linux/usb/ch9.h"
+    "include/any-linux-any/linux/usb/charger.h"
+    "include/any-linux-any/linux/usb/functionfs.h"
+    "include/any-linux-any/linux/usb/g_printer.h"
+    "include/any-linux-any/linux/usb/g_uvc.h"
+    "include/any-linux-any/linux/usb/gadgetfs.h"
+    "include/any-linux-any/linux/usb/midi.h"
+    "include/any-linux-any/linux/usb/tmc.h"
+    "include/any-linux-any/linux/usb/video.h"
+    "include/any-linux-any/linux/usbdevice_fs.h"
+    "include/any-linux-any/linux/usbip.h"
+    "include/any-linux-any/linux/userfaultfd.h"
+    "include/any-linux-any/linux/userio.h"
+    "include/any-linux-any/linux/utime.h"
+    "include/any-linux-any/linux/utsname.h"
+    "include/any-linux-any/linux/uuid.h"
+    "include/any-linux-any/linux/uvcvideo.h"
+    "include/any-linux-any/linux/v4l2-common.h"
+    "include/any-linux-any/linux/v4l2-controls.h"
+    "include/any-linux-any/linux/v4l2-dv-timings.h"
+    "include/any-linux-any/linux/v4l2-mediabus.h"
+    "include/any-linux-any/linux/v4l2-subdev.h"
+    "include/any-linux-any/linux/vbox_err.h"
+    "include/any-linux-any/linux/vbox_vmmdev_types.h"
+    "include/any-linux-any/linux/vboxguest.h"
+    "include/any-linux-any/linux/version.h"
+    "include/any-linux-any/linux/veth.h"
+    "include/any-linux-any/linux/vfio.h"
+    "include/any-linux-any/linux/vfio_ccw.h"
+    "include/any-linux-any/linux/vhost.h"
+    "include/any-linux-any/linux/videodev2.h"
+    "include/any-linux-any/linux/virtio_9p.h"
+    "include/any-linux-any/linux/virtio_balloon.h"
+    "include/any-linux-any/linux/virtio_blk.h"
+    "include/any-linux-any/linux/virtio_config.h"
+    "include/any-linux-any/linux/virtio_console.h"
+    "include/any-linux-any/linux/virtio_crypto.h"
+    "include/any-linux-any/linux/virtio_gpu.h"
+    "include/any-linux-any/linux/virtio_ids.h"
+    "include/any-linux-any/linux/virtio_input.h"
+    "include/any-linux-any/linux/virtio_mmio.h"
+    "include/any-linux-any/linux/virtio_net.h"
+    "include/any-linux-any/linux/virtio_pci.h"
+    "include/any-linux-any/linux/virtio_ring.h"
+    "include/any-linux-any/linux/virtio_rng.h"
+    "include/any-linux-any/linux/virtio_scsi.h"
+    "include/any-linux-any/linux/virtio_types.h"
+    "include/any-linux-any/linux/virtio_vsock.h"
+    "include/any-linux-any/linux/vm_sockets.h"
+    "include/any-linux-any/linux/vm_sockets_diag.h"
+    "include/any-linux-any/linux/vmcore.h"
+    "include/any-linux-any/linux/vsockmon.h"
+    "include/any-linux-any/linux/vt.h"
+    "include/any-linux-any/linux/vtpm_proxy.h"
+    "include/any-linux-any/linux/wait.h"
+    "include/any-linux-any/linux/wanrouter.h"
+    "include/any-linux-any/linux/watchdog.h"
+    "include/any-linux-any/linux/wimax.h"
+    "include/any-linux-any/linux/wimax/i2400m.h"
+    "include/any-linux-any/linux/wireless.h"
+    "include/any-linux-any/linux/wmi.h"
+    "include/any-linux-any/linux/x25.h"
+    "include/any-linux-any/linux/xattr.h"
+    "include/any-linux-any/linux/xfrm.h"
+    "include/any-linux-any/linux/xilinx-v4l2-controls.h"
+    "include/any-linux-any/linux/zorro.h"
+    "include/any-linux-any/linux/zorro_ids.h"
+    "include/arm-linux-any/asm/fcntl.h"
+    "include/arm-linux-any/asm/ioctls.h"
+    "include/arm-linux-any/asm/mman.h"
+    "include/arm-linux-any/asm/statfs.h"
+    "include/arm-linux-any/asm/swab.h"
+    "include/arm-linux-any/asm/types.h"
     "include/arm-linux-gnueabi/bits/endian.h"
     "include/arm-linux-gnueabi/bits/fcntl.h"
     "include/arm-linux-gnueabi/bits/fenv.h"
@@ -3119,7 +3938,6 @@ set(ZIG_LIBC_FILES
     "include/arm-linux-gnueabi/sys/ptrace.h"
     "include/arm-linux-gnueabi/sys/ucontext.h"
     "include/arm-linux-gnueabi/sys/user.h"
-    "include/arm-linux-gnueabihf/asm/unistd.h"
     "include/arm-linux-gnueabihf/bits/endian.h"
     "include/arm-linux-gnueabihf/bits/fcntl.h"
     "include/arm-linux-gnueabihf/bits/fenv.h"
@@ -3141,12 +3959,6 @@ set(ZIG_LIBC_FILES
     "include/arm-linux-gnueabihf/sys/ptrace.h"
     "include/arm-linux-gnueabihf/sys/ucontext.h"
     "include/arm-linux-gnueabihf/sys/user.h"
-    "include/arm-linux-musleabi/asm/fcntl.h"
-    "include/arm-linux-musleabi/asm/ioctls.h"
-    "include/arm-linux-musleabi/asm/mman.h"
-    "include/arm-linux-musleabi/asm/statfs.h"
-    "include/arm-linux-musleabi/asm/swab.h"
-    "include/arm-linux-musleabi/asm/types.h"
     "include/arm-linux-musleabi/bfd.h"
     "include/arm-linux-musleabi/bfd_stdint.h"
     "include/arm-linux-musleabi/bits/fcntl.h"
@@ -3156,12 +3968,6 @@ set(ZIG_LIBC_FILES
     "include/arm-linux-musleabi/bits/ptrace.h"
     "include/arm-linux-musleabi/bits/shm.h"
     "include/arm-linux-musleabi/bits/stdint.h"
-    "include/arm-linux-musleabihf/asm/fcntl.h"
-    "include/arm-linux-musleabihf/asm/ioctls.h"
-    "include/arm-linux-musleabihf/asm/mman.h"
-    "include/arm-linux-musleabihf/asm/statfs.h"
-    "include/arm-linux-musleabihf/asm/swab.h"
-    "include/arm-linux-musleabihf/asm/types.h"
     "include/arm-linux-musleabihf/bfd.h"
     "include/arm-linux-musleabihf/bfd_stdint.h"
     "include/arm-linux-musleabihf/bits/fcntl.h"
@@ -3171,7 +3977,12 @@ set(ZIG_LIBC_FILES
     "include/arm-linux-musleabihf/bits/ptrace.h"
     "include/arm-linux-musleabihf/bits/shm.h"
     "include/arm-linux-musleabihf/bits/stdint.h"
-    "include/armeb-linux-gnueabi/asm/unistd.h"
+    "include/armeb-linux-any/asm/fcntl.h"
+    "include/armeb-linux-any/asm/ioctls.h"
+    "include/armeb-linux-any/asm/mman.h"
+    "include/armeb-linux-any/asm/statfs.h"
+    "include/armeb-linux-any/asm/swab.h"
+    "include/armeb-linux-any/asm/types.h"
     "include/armeb-linux-gnueabi/bits/endian.h"
     "include/armeb-linux-gnueabi/bits/fcntl.h"
     "include/armeb-linux-gnueabi/bits/fenv.h"
@@ -3193,7 +4004,6 @@ set(ZIG_LIBC_FILES
     "include/armeb-linux-gnueabi/sys/ptrace.h"
     "include/armeb-linux-gnueabi/sys/ucontext.h"
     "include/armeb-linux-gnueabi/sys/user.h"
-    "include/armeb-linux-gnueabihf/asm/unistd.h"
     "include/armeb-linux-gnueabihf/bits/endian.h"
     "include/armeb-linux-gnueabihf/bits/fcntl.h"
     "include/armeb-linux-gnueabihf/bits/fenv.h"
@@ -3215,12 +4025,6 @@ set(ZIG_LIBC_FILES
     "include/armeb-linux-gnueabihf/sys/ptrace.h"
     "include/armeb-linux-gnueabihf/sys/ucontext.h"
     "include/armeb-linux-gnueabihf/sys/user.h"
-    "include/armeb-linux-musleabi/asm/fcntl.h"
-    "include/armeb-linux-musleabi/asm/ioctls.h"
-    "include/armeb-linux-musleabi/asm/mman.h"
-    "include/armeb-linux-musleabi/asm/statfs.h"
-    "include/armeb-linux-musleabi/asm/swab.h"
-    "include/armeb-linux-musleabi/asm/types.h"
     "include/armeb-linux-musleabi/bfd.h"
     "include/armeb-linux-musleabi/bfd_stdint.h"
     "include/armeb-linux-musleabi/bits/fcntl.h"
@@ -3230,12 +4034,6 @@ set(ZIG_LIBC_FILES
     "include/armeb-linux-musleabi/bits/ptrace.h"
     "include/armeb-linux-musleabi/bits/shm.h"
     "include/armeb-linux-musleabi/bits/stdint.h"
-    "include/armeb-linux-musleabihf/asm/fcntl.h"
-    "include/armeb-linux-musleabihf/asm/ioctls.h"
-    "include/armeb-linux-musleabihf/asm/mman.h"
-    "include/armeb-linux-musleabihf/asm/statfs.h"
-    "include/armeb-linux-musleabihf/asm/swab.h"
-    "include/armeb-linux-musleabihf/asm/types.h"
     "include/armeb-linux-musleabihf/bfd.h"
     "include/armeb-linux-musleabihf/bfd_stdint.h"
     "include/armeb-linux-musleabihf/bits/fcntl.h"
@@ -3258,10 +4056,6 @@ set(ZIG_LIBC_FILES
     "include/generic-glibc/arpa/nameser_compat.h"
     "include/generic-glibc/arpa/telnet.h"
     "include/generic-glibc/arpa/tftp.h"
-    "include/generic-glibc/asm-generic/bitsperlong.h"
-    "include/generic-glibc/asm-generic/unistd.h"
-    "include/generic-glibc/asm/unistd_32.h"
-    "include/generic-glibc/asm/unistd_64.h"
     "include/generic-glibc/assert.h"
     "include/generic-glibc/bits/a.out.h"
     "include/generic-glibc/bits/argp-ldbl.h"
@@ -3519,7 +4313,6 @@ set(ZIG_LIBC_FILES
     "include/generic-glibc/libintl.h"
     "include/generic-glibc/limits.h"
     "include/generic-glibc/link.h"
-    "include/generic-glibc/linux/limits.h"
     "include/generic-glibc/locale.h"
     "include/generic-glibc/malloc.h"
     "include/generic-glibc/math.h"
@@ -3726,128 +4519,6 @@ set(ZIG_LIBC_FILES
     "include/generic-musl/arpa/nameser_compat.h"
     "include/generic-musl/arpa/telnet.h"
     "include/generic-musl/arpa/tftp.h"
-    "include/generic-musl/asm-generic/auxvec.h"
-    "include/generic-musl/asm-generic/bitsperlong.h"
-    "include/generic-musl/asm-generic/bpf_perf_event.h"
-    "include/generic-musl/asm-generic/errno-base.h"
-    "include/generic-musl/asm-generic/errno.h"
-    "include/generic-musl/asm-generic/fcntl.h"
-    "include/generic-musl/asm-generic/hugetlb_encode.h"
-    "include/generic-musl/asm-generic/int-l64.h"
-    "include/generic-musl/asm-generic/int-ll64.h"
-    "include/generic-musl/asm-generic/ioctl.h"
-    "include/generic-musl/asm-generic/ioctls.h"
-    "include/generic-musl/asm-generic/ipcbuf.h"
-    "include/generic-musl/asm-generic/kvm_para.h"
-    "include/generic-musl/asm-generic/mman-common.h"
-    "include/generic-musl/asm-generic/mman.h"
-    "include/generic-musl/asm-generic/msgbuf.h"
-    "include/generic-musl/asm-generic/param.h"
-    "include/generic-musl/asm-generic/poll.h"
-    "include/generic-musl/asm-generic/posix_types.h"
-    "include/generic-musl/asm-generic/resource.h"
-    "include/generic-musl/asm-generic/sembuf.h"
-    "include/generic-musl/asm-generic/setup.h"
-    "include/generic-musl/asm-generic/shmbuf.h"
-    "include/generic-musl/asm-generic/shmparam.h"
-    "include/generic-musl/asm-generic/siginfo.h"
-    "include/generic-musl/asm-generic/signal-defs.h"
-    "include/generic-musl/asm-generic/signal.h"
-    "include/generic-musl/asm-generic/socket.h"
-    "include/generic-musl/asm-generic/sockios.h"
-    "include/generic-musl/asm-generic/stat.h"
-    "include/generic-musl/asm-generic/statfs.h"
-    "include/generic-musl/asm-generic/swab.h"
-    "include/generic-musl/asm-generic/termbits.h"
-    "include/generic-musl/asm-generic/termios.h"
-    "include/generic-musl/asm-generic/types.h"
-    "include/generic-musl/asm-generic/ucontext.h"
-    "include/generic-musl/asm-generic/unistd.h"
-    "include/generic-musl/asm/a.out.h"
-    "include/generic-musl/asm/auxvec.h"
-    "include/generic-musl/asm/bitfield.h"
-    "include/generic-musl/asm/bitsperlong.h"
-    "include/generic-musl/asm/boot.h"
-    "include/generic-musl/asm/bootparam.h"
-    "include/generic-musl/asm/bootx.h"
-    "include/generic-musl/asm/bpf_perf_event.h"
-    "include/generic-musl/asm/break.h"
-    "include/generic-musl/asm/byteorder.h"
-    "include/generic-musl/asm/cachectl.h"
-    "include/generic-musl/asm/cputable.h"
-    "include/generic-musl/asm/debugreg.h"
-    "include/generic-musl/asm/e820.h"
-    "include/generic-musl/asm/eeh.h"
-    "include/generic-musl/asm/elf.h"
-    "include/generic-musl/asm/epapr_hcalls.h"
-    "include/generic-musl/asm/errno.h"
-    "include/generic-musl/asm/fcntl.h"
-    "include/generic-musl/asm/hw_breakpoint.h"
-    "include/generic-musl/asm/hwcap.h"
-    "include/generic-musl/asm/hwcap2.h"
-    "include/generic-musl/asm/inst.h"
-    "include/generic-musl/asm/ioctl.h"
-    "include/generic-musl/asm/ioctls.h"
-    "include/generic-musl/asm/ipcbuf.h"
-    "include/generic-musl/asm/ist.h"
-    "include/generic-musl/asm/kvm.h"
-    "include/generic-musl/asm/kvm_para.h"
-    "include/generic-musl/asm/kvm_perf.h"
-    "include/generic-musl/asm/ldt.h"
-    "include/generic-musl/asm/mce.h"
-    "include/generic-musl/asm/mman.h"
-    "include/generic-musl/asm/msgbuf.h"
-    "include/generic-musl/asm/msr.h"
-    "include/generic-musl/asm/mtrr.h"
-    "include/generic-musl/asm/nvram.h"
-    "include/generic-musl/asm/opal-prd.h"
-    "include/generic-musl/asm/param.h"
-    "include/generic-musl/asm/perf_event.h"
-    "include/generic-musl/asm/perf_regs.h"
-    "include/generic-musl/asm/poll.h"
-    "include/generic-musl/asm/posix_types.h"
-    "include/generic-musl/asm/posix_types_32.h"
-    "include/generic-musl/asm/posix_types_64.h"
-    "include/generic-musl/asm/posix_types_x32.h"
-    "include/generic-musl/asm/prctl.h"
-    "include/generic-musl/asm/processor-flags.h"
-    "include/generic-musl/asm/ps3fb.h"
-    "include/generic-musl/asm/ptrace-abi.h"
-    "include/generic-musl/asm/ptrace.h"
-    "include/generic-musl/asm/reg.h"
-    "include/generic-musl/asm/resource.h"
-    "include/generic-musl/asm/sembuf.h"
-    "include/generic-musl/asm/setup.h"
-    "include/generic-musl/asm/sgidefs.h"
-    "include/generic-musl/asm/shmbuf.h"
-    "include/generic-musl/asm/sigcontext.h"
-    "include/generic-musl/asm/sigcontext32.h"
-    "include/generic-musl/asm/siginfo.h"
-    "include/generic-musl/asm/signal.h"
-    "include/generic-musl/asm/socket.h"
-    "include/generic-musl/asm/sockios.h"
-    "include/generic-musl/asm/spu_info.h"
-    "include/generic-musl/asm/stat.h"
-    "include/generic-musl/asm/statfs.h"
-    "include/generic-musl/asm/svm.h"
-    "include/generic-musl/asm/swab.h"
-    "include/generic-musl/asm/syscalls.h"
-    "include/generic-musl/asm/sysmips.h"
-    "include/generic-musl/asm/termbits.h"
-    "include/generic-musl/asm/termios.h"
-    "include/generic-musl/asm/tm.h"
-    "include/generic-musl/asm/types.h"
-    "include/generic-musl/asm/ucontext.h"
-    "include/generic-musl/asm/unistd-common.h"
-    "include/generic-musl/asm/unistd-eabi.h"
-    "include/generic-musl/asm/unistd-oabi.h"
-    "include/generic-musl/asm/unistd.h"
-    "include/generic-musl/asm/unistd_32.h"
-    "include/generic-musl/asm/unistd_64.h"
-    "include/generic-musl/asm/unistd_x32.h"
-    "include/generic-musl/asm/vm86.h"
-    "include/generic-musl/asm/vmx.h"
-    "include/generic-musl/asm/vsyscall.h"
     "include/generic-musl/assert.h"
     "include/generic-musl/bfd.h"
     "include/generic-musl/bfdlink.h"
@@ -3944,702 +4615,6 @@ set(ZIG_LIBC_FILES
     "include/generic-musl/libintl.h"
     "include/generic-musl/limits.h"
     "include/generic-musl/link.h"
-    "include/generic-musl/linux/a.out.h"
-    "include/generic-musl/linux/acct.h"
-    "include/generic-musl/linux/adb.h"
-    "include/generic-musl/linux/adfs_fs.h"
-    "include/generic-musl/linux/affs_hardblocks.h"
-    "include/generic-musl/linux/agpgart.h"
-    "include/generic-musl/linux/aio_abi.h"
-    "include/generic-musl/linux/am437x-vpfe.h"
-    "include/generic-musl/linux/android/binder.h"
-    "include/generic-musl/linux/apm_bios.h"
-    "include/generic-musl/linux/arcfb.h"
-    "include/generic-musl/linux/arm_sdei.h"
-    "include/generic-musl/linux/aspeed-lpc-ctrl.h"
-    "include/generic-musl/linux/atalk.h"
-    "include/generic-musl/linux/atm.h"
-    "include/generic-musl/linux/atm_eni.h"
-    "include/generic-musl/linux/atm_he.h"
-    "include/generic-musl/linux/atm_idt77105.h"
-    "include/generic-musl/linux/atm_nicstar.h"
-    "include/generic-musl/linux/atm_tcp.h"
-    "include/generic-musl/linux/atm_zatm.h"
-    "include/generic-musl/linux/atmapi.h"
-    "include/generic-musl/linux/atmarp.h"
-    "include/generic-musl/linux/atmbr2684.h"
-    "include/generic-musl/linux/atmclip.h"
-    "include/generic-musl/linux/atmdev.h"
-    "include/generic-musl/linux/atmioc.h"
-    "include/generic-musl/linux/atmlec.h"
-    "include/generic-musl/linux/atmmpc.h"
-    "include/generic-musl/linux/atmppp.h"
-    "include/generic-musl/linux/atmsap.h"
-    "include/generic-musl/linux/atmsvc.h"
-    "include/generic-musl/linux/audit.h"
-    "include/generic-musl/linux/auto_dev-ioctl.h"
-    "include/generic-musl/linux/auto_fs.h"
-    "include/generic-musl/linux/auto_fs4.h"
-    "include/generic-musl/linux/auxvec.h"
-    "include/generic-musl/linux/ax25.h"
-    "include/generic-musl/linux/b1lli.h"
-    "include/generic-musl/linux/batadv_packet.h"
-    "include/generic-musl/linux/batman_adv.h"
-    "include/generic-musl/linux/baycom.h"
-    "include/generic-musl/linux/bcache.h"
-    "include/generic-musl/linux/bcm933xx_hcs.h"
-    "include/generic-musl/linux/bfs_fs.h"
-    "include/generic-musl/linux/binfmts.h"
-    "include/generic-musl/linux/blkpg.h"
-    "include/generic-musl/linux/blktrace_api.h"
-    "include/generic-musl/linux/blkzoned.h"
-    "include/generic-musl/linux/bpf.h"
-    "include/generic-musl/linux/bpf_common.h"
-    "include/generic-musl/linux/bpf_perf_event.h"
-    "include/generic-musl/linux/bpfilter.h"
-    "include/generic-musl/linux/bpqether.h"
-    "include/generic-musl/linux/bsg.h"
-    "include/generic-musl/linux/bt-bmc.h"
-    "include/generic-musl/linux/btf.h"
-    "include/generic-musl/linux/btrfs.h"
-    "include/generic-musl/linux/btrfs_tree.h"
-    "include/generic-musl/linux/byteorder/big_endian.h"
-    "include/generic-musl/linux/byteorder/little_endian.h"
-    "include/generic-musl/linux/caif/caif_socket.h"
-    "include/generic-musl/linux/caif/if_caif.h"
-    "include/generic-musl/linux/can.h"
-    "include/generic-musl/linux/can/bcm.h"
-    "include/generic-musl/linux/can/error.h"
-    "include/generic-musl/linux/can/gw.h"
-    "include/generic-musl/linux/can/netlink.h"
-    "include/generic-musl/linux/can/raw.h"
-    "include/generic-musl/linux/can/vxcan.h"
-    "include/generic-musl/linux/capability.h"
-    "include/generic-musl/linux/capi.h"
-    "include/generic-musl/linux/cciss_defs.h"
-    "include/generic-musl/linux/cciss_ioctl.h"
-    "include/generic-musl/linux/cdrom.h"
-    "include/generic-musl/linux/cec-funcs.h"
-    "include/generic-musl/linux/cec.h"
-    "include/generic-musl/linux/cgroupstats.h"
-    "include/generic-musl/linux/chio.h"
-    "include/generic-musl/linux/cifs/cifs_mount.h"
-    "include/generic-musl/linux/cm4000_cs.h"
-    "include/generic-musl/linux/cn_proc.h"
-    "include/generic-musl/linux/coda.h"
-    "include/generic-musl/linux/coda_psdev.h"
-    "include/generic-musl/linux/coff.h"
-    "include/generic-musl/linux/connector.h"
-    "include/generic-musl/linux/const.h"
-    "include/generic-musl/linux/coresight-stm.h"
-    "include/generic-musl/linux/cramfs_fs.h"
-    "include/generic-musl/linux/cryptouser.h"
-    "include/generic-musl/linux/cuda.h"
-    "include/generic-musl/linux/cyclades.h"
-    "include/generic-musl/linux/cycx_cfm.h"
-    "include/generic-musl/linux/dcbnl.h"
-    "include/generic-musl/linux/dccp.h"
-    "include/generic-musl/linux/devlink.h"
-    "include/generic-musl/linux/dlm.h"
-    "include/generic-musl/linux/dlm_device.h"
-    "include/generic-musl/linux/dlm_netlink.h"
-    "include/generic-musl/linux/dlm_plock.h"
-    "include/generic-musl/linux/dlmconstants.h"
-    "include/generic-musl/linux/dm-ioctl.h"
-    "include/generic-musl/linux/dm-log-userspace.h"
-    "include/generic-musl/linux/dma-buf.h"
-    "include/generic-musl/linux/dn.h"
-    "include/generic-musl/linux/dqblk_xfs.h"
-    "include/generic-musl/linux/dvb/audio.h"
-    "include/generic-musl/linux/dvb/ca.h"
-    "include/generic-musl/linux/dvb/dmx.h"
-    "include/generic-musl/linux/dvb/frontend.h"
-    "include/generic-musl/linux/dvb/net.h"
-    "include/generic-musl/linux/dvb/osd.h"
-    "include/generic-musl/linux/dvb/version.h"
-    "include/generic-musl/linux/dvb/video.h"
-    "include/generic-musl/linux/edd.h"
-    "include/generic-musl/linux/efs_fs_sb.h"
-    "include/generic-musl/linux/elf-em.h"
-    "include/generic-musl/linux/elf-fdpic.h"
-    "include/generic-musl/linux/elf.h"
-    "include/generic-musl/linux/elfcore.h"
-    "include/generic-musl/linux/errno.h"
-    "include/generic-musl/linux/errqueue.h"
-    "include/generic-musl/linux/erspan.h"
-    "include/generic-musl/linux/ethtool.h"
-    "include/generic-musl/linux/eventpoll.h"
-    "include/generic-musl/linux/fadvise.h"
-    "include/generic-musl/linux/falloc.h"
-    "include/generic-musl/linux/fanotify.h"
-    "include/generic-musl/linux/fb.h"
-    "include/generic-musl/linux/fcntl.h"
-    "include/generic-musl/linux/fd.h"
-    "include/generic-musl/linux/fdreg.h"
-    "include/generic-musl/linux/fib_rules.h"
-    "include/generic-musl/linux/fiemap.h"
-    "include/generic-musl/linux/filter.h"
-    "include/generic-musl/linux/firewire-cdev.h"
-    "include/generic-musl/linux/firewire-constants.h"
-    "include/generic-musl/linux/flat.h"
-    "include/generic-musl/linux/fou.h"
-    "include/generic-musl/linux/fpga-dfl.h"
-    "include/generic-musl/linux/fs.h"
-    "include/generic-musl/linux/fsi.h"
-    "include/generic-musl/linux/fsl_hypervisor.h"
-    "include/generic-musl/linux/fsmap.h"
-    "include/generic-musl/linux/fuse.h"
-    "include/generic-musl/linux/futex.h"
-    "include/generic-musl/linux/gameport.h"
-    "include/generic-musl/linux/gen_stats.h"
-    "include/generic-musl/linux/genetlink.h"
-    "include/generic-musl/linux/genwqe/genwqe_card.h"
-    "include/generic-musl/linux/gfs2_ondisk.h"
-    "include/generic-musl/linux/gigaset_dev.h"
-    "include/generic-musl/linux/gpio.h"
-    "include/generic-musl/linux/gsmmux.h"
-    "include/generic-musl/linux/gtp.h"
-    "include/generic-musl/linux/hash_info.h"
-    "include/generic-musl/linux/hdlc.h"
-    "include/generic-musl/linux/hdlc/ioctl.h"
-    "include/generic-musl/linux/hdlcdrv.h"
-    "include/generic-musl/linux/hdreg.h"
-    "include/generic-musl/linux/hid.h"
-    "include/generic-musl/linux/hiddev.h"
-    "include/generic-musl/linux/hidraw.h"
-    "include/generic-musl/linux/hpet.h"
-    "include/generic-musl/linux/hsi/cs-protocol.h"
-    "include/generic-musl/linux/hsi/hsi_char.h"
-    "include/generic-musl/linux/hsr_netlink.h"
-    "include/generic-musl/linux/hw_breakpoint.h"
-    "include/generic-musl/linux/hyperv.h"
-    "include/generic-musl/linux/hysdn_if.h"
-    "include/generic-musl/linux/i2c-dev.h"
-    "include/generic-musl/linux/i2c.h"
-    "include/generic-musl/linux/i2o-dev.h"
-    "include/generic-musl/linux/i8k.h"
-    "include/generic-musl/linux/icmp.h"
-    "include/generic-musl/linux/icmpv6.h"
-    "include/generic-musl/linux/if.h"
-    "include/generic-musl/linux/if_addr.h"
-    "include/generic-musl/linux/if_addrlabel.h"
-    "include/generic-musl/linux/if_alg.h"
-    "include/generic-musl/linux/if_arcnet.h"
-    "include/generic-musl/linux/if_arp.h"
-    "include/generic-musl/linux/if_bonding.h"
-    "include/generic-musl/linux/if_bridge.h"
-    "include/generic-musl/linux/if_cablemodem.h"
-    "include/generic-musl/linux/if_eql.h"
-    "include/generic-musl/linux/if_ether.h"
-    "include/generic-musl/linux/if_fc.h"
-    "include/generic-musl/linux/if_fddi.h"
-    "include/generic-musl/linux/if_frad.h"
-    "include/generic-musl/linux/if_hippi.h"
-    "include/generic-musl/linux/if_infiniband.h"
-    "include/generic-musl/linux/if_link.h"
-    "include/generic-musl/linux/if_ltalk.h"
-    "include/generic-musl/linux/if_macsec.h"
-    "include/generic-musl/linux/if_packet.h"
-    "include/generic-musl/linux/if_phonet.h"
-    "include/generic-musl/linux/if_plip.h"
-    "include/generic-musl/linux/if_ppp.h"
-    "include/generic-musl/linux/if_pppol2tp.h"
-    "include/generic-musl/linux/if_pppox.h"
-    "include/generic-musl/linux/if_slip.h"
-    "include/generic-musl/linux/if_team.h"
-    "include/generic-musl/linux/if_tun.h"
-    "include/generic-musl/linux/if_tunnel.h"
-    "include/generic-musl/linux/if_vlan.h"
-    "include/generic-musl/linux/if_x25.h"
-    "include/generic-musl/linux/if_xdp.h"
-    "include/generic-musl/linux/ife.h"
-    "include/generic-musl/linux/igmp.h"
-    "include/generic-musl/linux/iio/events.h"
-    "include/generic-musl/linux/iio/types.h"
-    "include/generic-musl/linux/ila.h"
-    "include/generic-musl/linux/in.h"
-    "include/generic-musl/linux/in6.h"
-    "include/generic-musl/linux/in_route.h"
-    "include/generic-musl/linux/inet_diag.h"
-    "include/generic-musl/linux/inotify.h"
-    "include/generic-musl/linux/input-event-codes.h"
-    "include/generic-musl/linux/input.h"
-    "include/generic-musl/linux/ioctl.h"
-    "include/generic-musl/linux/ip.h"
-    "include/generic-musl/linux/ip6_tunnel.h"
-    "include/generic-musl/linux/ip_vs.h"
-    "include/generic-musl/linux/ipc.h"
-    "include/generic-musl/linux/ipmi.h"
-    "include/generic-musl/linux/ipmi_bmc.h"
-    "include/generic-musl/linux/ipmi_msgdefs.h"
-    "include/generic-musl/linux/ipsec.h"
-    "include/generic-musl/linux/ipv6.h"
-    "include/generic-musl/linux/ipv6_route.h"
-    "include/generic-musl/linux/ipx.h"
-    "include/generic-musl/linux/irqnr.h"
-    "include/generic-musl/linux/isdn.h"
-    "include/generic-musl/linux/isdn/capicmd.h"
-    "include/generic-musl/linux/isdn_divertif.h"
-    "include/generic-musl/linux/isdn_ppp.h"
-    "include/generic-musl/linux/isdnif.h"
-    "include/generic-musl/linux/iso_fs.h"
-    "include/generic-musl/linux/ivtv.h"
-    "include/generic-musl/linux/ivtvfb.h"
-    "include/generic-musl/linux/jffs2.h"
-    "include/generic-musl/linux/joystick.h"
-    "include/generic-musl/linux/kcm.h"
-    "include/generic-musl/linux/kcmp.h"
-    "include/generic-musl/linux/kcov.h"
-    "include/generic-musl/linux/kd.h"
-    "include/generic-musl/linux/kdev_t.h"
-    "include/generic-musl/linux/kernel-page-flags.h"
-    "include/generic-musl/linux/kernel.h"
-    "include/generic-musl/linux/kernelcapi.h"
-    "include/generic-musl/linux/kexec.h"
-    "include/generic-musl/linux/keyboard.h"
-    "include/generic-musl/linux/keyctl.h"
-    "include/generic-musl/linux/kfd_ioctl.h"
-    "include/generic-musl/linux/kvm.h"
-    "include/generic-musl/linux/kvm_para.h"
-    "include/generic-musl/linux/l2tp.h"
-    "include/generic-musl/linux/libc-compat.h"
-    "include/generic-musl/linux/lightnvm.h"
-    "include/generic-musl/linux/limits.h"
-    "include/generic-musl/linux/lirc.h"
-    "include/generic-musl/linux/llc.h"
-    "include/generic-musl/linux/loop.h"
-    "include/generic-musl/linux/lp.h"
-    "include/generic-musl/linux/lwtunnel.h"
-    "include/generic-musl/linux/magic.h"
-    "include/generic-musl/linux/major.h"
-    "include/generic-musl/linux/map_to_7segment.h"
-    "include/generic-musl/linux/matroxfb.h"
-    "include/generic-musl/linux/max2175.h"
-    "include/generic-musl/linux/mdio.h"
-    "include/generic-musl/linux/media-bus-format.h"
-    "include/generic-musl/linux/media.h"
-    "include/generic-musl/linux/mei.h"
-    "include/generic-musl/linux/membarrier.h"
-    "include/generic-musl/linux/memfd.h"
-    "include/generic-musl/linux/mempolicy.h"
-    "include/generic-musl/linux/meye.h"
-    "include/generic-musl/linux/mic_common.h"
-    "include/generic-musl/linux/mic_ioctl.h"
-    "include/generic-musl/linux/mii.h"
-    "include/generic-musl/linux/minix_fs.h"
-    "include/generic-musl/linux/mman.h"
-    "include/generic-musl/linux/mmc/ioctl.h"
-    "include/generic-musl/linux/mmtimer.h"
-    "include/generic-musl/linux/module.h"
-    "include/generic-musl/linux/mpls.h"
-    "include/generic-musl/linux/mpls_iptunnel.h"
-    "include/generic-musl/linux/mqueue.h"
-    "include/generic-musl/linux/mroute.h"
-    "include/generic-musl/linux/mroute6.h"
-    "include/generic-musl/linux/msdos_fs.h"
-    "include/generic-musl/linux/msg.h"
-    "include/generic-musl/linux/mtio.h"
-    "include/generic-musl/linux/n_r3964.h"
-    "include/generic-musl/linux/nbd-netlink.h"
-    "include/generic-musl/linux/nbd.h"
-    "include/generic-musl/linux/ncsi.h"
-    "include/generic-musl/linux/ndctl.h"
-    "include/generic-musl/linux/neighbour.h"
-    "include/generic-musl/linux/net.h"
-    "include/generic-musl/linux/net_dropmon.h"
-    "include/generic-musl/linux/net_namespace.h"
-    "include/generic-musl/linux/net_tstamp.h"
-    "include/generic-musl/linux/netconf.h"
-    "include/generic-musl/linux/netdevice.h"
-    "include/generic-musl/linux/netfilter.h"
-    "include/generic-musl/linux/netfilter/ipset/ip_set.h"
-    "include/generic-musl/linux/netfilter/ipset/ip_set_bitmap.h"
-    "include/generic-musl/linux/netfilter/ipset/ip_set_hash.h"
-    "include/generic-musl/linux/netfilter/ipset/ip_set_list.h"
-    "include/generic-musl/linux/netfilter/nf_conntrack_common.h"
-    "include/generic-musl/linux/netfilter/nf_conntrack_ftp.h"
-    "include/generic-musl/linux/netfilter/nf_conntrack_sctp.h"
-    "include/generic-musl/linux/netfilter/nf_conntrack_tcp.h"
-    "include/generic-musl/linux/netfilter/nf_conntrack_tuple_common.h"
-    "include/generic-musl/linux/netfilter/nf_log.h"
-    "include/generic-musl/linux/netfilter/nf_nat.h"
-    "include/generic-musl/linux/netfilter/nf_tables.h"
-    "include/generic-musl/linux/netfilter/nf_tables_compat.h"
-    "include/generic-musl/linux/netfilter/nfnetlink.h"
-    "include/generic-musl/linux/netfilter/nfnetlink_acct.h"
-    "include/generic-musl/linux/netfilter/nfnetlink_compat.h"
-    "include/generic-musl/linux/netfilter/nfnetlink_conntrack.h"
-    "include/generic-musl/linux/netfilter/nfnetlink_cthelper.h"
-    "include/generic-musl/linux/netfilter/nfnetlink_cttimeout.h"
-    "include/generic-musl/linux/netfilter/nfnetlink_log.h"
-    "include/generic-musl/linux/netfilter/nfnetlink_osf.h"
-    "include/generic-musl/linux/netfilter/nfnetlink_queue.h"
-    "include/generic-musl/linux/netfilter/x_tables.h"
-    "include/generic-musl/linux/netfilter/xt_AUDIT.h"
-    "include/generic-musl/linux/netfilter/xt_CHECKSUM.h"
-    "include/generic-musl/linux/netfilter/xt_CLASSIFY.h"
-    "include/generic-musl/linux/netfilter/xt_CONNSECMARK.h"
-    "include/generic-musl/linux/netfilter/xt_CT.h"
-    "include/generic-musl/linux/netfilter/xt_HMARK.h"
-    "include/generic-musl/linux/netfilter/xt_IDLETIMER.h"
-    "include/generic-musl/linux/netfilter/xt_LED.h"
-    "include/generic-musl/linux/netfilter/xt_LOG.h"
-    "include/generic-musl/linux/netfilter/xt_NFLOG.h"
-    "include/generic-musl/linux/netfilter/xt_NFQUEUE.h"
-    "include/generic-musl/linux/netfilter/xt_SECMARK.h"
-    "include/generic-musl/linux/netfilter/xt_SYNPROXY.h"
-    "include/generic-musl/linux/netfilter/xt_TCPOPTSTRIP.h"
-    "include/generic-musl/linux/netfilter/xt_TEE.h"
-    "include/generic-musl/linux/netfilter/xt_TPROXY.h"
-    "include/generic-musl/linux/netfilter/xt_addrtype.h"
-    "include/generic-musl/linux/netfilter/xt_bpf.h"
-    "include/generic-musl/linux/netfilter/xt_cgroup.h"
-    "include/generic-musl/linux/netfilter/xt_cluster.h"
-    "include/generic-musl/linux/netfilter/xt_comment.h"
-    "include/generic-musl/linux/netfilter/xt_connbytes.h"
-    "include/generic-musl/linux/netfilter/xt_connlabel.h"
-    "include/generic-musl/linux/netfilter/xt_connlimit.h"
-    "include/generic-musl/linux/netfilter/xt_connmark.h"
-    "include/generic-musl/linux/netfilter/xt_conntrack.h"
-    "include/generic-musl/linux/netfilter/xt_cpu.h"
-    "include/generic-musl/linux/netfilter/xt_dccp.h"
-    "include/generic-musl/linux/netfilter/xt_devgroup.h"
-    "include/generic-musl/linux/netfilter/xt_dscp.h"
-    "include/generic-musl/linux/netfilter/xt_ecn.h"
-    "include/generic-musl/linux/netfilter/xt_esp.h"
-    "include/generic-musl/linux/netfilter/xt_hashlimit.h"
-    "include/generic-musl/linux/netfilter/xt_helper.h"
-    "include/generic-musl/linux/netfilter/xt_ipcomp.h"
-    "include/generic-musl/linux/netfilter/xt_iprange.h"
-    "include/generic-musl/linux/netfilter/xt_ipvs.h"
-    "include/generic-musl/linux/netfilter/xt_l2tp.h"
-    "include/generic-musl/linux/netfilter/xt_length.h"
-    "include/generic-musl/linux/netfilter/xt_limit.h"
-    "include/generic-musl/linux/netfilter/xt_mac.h"
-    "include/generic-musl/linux/netfilter/xt_mark.h"
-    "include/generic-musl/linux/netfilter/xt_multiport.h"
-    "include/generic-musl/linux/netfilter/xt_nfacct.h"
-    "include/generic-musl/linux/netfilter/xt_osf.h"
-    "include/generic-musl/linux/netfilter/xt_owner.h"
-    "include/generic-musl/linux/netfilter/xt_physdev.h"
-    "include/generic-musl/linux/netfilter/xt_pkttype.h"
-    "include/generic-musl/linux/netfilter/xt_policy.h"
-    "include/generic-musl/linux/netfilter/xt_quota.h"
-    "include/generic-musl/linux/netfilter/xt_rateest.h"
-    "include/generic-musl/linux/netfilter/xt_realm.h"
-    "include/generic-musl/linux/netfilter/xt_recent.h"
-    "include/generic-musl/linux/netfilter/xt_rpfilter.h"
-    "include/generic-musl/linux/netfilter/xt_sctp.h"
-    "include/generic-musl/linux/netfilter/xt_set.h"
-    "include/generic-musl/linux/netfilter/xt_socket.h"
-    "include/generic-musl/linux/netfilter/xt_state.h"
-    "include/generic-musl/linux/netfilter/xt_statistic.h"
-    "include/generic-musl/linux/netfilter/xt_string.h"
-    "include/generic-musl/linux/netfilter/xt_tcpmss.h"
-    "include/generic-musl/linux/netfilter/xt_tcpudp.h"
-    "include/generic-musl/linux/netfilter/xt_time.h"
-    "include/generic-musl/linux/netfilter/xt_u32.h"
-    "include/generic-musl/linux/netfilter_arp.h"
-    "include/generic-musl/linux/netfilter_arp/arp_tables.h"
-    "include/generic-musl/linux/netfilter_arp/arpt_mangle.h"
-    "include/generic-musl/linux/netfilter_bridge.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_802_3.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_among.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_arp.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_arpreply.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_ip.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_ip6.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_limit.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_log.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_mark_m.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_mark_t.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_nat.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_nflog.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_pkttype.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_redirect.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_stp.h"
-    "include/generic-musl/linux/netfilter_bridge/ebt_vlan.h"
-    "include/generic-musl/linux/netfilter_bridge/ebtables.h"
-    "include/generic-musl/linux/netfilter_decnet.h"
-    "include/generic-musl/linux/netfilter_ipv4.h"
-    "include/generic-musl/linux/netfilter_ipv4/ip_tables.h"
-    "include/generic-musl/linux/netfilter_ipv4/ipt_CLUSTERIP.h"
-    "include/generic-musl/linux/netfilter_ipv4/ipt_LOG.h"
-    "include/generic-musl/linux/netfilter_ipv4/ipt_REJECT.h"
-    "include/generic-musl/linux/netfilter_ipv4/ipt_ah.h"
-    "include/generic-musl/linux/netfilter_ipv4/ipt_ecn.h"
-    "include/generic-musl/linux/netfilter_ipv4/ipt_ttl.h"
-    "include/generic-musl/linux/netfilter_ipv6.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6_tables.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6t_LOG.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6t_NPT.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6t_REJECT.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6t_ah.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6t_frag.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6t_hl.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6t_ipv6header.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6t_mh.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6t_opts.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6t_rt.h"
-    "include/generic-musl/linux/netfilter_ipv6/ip6t_srh.h"
-    "include/generic-musl/linux/netlink.h"
-    "include/generic-musl/linux/netlink_diag.h"
-    "include/generic-musl/linux/netrom.h"
-    "include/generic-musl/linux/nfc.h"
-    "include/generic-musl/linux/nfs.h"
-    "include/generic-musl/linux/nfs2.h"
-    "include/generic-musl/linux/nfs3.h"
-    "include/generic-musl/linux/nfs4.h"
-    "include/generic-musl/linux/nfs4_mount.h"
-    "include/generic-musl/linux/nfs_fs.h"
-    "include/generic-musl/linux/nfs_idmap.h"
-    "include/generic-musl/linux/nfs_mount.h"
-    "include/generic-musl/linux/nfsacl.h"
-    "include/generic-musl/linux/nfsd/cld.h"
-    "include/generic-musl/linux/nfsd/debug.h"
-    "include/generic-musl/linux/nfsd/export.h"
-    "include/generic-musl/linux/nfsd/nfsfh.h"
-    "include/generic-musl/linux/nfsd/stats.h"
-    "include/generic-musl/linux/nilfs2_api.h"
-    "include/generic-musl/linux/nilfs2_ondisk.h"
-    "include/generic-musl/linux/nl80211.h"
-    "include/generic-musl/linux/nsfs.h"
-    "include/generic-musl/linux/nubus.h"
-    "include/generic-musl/linux/nvme_ioctl.h"
-    "include/generic-musl/linux/nvram.h"
-    "include/generic-musl/linux/omap3isp.h"
-    "include/generic-musl/linux/omapfb.h"
-    "include/generic-musl/linux/oom.h"
-    "include/generic-musl/linux/openvswitch.h"
-    "include/generic-musl/linux/packet_diag.h"
-    "include/generic-musl/linux/param.h"
-    "include/generic-musl/linux/parport.h"
-    "include/generic-musl/linux/patchkey.h"
-    "include/generic-musl/linux/pci.h"
-    "include/generic-musl/linux/pci_regs.h"
-    "include/generic-musl/linux/pcitest.h"
-    "include/generic-musl/linux/perf_event.h"
-    "include/generic-musl/linux/personality.h"
-    "include/generic-musl/linux/pfkeyv2.h"
-    "include/generic-musl/linux/pg.h"
-    "include/generic-musl/linux/phantom.h"
-    "include/generic-musl/linux/phonet.h"
-    "include/generic-musl/linux/pkt_cls.h"
-    "include/generic-musl/linux/pkt_sched.h"
-    "include/generic-musl/linux/pktcdvd.h"
-    "include/generic-musl/linux/pmu.h"
-    "include/generic-musl/linux/poll.h"
-    "include/generic-musl/linux/posix_acl.h"
-    "include/generic-musl/linux/posix_acl_xattr.h"
-    "include/generic-musl/linux/posix_types.h"
-    "include/generic-musl/linux/ppdev.h"
-    "include/generic-musl/linux/ppp-comp.h"
-    "include/generic-musl/linux/ppp-ioctl.h"
-    "include/generic-musl/linux/ppp_defs.h"
-    "include/generic-musl/linux/pps.h"
-    "include/generic-musl/linux/pr.h"
-    "include/generic-musl/linux/prctl.h"
-    "include/generic-musl/linux/psample.h"
-    "include/generic-musl/linux/psci.h"
-    "include/generic-musl/linux/psp-sev.h"
-    "include/generic-musl/linux/ptp_clock.h"
-    "include/generic-musl/linux/ptrace.h"
-    "include/generic-musl/linux/qemu_fw_cfg.h"
-    "include/generic-musl/linux/qnx4_fs.h"
-    "include/generic-musl/linux/qnxtypes.h"
-    "include/generic-musl/linux/qrtr.h"
-    "include/generic-musl/linux/quota.h"
-    "include/generic-musl/linux/radeonfb.h"
-    "include/generic-musl/linux/raid/md_p.h"
-    "include/generic-musl/linux/raid/md_u.h"
-    "include/generic-musl/linux/random.h"
-    "include/generic-musl/linux/raw.h"
-    "include/generic-musl/linux/rds.h"
-    "include/generic-musl/linux/reboot.h"
-    "include/generic-musl/linux/reiserfs_fs.h"
-    "include/generic-musl/linux/reiserfs_xattr.h"
-    "include/generic-musl/linux/resource.h"
-    "include/generic-musl/linux/rfkill.h"
-    "include/generic-musl/linux/rio_cm_cdev.h"
-    "include/generic-musl/linux/rio_mport_cdev.h"
-    "include/generic-musl/linux/romfs_fs.h"
-    "include/generic-musl/linux/rose.h"
-    "include/generic-musl/linux/route.h"
-    "include/generic-musl/linux/rpmsg.h"
-    "include/generic-musl/linux/rseq.h"
-    "include/generic-musl/linux/rtc.h"
-    "include/generic-musl/linux/rtnetlink.h"
-    "include/generic-musl/linux/rxrpc.h"
-    "include/generic-musl/linux/scc.h"
-    "include/generic-musl/linux/sched.h"
-    "include/generic-musl/linux/sched/types.h"
-    "include/generic-musl/linux/scif_ioctl.h"
-    "include/generic-musl/linux/screen_info.h"
-    "include/generic-musl/linux/sctp.h"
-    "include/generic-musl/linux/sdla.h"
-    "include/generic-musl/linux/seccomp.h"
-    "include/generic-musl/linux/securebits.h"
-    "include/generic-musl/linux/sed-opal.h"
-    "include/generic-musl/linux/seg6.h"
-    "include/generic-musl/linux/seg6_genl.h"
-    "include/generic-musl/linux/seg6_hmac.h"
-    "include/generic-musl/linux/seg6_iptunnel.h"
-    "include/generic-musl/linux/seg6_local.h"
-    "include/generic-musl/linux/selinux_netlink.h"
-    "include/generic-musl/linux/sem.h"
-    "include/generic-musl/linux/serial.h"
-    "include/generic-musl/linux/serial_core.h"
-    "include/generic-musl/linux/serial_reg.h"
-    "include/generic-musl/linux/serio.h"
-    "include/generic-musl/linux/shm.h"
-    "include/generic-musl/linux/signal.h"
-    "include/generic-musl/linux/signalfd.h"
-    "include/generic-musl/linux/smc.h"
-    "include/generic-musl/linux/smc_diag.h"
-    "include/generic-musl/linux/smiapp.h"
-    "include/generic-musl/linux/snmp.h"
-    "include/generic-musl/linux/sock_diag.h"
-    "include/generic-musl/linux/socket.h"
-    "include/generic-musl/linux/sockios.h"
-    "include/generic-musl/linux/sonet.h"
-    "include/generic-musl/linux/sonypi.h"
-    "include/generic-musl/linux/sound.h"
-    "include/generic-musl/linux/soundcard.h"
-    "include/generic-musl/linux/spi/spidev.h"
-    "include/generic-musl/linux/stat.h"
-    "include/generic-musl/linux/stddef.h"
-    "include/generic-musl/linux/stm.h"
-    "include/generic-musl/linux/string.h"
-    "include/generic-musl/linux/sunrpc/debug.h"
-    "include/generic-musl/linux/suspend_ioctls.h"
-    "include/generic-musl/linux/swab.h"
-    "include/generic-musl/linux/switchtec_ioctl.h"
-    "include/generic-musl/linux/sync_file.h"
-    "include/generic-musl/linux/synclink.h"
-    "include/generic-musl/linux/sysctl.h"
-    "include/generic-musl/linux/sysinfo.h"
-    "include/generic-musl/linux/target_core_user.h"
-    "include/generic-musl/linux/taskstats.h"
-    "include/generic-musl/linux/tc_act/tc_bpf.h"
-    "include/generic-musl/linux/tc_act/tc_connmark.h"
-    "include/generic-musl/linux/tc_act/tc_csum.h"
-    "include/generic-musl/linux/tc_act/tc_defact.h"
-    "include/generic-musl/linux/tc_act/tc_gact.h"
-    "include/generic-musl/linux/tc_act/tc_ife.h"
-    "include/generic-musl/linux/tc_act/tc_ipt.h"
-    "include/generic-musl/linux/tc_act/tc_mirred.h"
-    "include/generic-musl/linux/tc_act/tc_nat.h"
-    "include/generic-musl/linux/tc_act/tc_pedit.h"
-    "include/generic-musl/linux/tc_act/tc_sample.h"
-    "include/generic-musl/linux/tc_act/tc_skbedit.h"
-    "include/generic-musl/linux/tc_act/tc_skbmod.h"
-    "include/generic-musl/linux/tc_act/tc_tunnel_key.h"
-    "include/generic-musl/linux/tc_act/tc_vlan.h"
-    "include/generic-musl/linux/tc_ematch/tc_em_cmp.h"
-    "include/generic-musl/linux/tc_ematch/tc_em_ipt.h"
-    "include/generic-musl/linux/tc_ematch/tc_em_meta.h"
-    "include/generic-musl/linux/tc_ematch/tc_em_nbyte.h"
-    "include/generic-musl/linux/tc_ematch/tc_em_text.h"
-    "include/generic-musl/linux/tcp.h"
-    "include/generic-musl/linux/tcp_metrics.h"
-    "include/generic-musl/linux/tee.h"
-    "include/generic-musl/linux/termios.h"
-    "include/generic-musl/linux/thermal.h"
-    "include/generic-musl/linux/time.h"
-    "include/generic-musl/linux/timerfd.h"
-    "include/generic-musl/linux/times.h"
-    "include/generic-musl/linux/timex.h"
-    "include/generic-musl/linux/tiocl.h"
-    "include/generic-musl/linux/tipc.h"
-    "include/generic-musl/linux/tipc_config.h"
-    "include/generic-musl/linux/tipc_netlink.h"
-    "include/generic-musl/linux/tipc_sockets_diag.h"
-    "include/generic-musl/linux/tls.h"
-    "include/generic-musl/linux/toshiba.h"
-    "include/generic-musl/linux/tty.h"
-    "include/generic-musl/linux/tty_flags.h"
-    "include/generic-musl/linux/types.h"
-    "include/generic-musl/linux/udf_fs_i.h"
-    "include/generic-musl/linux/udp.h"
-    "include/generic-musl/linux/uhid.h"
-    "include/generic-musl/linux/uinput.h"
-    "include/generic-musl/linux/uio.h"
-    "include/generic-musl/linux/uleds.h"
-    "include/generic-musl/linux/ultrasound.h"
-    "include/generic-musl/linux/un.h"
-    "include/generic-musl/linux/unistd.h"
-    "include/generic-musl/linux/unix_diag.h"
-    "include/generic-musl/linux/usb/audio.h"
-    "include/generic-musl/linux/usb/cdc-wdm.h"
-    "include/generic-musl/linux/usb/cdc.h"
-    "include/generic-musl/linux/usb/ch11.h"
-    "include/generic-musl/linux/usb/ch9.h"
-    "include/generic-musl/linux/usb/charger.h"
-    "include/generic-musl/linux/usb/functionfs.h"
-    "include/generic-musl/linux/usb/g_printer.h"
-    "include/generic-musl/linux/usb/g_uvc.h"
-    "include/generic-musl/linux/usb/gadgetfs.h"
-    "include/generic-musl/linux/usb/midi.h"
-    "include/generic-musl/linux/usb/tmc.h"
-    "include/generic-musl/linux/usb/video.h"
-    "include/generic-musl/linux/usbdevice_fs.h"
-    "include/generic-musl/linux/usbip.h"
-    "include/generic-musl/linux/userfaultfd.h"
-    "include/generic-musl/linux/userio.h"
-    "include/generic-musl/linux/utime.h"
-    "include/generic-musl/linux/utsname.h"
-    "include/generic-musl/linux/uuid.h"
-    "include/generic-musl/linux/uvcvideo.h"
-    "include/generic-musl/linux/v4l2-common.h"
-    "include/generic-musl/linux/v4l2-controls.h"
-    "include/generic-musl/linux/v4l2-dv-timings.h"
-    "include/generic-musl/linux/v4l2-mediabus.h"
-    "include/generic-musl/linux/v4l2-subdev.h"
-    "include/generic-musl/linux/vbox_err.h"
-    "include/generic-musl/linux/vbox_vmmdev_types.h"
-    "include/generic-musl/linux/vboxguest.h"
-    "include/generic-musl/linux/version.h"
-    "include/generic-musl/linux/veth.h"
-    "include/generic-musl/linux/vfio.h"
-    "include/generic-musl/linux/vfio_ccw.h"
-    "include/generic-musl/linux/vhost.h"
-    "include/generic-musl/linux/videodev2.h"
-    "include/generic-musl/linux/virtio_9p.h"
-    "include/generic-musl/linux/virtio_balloon.h"
-    "include/generic-musl/linux/virtio_blk.h"
-    "include/generic-musl/linux/virtio_config.h"
-    "include/generic-musl/linux/virtio_console.h"
-    "include/generic-musl/linux/virtio_crypto.h"
-    "include/generic-musl/linux/virtio_gpu.h"
-    "include/generic-musl/linux/virtio_ids.h"
-    "include/generic-musl/linux/virtio_input.h"
-    "include/generic-musl/linux/virtio_mmio.h"
-    "include/generic-musl/linux/virtio_net.h"
-    "include/generic-musl/linux/virtio_pci.h"
-    "include/generic-musl/linux/virtio_ring.h"
-    "include/generic-musl/linux/virtio_rng.h"
-    "include/generic-musl/linux/virtio_scsi.h"
-    "include/generic-musl/linux/virtio_types.h"
-    "include/generic-musl/linux/virtio_vsock.h"
-    "include/generic-musl/linux/vm_sockets.h"
-    "include/generic-musl/linux/vm_sockets_diag.h"
-    "include/generic-musl/linux/vmcore.h"
-    "include/generic-musl/linux/vsockmon.h"
-    "include/generic-musl/linux/vt.h"
-    "include/generic-musl/linux/vtpm_proxy.h"
-    "include/generic-musl/linux/wait.h"
-    "include/generic-musl/linux/wanrouter.h"
-    "include/generic-musl/linux/watchdog.h"
-    "include/generic-musl/linux/wimax.h"
-    "include/generic-musl/linux/wimax/i2400m.h"
-    "include/generic-musl/linux/wireless.h"
-    "include/generic-musl/linux/wmi.h"
-    "include/generic-musl/linux/x25.h"
-    "include/generic-musl/linux/xattr.h"
-    "include/generic-musl/linux/xfrm.h"
-    "include/generic-musl/linux/xilinx-v4l2-controls.h"
-    "include/generic-musl/linux/zorro.h"
-    "include/generic-musl/linux/zorro_ids.h"
     "include/generic-musl/locale.h"
     "include/generic-musl/malloc.h"
     "include/generic-musl/math.h"
@@ -4848,7 +4823,28 @@ set(ZIG_LIBC_FILES
     "include/generic-musl/xen/gntalloc.h"
     "include/generic-musl/xen/gntdev.h"
     "include/generic-musl/xen/privcmd.h"
-    "include/i386-linux-gnu/asm/unistd.h"
+    "include/i386-linux-any/asm/auxvec.h"
+    "include/i386-linux-any/asm/bitsperlong.h"
+    "include/i386-linux-any/asm/byteorder.h"
+    "include/i386-linux-any/asm/kvm.h"
+    "include/i386-linux-any/asm/kvm_para.h"
+    "include/i386-linux-any/asm/mman.h"
+    "include/i386-linux-any/asm/msgbuf.h"
+    "include/i386-linux-any/asm/perf_regs.h"
+    "include/i386-linux-any/asm/posix_types.h"
+    "include/i386-linux-any/asm/ptrace.h"
+    "include/i386-linux-any/asm/sembuf.h"
+    "include/i386-linux-any/asm/setup.h"
+    "include/i386-linux-any/asm/shmbuf.h"
+    "include/i386-linux-any/asm/sigcontext.h"
+    "include/i386-linux-any/asm/siginfo.h"
+    "include/i386-linux-any/asm/signal.h"
+    "include/i386-linux-any/asm/stat.h"
+    "include/i386-linux-any/asm/statfs.h"
+    "include/i386-linux-any/asm/swab.h"
+    "include/i386-linux-any/asm/types.h"
+    "include/i386-linux-any/asm/ucontext.h"
+    "include/i386-linux-any/asm/unistd.h"
     "include/i386-linux-gnu/bits/a.out.h"
     "include/i386-linux-gnu/bits/endian.h"
     "include/i386-linux-gnu/bits/environments.h"
@@ -4889,28 +4885,6 @@ set(ZIG_LIBC_FILES
     "include/i386-linux-gnu/sys/ptrace.h"
     "include/i386-linux-gnu/sys/ucontext.h"
     "include/i386-linux-gnu/sys/user.h"
-    "include/i386-linux-musl/asm/auxvec.h"
-    "include/i386-linux-musl/asm/bitsperlong.h"
-    "include/i386-linux-musl/asm/byteorder.h"
-    "include/i386-linux-musl/asm/kvm.h"
-    "include/i386-linux-musl/asm/kvm_para.h"
-    "include/i386-linux-musl/asm/mman.h"
-    "include/i386-linux-musl/asm/msgbuf.h"
-    "include/i386-linux-musl/asm/perf_regs.h"
-    "include/i386-linux-musl/asm/posix_types.h"
-    "include/i386-linux-musl/asm/ptrace.h"
-    "include/i386-linux-musl/asm/sembuf.h"
-    "include/i386-linux-musl/asm/setup.h"
-    "include/i386-linux-musl/asm/shmbuf.h"
-    "include/i386-linux-musl/asm/sigcontext.h"
-    "include/i386-linux-musl/asm/siginfo.h"
-    "include/i386-linux-musl/asm/signal.h"
-    "include/i386-linux-musl/asm/stat.h"
-    "include/i386-linux-musl/asm/statfs.h"
-    "include/i386-linux-musl/asm/swab.h"
-    "include/i386-linux-musl/asm/types.h"
-    "include/i386-linux-musl/asm/ucontext.h"
-    "include/i386-linux-musl/asm/unistd.h"
     "include/i386-linux-musl/bfd.h"
     "include/i386-linux-musl/bfd_stdint.h"
     "include/i386-linux-musl/bits/alltypes.h"
@@ -4930,8 +4904,38 @@ set(ZIG_LIBC_FILES
     "include/i386-linux-musl/bits/stdint.h"
     "include/i386-linux-musl/bits/syscall.h"
     "include/i386-linux-musl/bits/user.h"
-    "include/mips-linux-gnu/asm/sgidefs.h"
-    "include/mips-linux-gnu/asm/unistd.h"
+    "include/mips-linux-any/asm/auxvec.h"
+    "include/mips-linux-any/asm/bitsperlong.h"
+    "include/mips-linux-any/asm/byteorder.h"
+    "include/mips-linux-any/asm/errno.h"
+    "include/mips-linux-any/asm/fcntl.h"
+    "include/mips-linux-any/asm/hwcap.h"
+    "include/mips-linux-any/asm/ioctl.h"
+    "include/mips-linux-any/asm/ioctls.h"
+    "include/mips-linux-any/asm/kvm.h"
+    "include/mips-linux-any/asm/kvm_para.h"
+    "include/mips-linux-any/asm/mman.h"
+    "include/mips-linux-any/asm/msgbuf.h"
+    "include/mips-linux-any/asm/param.h"
+    "include/mips-linux-any/asm/poll.h"
+    "include/mips-linux-any/asm/posix_types.h"
+    "include/mips-linux-any/asm/ptrace.h"
+    "include/mips-linux-any/asm/resource.h"
+    "include/mips-linux-any/asm/sembuf.h"
+    "include/mips-linux-any/asm/setup.h"
+    "include/mips-linux-any/asm/shmbuf.h"
+    "include/mips-linux-any/asm/sigcontext.h"
+    "include/mips-linux-any/asm/siginfo.h"
+    "include/mips-linux-any/asm/signal.h"
+    "include/mips-linux-any/asm/socket.h"
+    "include/mips-linux-any/asm/sockios.h"
+    "include/mips-linux-any/asm/stat.h"
+    "include/mips-linux-any/asm/statfs.h"
+    "include/mips-linux-any/asm/swab.h"
+    "include/mips-linux-any/asm/termbits.h"
+    "include/mips-linux-any/asm/termios.h"
+    "include/mips-linux-any/asm/types.h"
+    "include/mips-linux-any/asm/unistd.h"
     "include/mips-linux-gnu/bits/dlfcn.h"
     "include/mips-linux-gnu/bits/errno.h"
     "include/mips-linux-gnu/bits/eventfd.h"
@@ -4961,38 +4965,6 @@ set(ZIG_LIBC_FILES
     "include/mips-linux-gnu/bits/timerfd.h"
     "include/mips-linux-gnu/bits/types/stack_t.h"
     "include/mips-linux-gnu/ieee754.h"
-    "include/mips-linux-musl/asm/auxvec.h"
-    "include/mips-linux-musl/asm/bitsperlong.h"
-    "include/mips-linux-musl/asm/byteorder.h"
-    "include/mips-linux-musl/asm/errno.h"
-    "include/mips-linux-musl/asm/fcntl.h"
-    "include/mips-linux-musl/asm/hwcap.h"
-    "include/mips-linux-musl/asm/ioctl.h"
-    "include/mips-linux-musl/asm/ioctls.h"
-    "include/mips-linux-musl/asm/kvm.h"
-    "include/mips-linux-musl/asm/kvm_para.h"
-    "include/mips-linux-musl/asm/mman.h"
-    "include/mips-linux-musl/asm/msgbuf.h"
-    "include/mips-linux-musl/asm/param.h"
-    "include/mips-linux-musl/asm/poll.h"
-    "include/mips-linux-musl/asm/posix_types.h"
-    "include/mips-linux-musl/asm/ptrace.h"
-    "include/mips-linux-musl/asm/resource.h"
-    "include/mips-linux-musl/asm/sembuf.h"
-    "include/mips-linux-musl/asm/setup.h"
-    "include/mips-linux-musl/asm/shmbuf.h"
-    "include/mips-linux-musl/asm/sigcontext.h"
-    "include/mips-linux-musl/asm/siginfo.h"
-    "include/mips-linux-musl/asm/signal.h"
-    "include/mips-linux-musl/asm/socket.h"
-    "include/mips-linux-musl/asm/sockios.h"
-    "include/mips-linux-musl/asm/stat.h"
-    "include/mips-linux-musl/asm/statfs.h"
-    "include/mips-linux-musl/asm/swab.h"
-    "include/mips-linux-musl/asm/termbits.h"
-    "include/mips-linux-musl/asm/termios.h"
-    "include/mips-linux-musl/asm/types.h"
-    "include/mips-linux-musl/asm/unistd.h"
     "include/mips-linux-musl/bfd.h"
     "include/mips-linux-musl/bfd_stdint.h"
     "include/mips-linux-musl/bits/alltypes.h"
@@ -5018,8 +4990,38 @@ set(ZIG_LIBC_FILES
     "include/mips-linux-musl/bits/syscall.h"
     "include/mips-linux-musl/bits/termios.h"
     "include/mips-linux-musl/bits/user.h"
-    "include/mips64-linux-gnuabi64/asm/sgidefs.h"
-    "include/mips64-linux-gnuabi64/asm/unistd.h"
+    "include/mips64-linux-any/asm/auxvec.h"
+    "include/mips64-linux-any/asm/bitsperlong.h"
+    "include/mips64-linux-any/asm/byteorder.h"
+    "include/mips64-linux-any/asm/errno.h"
+    "include/mips64-linux-any/asm/fcntl.h"
+    "include/mips64-linux-any/asm/hwcap.h"
+    "include/mips64-linux-any/asm/ioctl.h"
+    "include/mips64-linux-any/asm/ioctls.h"
+    "include/mips64-linux-any/asm/kvm.h"
+    "include/mips64-linux-any/asm/kvm_para.h"
+    "include/mips64-linux-any/asm/mman.h"
+    "include/mips64-linux-any/asm/msgbuf.h"
+    "include/mips64-linux-any/asm/param.h"
+    "include/mips64-linux-any/asm/poll.h"
+    "include/mips64-linux-any/asm/posix_types.h"
+    "include/mips64-linux-any/asm/ptrace.h"
+    "include/mips64-linux-any/asm/resource.h"
+    "include/mips64-linux-any/asm/sembuf.h"
+    "include/mips64-linux-any/asm/setup.h"
+    "include/mips64-linux-any/asm/shmbuf.h"
+    "include/mips64-linux-any/asm/sigcontext.h"
+    "include/mips64-linux-any/asm/siginfo.h"
+    "include/mips64-linux-any/asm/signal.h"
+    "include/mips64-linux-any/asm/socket.h"
+    "include/mips64-linux-any/asm/sockios.h"
+    "include/mips64-linux-any/asm/stat.h"
+    "include/mips64-linux-any/asm/statfs.h"
+    "include/mips64-linux-any/asm/swab.h"
+    "include/mips64-linux-any/asm/termbits.h"
+    "include/mips64-linux-any/asm/termios.h"
+    "include/mips64-linux-any/asm/types.h"
+    "include/mips64-linux-any/asm/unistd.h"
     "include/mips64-linux-gnuabi64/bits/dlfcn.h"
     "include/mips64-linux-gnuabi64/bits/errno.h"
     "include/mips64-linux-gnuabi64/bits/eventfd.h"
@@ -5049,8 +5051,6 @@ set(ZIG_LIBC_FILES
     "include/mips64-linux-gnuabi64/bits/timerfd.h"
     "include/mips64-linux-gnuabi64/bits/types/stack_t.h"
     "include/mips64-linux-gnuabi64/ieee754.h"
-    "include/mips64-linux-gnuabin32/asm/sgidefs.h"
-    "include/mips64-linux-gnuabin32/asm/unistd.h"
     "include/mips64-linux-gnuabin32/bits/dlfcn.h"
     "include/mips64-linux-gnuabin32/bits/errno.h"
     "include/mips64-linux-gnuabin32/bits/eventfd.h"
@@ -5080,38 +5080,6 @@ set(ZIG_LIBC_FILES
     "include/mips64-linux-gnuabin32/bits/timerfd.h"
     "include/mips64-linux-gnuabin32/bits/types/stack_t.h"
     "include/mips64-linux-gnuabin32/ieee754.h"
-    "include/mips64-linux-musl/asm/auxvec.h"
-    "include/mips64-linux-musl/asm/bitsperlong.h"
-    "include/mips64-linux-musl/asm/byteorder.h"
-    "include/mips64-linux-musl/asm/errno.h"
-    "include/mips64-linux-musl/asm/fcntl.h"
-    "include/mips64-linux-musl/asm/hwcap.h"
-    "include/mips64-linux-musl/asm/ioctl.h"
-    "include/mips64-linux-musl/asm/ioctls.h"
-    "include/mips64-linux-musl/asm/kvm.h"
-    "include/mips64-linux-musl/asm/kvm_para.h"
-    "include/mips64-linux-musl/asm/mman.h"
-    "include/mips64-linux-musl/asm/msgbuf.h"
-    "include/mips64-linux-musl/asm/param.h"
-    "include/mips64-linux-musl/asm/poll.h"
-    "include/mips64-linux-musl/asm/posix_types.h"
-    "include/mips64-linux-musl/asm/ptrace.h"
-    "include/mips64-linux-musl/asm/resource.h"
-    "include/mips64-linux-musl/asm/sembuf.h"
-    "include/mips64-linux-musl/asm/setup.h"
-    "include/mips64-linux-musl/asm/shmbuf.h"
-    "include/mips64-linux-musl/asm/sigcontext.h"
-    "include/mips64-linux-musl/asm/siginfo.h"
-    "include/mips64-linux-musl/asm/signal.h"
-    "include/mips64-linux-musl/asm/socket.h"
-    "include/mips64-linux-musl/asm/sockios.h"
-    "include/mips64-linux-musl/asm/stat.h"
-    "include/mips64-linux-musl/asm/statfs.h"
-    "include/mips64-linux-musl/asm/swab.h"
-    "include/mips64-linux-musl/asm/termbits.h"
-    "include/mips64-linux-musl/asm/termios.h"
-    "include/mips64-linux-musl/asm/types.h"
-    "include/mips64-linux-musl/asm/unistd.h"
     "include/mips64-linux-musl/bfd_stdint.h"
     "include/mips64-linux-musl/bits/alltypes.h"
     "include/mips64-linux-musl/bits/endian.h"
@@ -5138,8 +5106,38 @@ set(ZIG_LIBC_FILES
     "include/mips64-linux-musl/bits/syscall.h"
     "include/mips64-linux-musl/bits/termios.h"
     "include/mips64-linux-musl/bits/user.h"
-    "include/mips64el-linux-gnuabi64/asm/sgidefs.h"
-    "include/mips64el-linux-gnuabi64/asm/unistd.h"
+    "include/mips64el-linux-any/asm/auxvec.h"
+    "include/mips64el-linux-any/asm/bitsperlong.h"
+    "include/mips64el-linux-any/asm/byteorder.h"
+    "include/mips64el-linux-any/asm/errno.h"
+    "include/mips64el-linux-any/asm/fcntl.h"
+    "include/mips64el-linux-any/asm/hwcap.h"
+    "include/mips64el-linux-any/asm/ioctl.h"
+    "include/mips64el-linux-any/asm/ioctls.h"
+    "include/mips64el-linux-any/asm/kvm.h"
+    "include/mips64el-linux-any/asm/kvm_para.h"
+    "include/mips64el-linux-any/asm/mman.h"
+    "include/mips64el-linux-any/asm/msgbuf.h"
+    "include/mips64el-linux-any/asm/param.h"
+    "include/mips64el-linux-any/asm/poll.h"
+    "include/mips64el-linux-any/asm/posix_types.h"
+    "include/mips64el-linux-any/asm/ptrace.h"
+    "include/mips64el-linux-any/asm/resource.h"
+    "include/mips64el-linux-any/asm/sembuf.h"
+    "include/mips64el-linux-any/asm/setup.h"
+    "include/mips64el-linux-any/asm/shmbuf.h"
+    "include/mips64el-linux-any/asm/sigcontext.h"
+    "include/mips64el-linux-any/asm/siginfo.h"
+    "include/mips64el-linux-any/asm/signal.h"
+    "include/mips64el-linux-any/asm/socket.h"
+    "include/mips64el-linux-any/asm/sockios.h"
+    "include/mips64el-linux-any/asm/stat.h"
+    "include/mips64el-linux-any/asm/statfs.h"
+    "include/mips64el-linux-any/asm/swab.h"
+    "include/mips64el-linux-any/asm/termbits.h"
+    "include/mips64el-linux-any/asm/termios.h"
+    "include/mips64el-linux-any/asm/types.h"
+    "include/mips64el-linux-any/asm/unistd.h"
     "include/mips64el-linux-gnuabi64/bits/dlfcn.h"
     "include/mips64el-linux-gnuabi64/bits/errno.h"
     "include/mips64el-linux-gnuabi64/bits/eventfd.h"
@@ -5169,8 +5167,6 @@ set(ZIG_LIBC_FILES
     "include/mips64el-linux-gnuabi64/bits/timerfd.h"
     "include/mips64el-linux-gnuabi64/bits/types/stack_t.h"
     "include/mips64el-linux-gnuabi64/ieee754.h"
-    "include/mips64el-linux-gnuabin32/asm/sgidefs.h"
-    "include/mips64el-linux-gnuabin32/asm/unistd.h"
     "include/mips64el-linux-gnuabin32/bits/dlfcn.h"
     "include/mips64el-linux-gnuabin32/bits/errno.h"
     "include/mips64el-linux-gnuabin32/bits/eventfd.h"
@@ -5200,38 +5196,6 @@ set(ZIG_LIBC_FILES
     "include/mips64el-linux-gnuabin32/bits/timerfd.h"
     "include/mips64el-linux-gnuabin32/bits/types/stack_t.h"
     "include/mips64el-linux-gnuabin32/ieee754.h"
-    "include/mips64el-linux-musl/asm/auxvec.h"
-    "include/mips64el-linux-musl/asm/bitsperlong.h"
-    "include/mips64el-linux-musl/asm/byteorder.h"
-    "include/mips64el-linux-musl/asm/errno.h"
-    "include/mips64el-linux-musl/asm/fcntl.h"
-    "include/mips64el-linux-musl/asm/hwcap.h"
-    "include/mips64el-linux-musl/asm/ioctl.h"
-    "include/mips64el-linux-musl/asm/ioctls.h"
-    "include/mips64el-linux-musl/asm/kvm.h"
-    "include/mips64el-linux-musl/asm/kvm_para.h"
-    "include/mips64el-linux-musl/asm/mman.h"
-    "include/mips64el-linux-musl/asm/msgbuf.h"
-    "include/mips64el-linux-musl/asm/param.h"
-    "include/mips64el-linux-musl/asm/poll.h"
-    "include/mips64el-linux-musl/asm/posix_types.h"
-    "include/mips64el-linux-musl/asm/ptrace.h"
-    "include/mips64el-linux-musl/asm/resource.h"
-    "include/mips64el-linux-musl/asm/sembuf.h"
-    "include/mips64el-linux-musl/asm/setup.h"
-    "include/mips64el-linux-musl/asm/shmbuf.h"
-    "include/mips64el-linux-musl/asm/sigcontext.h"
-    "include/mips64el-linux-musl/asm/siginfo.h"
-    "include/mips64el-linux-musl/asm/signal.h"
-    "include/mips64el-linux-musl/asm/socket.h"
-    "include/mips64el-linux-musl/asm/sockios.h"
-    "include/mips64el-linux-musl/asm/stat.h"
-    "include/mips64el-linux-musl/asm/statfs.h"
-    "include/mips64el-linux-musl/asm/swab.h"
-    "include/mips64el-linux-musl/asm/termbits.h"
-    "include/mips64el-linux-musl/asm/termios.h"
-    "include/mips64el-linux-musl/asm/types.h"
-    "include/mips64el-linux-musl/asm/unistd.h"
     "include/mips64el-linux-musl/bfd_stdint.h"
     "include/mips64el-linux-musl/bits/alltypes.h"
     "include/mips64el-linux-musl/bits/endian.h"
@@ -5258,8 +5222,38 @@ set(ZIG_LIBC_FILES
     "include/mips64el-linux-musl/bits/syscall.h"
     "include/mips64el-linux-musl/bits/termios.h"
     "include/mips64el-linux-musl/bits/user.h"
-    "include/mipsel-linux-gnu/asm/sgidefs.h"
-    "include/mipsel-linux-gnu/asm/unistd.h"
+    "include/mipsel-linux-any/asm/auxvec.h"
+    "include/mipsel-linux-any/asm/bitsperlong.h"
+    "include/mipsel-linux-any/asm/byteorder.h"
+    "include/mipsel-linux-any/asm/errno.h"
+    "include/mipsel-linux-any/asm/fcntl.h"
+    "include/mipsel-linux-any/asm/hwcap.h"
+    "include/mipsel-linux-any/asm/ioctl.h"
+    "include/mipsel-linux-any/asm/ioctls.h"
+    "include/mipsel-linux-any/asm/kvm.h"
+    "include/mipsel-linux-any/asm/kvm_para.h"
+    "include/mipsel-linux-any/asm/mman.h"
+    "include/mipsel-linux-any/asm/msgbuf.h"
+    "include/mipsel-linux-any/asm/param.h"
+    "include/mipsel-linux-any/asm/poll.h"
+    "include/mipsel-linux-any/asm/posix_types.h"
+    "include/mipsel-linux-any/asm/ptrace.h"
+    "include/mipsel-linux-any/asm/resource.h"
+    "include/mipsel-linux-any/asm/sembuf.h"
+    "include/mipsel-linux-any/asm/setup.h"
+    "include/mipsel-linux-any/asm/shmbuf.h"
+    "include/mipsel-linux-any/asm/sigcontext.h"
+    "include/mipsel-linux-any/asm/siginfo.h"
+    "include/mipsel-linux-any/asm/signal.h"
+    "include/mipsel-linux-any/asm/socket.h"
+    "include/mipsel-linux-any/asm/sockios.h"
+    "include/mipsel-linux-any/asm/stat.h"
+    "include/mipsel-linux-any/asm/statfs.h"
+    "include/mipsel-linux-any/asm/swab.h"
+    "include/mipsel-linux-any/asm/termbits.h"
+    "include/mipsel-linux-any/asm/termios.h"
+    "include/mipsel-linux-any/asm/types.h"
+    "include/mipsel-linux-any/asm/unistd.h"
     "include/mipsel-linux-gnu/bits/dlfcn.h"
     "include/mipsel-linux-gnu/bits/errno.h"
     "include/mipsel-linux-gnu/bits/eventfd.h"
@@ -5289,38 +5283,6 @@ set(ZIG_LIBC_FILES
     "include/mipsel-linux-gnu/bits/timerfd.h"
     "include/mipsel-linux-gnu/bits/types/stack_t.h"
     "include/mipsel-linux-gnu/ieee754.h"
-    "include/mipsel-linux-musl/asm/auxvec.h"
-    "include/mipsel-linux-musl/asm/bitsperlong.h"
-    "include/mipsel-linux-musl/asm/byteorder.h"
-    "include/mipsel-linux-musl/asm/errno.h"
-    "include/mipsel-linux-musl/asm/fcntl.h"
-    "include/mipsel-linux-musl/asm/hwcap.h"
-    "include/mipsel-linux-musl/asm/ioctl.h"
-    "include/mipsel-linux-musl/asm/ioctls.h"
-    "include/mipsel-linux-musl/asm/kvm.h"
-    "include/mipsel-linux-musl/asm/kvm_para.h"
-    "include/mipsel-linux-musl/asm/mman.h"
-    "include/mipsel-linux-musl/asm/msgbuf.h"
-    "include/mipsel-linux-musl/asm/param.h"
-    "include/mipsel-linux-musl/asm/poll.h"
-    "include/mipsel-linux-musl/asm/posix_types.h"
-    "include/mipsel-linux-musl/asm/ptrace.h"
-    "include/mipsel-linux-musl/asm/resource.h"
-    "include/mipsel-linux-musl/asm/sembuf.h"
-    "include/mipsel-linux-musl/asm/setup.h"
-    "include/mipsel-linux-musl/asm/shmbuf.h"
-    "include/mipsel-linux-musl/asm/sigcontext.h"
-    "include/mipsel-linux-musl/asm/siginfo.h"
-    "include/mipsel-linux-musl/asm/signal.h"
-    "include/mipsel-linux-musl/asm/socket.h"
-    "include/mipsel-linux-musl/asm/sockios.h"
-    "include/mipsel-linux-musl/asm/stat.h"
-    "include/mipsel-linux-musl/asm/statfs.h"
-    "include/mipsel-linux-musl/asm/swab.h"
-    "include/mipsel-linux-musl/asm/termbits.h"
-    "include/mipsel-linux-musl/asm/termios.h"
-    "include/mipsel-linux-musl/asm/types.h"
-    "include/mipsel-linux-musl/asm/unistd.h"
     "include/mipsel-linux-musl/bfd.h"
     "include/mipsel-linux-musl/bfd_stdint.h"
     "include/mipsel-linux-musl/bits/alltypes.h"
@@ -5346,28 +5308,35 @@ set(ZIG_LIBC_FILES
     "include/mipsel-linux-musl/bits/syscall.h"
     "include/mipsel-linux-musl/bits/termios.h"
     "include/mipsel-linux-musl/bits/user.h"
-    "include/nios2-linux-gnu/asm/unistd.h"
-    "include/nios2-linux-gnu/bits/endian.h"
-    "include/nios2-linux-gnu/bits/fcntl.h"
-    "include/nios2-linux-gnu/bits/fenv.h"
-    "include/nios2-linux-gnu/bits/floatn.h"
-    "include/nios2-linux-gnu/bits/link.h"
-    "include/nios2-linux-gnu/bits/long-double.h"
-    "include/nios2-linux-gnu/bits/procfs.h"
-    "include/nios2-linux-gnu/bits/pthreadtypes-arch.h"
-    "include/nios2-linux-gnu/bits/semaphore.h"
-    "include/nios2-linux-gnu/bits/setjmp.h"
-    "include/nios2-linux-gnu/bits/stat.h"
-    "include/nios2-linux-gnu/bits/statfs.h"
-    "include/nios2-linux-gnu/bits/typesizes.h"
-    "include/nios2-linux-gnu/bits/wordsize.h"
-    "include/nios2-linux-gnu/fpu_control.h"
-    "include/nios2-linux-gnu/gnu/lib-names.h"
-    "include/nios2-linux-gnu/gnu/stubs.h"
-    "include/nios2-linux-gnu/sys/cachectl.h"
-    "include/nios2-linux-gnu/sys/ucontext.h"
-    "include/nios2-linux-gnu/sys/user.h"
-    "include/powerpc-linux-gnu/asm/unistd.h"
+    "include/powerpc-linux-any/asm/auxvec.h"
+    "include/powerpc-linux-any/asm/bitsperlong.h"
+    "include/powerpc-linux-any/asm/byteorder.h"
+    "include/powerpc-linux-any/asm/errno.h"
+    "include/powerpc-linux-any/asm/fcntl.h"
+    "include/powerpc-linux-any/asm/ioctl.h"
+    "include/powerpc-linux-any/asm/ioctls.h"
+    "include/powerpc-linux-any/asm/ipcbuf.h"
+    "include/powerpc-linux-any/asm/kvm.h"
+    "include/powerpc-linux-any/asm/kvm_para.h"
+    "include/powerpc-linux-any/asm/mman.h"
+    "include/powerpc-linux-any/asm/msgbuf.h"
+    "include/powerpc-linux-any/asm/perf_regs.h"
+    "include/powerpc-linux-any/asm/posix_types.h"
+    "include/powerpc-linux-any/asm/ptrace.h"
+    "include/powerpc-linux-any/asm/sembuf.h"
+    "include/powerpc-linux-any/asm/setup.h"
+    "include/powerpc-linux-any/asm/shmbuf.h"
+    "include/powerpc-linux-any/asm/sigcontext.h"
+    "include/powerpc-linux-any/asm/siginfo.h"
+    "include/powerpc-linux-any/asm/signal.h"
+    "include/powerpc-linux-any/asm/socket.h"
+    "include/powerpc-linux-any/asm/stat.h"
+    "include/powerpc-linux-any/asm/swab.h"
+    "include/powerpc-linux-any/asm/termbits.h"
+    "include/powerpc-linux-any/asm/termios.h"
+    "include/powerpc-linux-any/asm/types.h"
+    "include/powerpc-linux-any/asm/ucontext.h"
+    "include/powerpc-linux-any/asm/unistd.h"
     "include/powerpc-linux-gnu/bits/endian.h"
     "include/powerpc-linux-gnu/bits/environments.h"
     "include/powerpc-linux-gnu/bits/fcntl.h"
@@ -5408,35 +5377,6 @@ set(ZIG_LIBC_FILES
     "include/powerpc-linux-gnu/sys/ptrace.h"
     "include/powerpc-linux-gnu/sys/ucontext.h"
     "include/powerpc-linux-gnu/sys/user.h"
-    "include/powerpc-linux-musl/asm/auxvec.h"
-    "include/powerpc-linux-musl/asm/bitsperlong.h"
-    "include/powerpc-linux-musl/asm/byteorder.h"
-    "include/powerpc-linux-musl/asm/errno.h"
-    "include/powerpc-linux-musl/asm/fcntl.h"
-    "include/powerpc-linux-musl/asm/ioctl.h"
-    "include/powerpc-linux-musl/asm/ioctls.h"
-    "include/powerpc-linux-musl/asm/ipcbuf.h"
-    "include/powerpc-linux-musl/asm/kvm.h"
-    "include/powerpc-linux-musl/asm/kvm_para.h"
-    "include/powerpc-linux-musl/asm/mman.h"
-    "include/powerpc-linux-musl/asm/msgbuf.h"
-    "include/powerpc-linux-musl/asm/perf_regs.h"
-    "include/powerpc-linux-musl/asm/posix_types.h"
-    "include/powerpc-linux-musl/asm/ptrace.h"
-    "include/powerpc-linux-musl/asm/sembuf.h"
-    "include/powerpc-linux-musl/asm/setup.h"
-    "include/powerpc-linux-musl/asm/shmbuf.h"
-    "include/powerpc-linux-musl/asm/sigcontext.h"
-    "include/powerpc-linux-musl/asm/siginfo.h"
-    "include/powerpc-linux-musl/asm/signal.h"
-    "include/powerpc-linux-musl/asm/socket.h"
-    "include/powerpc-linux-musl/asm/stat.h"
-    "include/powerpc-linux-musl/asm/swab.h"
-    "include/powerpc-linux-musl/asm/termbits.h"
-    "include/powerpc-linux-musl/asm/termios.h"
-    "include/powerpc-linux-musl/asm/types.h"
-    "include/powerpc-linux-musl/asm/ucontext.h"
-    "include/powerpc-linux-musl/asm/unistd.h"
     "include/powerpc-linux-musl/bfd.h"
     "include/powerpc-linux-musl/bfd_stdint.h"
     "include/powerpc-linux-musl/bits/alltypes.h"
@@ -5460,7 +5400,35 @@ set(ZIG_LIBC_FILES
     "include/powerpc-linux-musl/bits/syscall.h"
     "include/powerpc-linux-musl/bits/termios.h"
     "include/powerpc-linux-musl/bits/user.h"
-    "include/powerpc64-linux-gnu/asm/unistd.h"
+    "include/powerpc64-linux-any/asm/auxvec.h"
+    "include/powerpc64-linux-any/asm/bitsperlong.h"
+    "include/powerpc64-linux-any/asm/byteorder.h"
+    "include/powerpc64-linux-any/asm/errno.h"
+    "include/powerpc64-linux-any/asm/fcntl.h"
+    "include/powerpc64-linux-any/asm/ioctl.h"
+    "include/powerpc64-linux-any/asm/ioctls.h"
+    "include/powerpc64-linux-any/asm/ipcbuf.h"
+    "include/powerpc64-linux-any/asm/kvm.h"
+    "include/powerpc64-linux-any/asm/kvm_para.h"
+    "include/powerpc64-linux-any/asm/mman.h"
+    "include/powerpc64-linux-any/asm/msgbuf.h"
+    "include/powerpc64-linux-any/asm/perf_regs.h"
+    "include/powerpc64-linux-any/asm/posix_types.h"
+    "include/powerpc64-linux-any/asm/ptrace.h"
+    "include/powerpc64-linux-any/asm/sembuf.h"
+    "include/powerpc64-linux-any/asm/setup.h"
+    "include/powerpc64-linux-any/asm/shmbuf.h"
+    "include/powerpc64-linux-any/asm/sigcontext.h"
+    "include/powerpc64-linux-any/asm/siginfo.h"
+    "include/powerpc64-linux-any/asm/signal.h"
+    "include/powerpc64-linux-any/asm/socket.h"
+    "include/powerpc64-linux-any/asm/stat.h"
+    "include/powerpc64-linux-any/asm/swab.h"
+    "include/powerpc64-linux-any/asm/termbits.h"
+    "include/powerpc64-linux-any/asm/termios.h"
+    "include/powerpc64-linux-any/asm/types.h"
+    "include/powerpc64-linux-any/asm/ucontext.h"
+    "include/powerpc64-linux-any/asm/unistd.h"
     "include/powerpc64-linux-gnu/bits/endian.h"
     "include/powerpc64-linux-gnu/bits/environments.h"
     "include/powerpc64-linux-gnu/bits/fcntl.h"
@@ -5502,35 +5470,6 @@ set(ZIG_LIBC_FILES
     "include/powerpc64-linux-gnu/sys/ptrace.h"
     "include/powerpc64-linux-gnu/sys/ucontext.h"
     "include/powerpc64-linux-gnu/sys/user.h"
-    "include/powerpc64-linux-musl/asm/auxvec.h"
-    "include/powerpc64-linux-musl/asm/bitsperlong.h"
-    "include/powerpc64-linux-musl/asm/byteorder.h"
-    "include/powerpc64-linux-musl/asm/errno.h"
-    "include/powerpc64-linux-musl/asm/fcntl.h"
-    "include/powerpc64-linux-musl/asm/ioctl.h"
-    "include/powerpc64-linux-musl/asm/ioctls.h"
-    "include/powerpc64-linux-musl/asm/ipcbuf.h"
-    "include/powerpc64-linux-musl/asm/kvm.h"
-    "include/powerpc64-linux-musl/asm/kvm_para.h"
-    "include/powerpc64-linux-musl/asm/mman.h"
-    "include/powerpc64-linux-musl/asm/msgbuf.h"
-    "include/powerpc64-linux-musl/asm/perf_regs.h"
-    "include/powerpc64-linux-musl/asm/posix_types.h"
-    "include/powerpc64-linux-musl/asm/ptrace.h"
-    "include/powerpc64-linux-musl/asm/sembuf.h"
-    "include/powerpc64-linux-musl/asm/setup.h"
-    "include/powerpc64-linux-musl/asm/shmbuf.h"
-    "include/powerpc64-linux-musl/asm/sigcontext.h"
-    "include/powerpc64-linux-musl/asm/siginfo.h"
-    "include/powerpc64-linux-musl/asm/signal.h"
-    "include/powerpc64-linux-musl/asm/socket.h"
-    "include/powerpc64-linux-musl/asm/stat.h"
-    "include/powerpc64-linux-musl/asm/swab.h"
-    "include/powerpc64-linux-musl/asm/termbits.h"
-    "include/powerpc64-linux-musl/asm/termios.h"
-    "include/powerpc64-linux-musl/asm/types.h"
-    "include/powerpc64-linux-musl/asm/ucontext.h"
-    "include/powerpc64-linux-musl/asm/unistd.h"
     "include/powerpc64-linux-musl/bfd_stdint.h"
     "include/powerpc64-linux-musl/bits/alltypes.h"
     "include/powerpc64-linux-musl/bits/endian.h"
@@ -5555,7 +5494,35 @@ set(ZIG_LIBC_FILES
     "include/powerpc64-linux-musl/bits/syscall.h"
     "include/powerpc64-linux-musl/bits/termios.h"
     "include/powerpc64-linux-musl/bits/user.h"
-    "include/powerpc64le-linux-gnu/asm/unistd.h"
+    "include/powerpc64le-linux-any/asm/auxvec.h"
+    "include/powerpc64le-linux-any/asm/bitsperlong.h"
+    "include/powerpc64le-linux-any/asm/byteorder.h"
+    "include/powerpc64le-linux-any/asm/errno.h"
+    "include/powerpc64le-linux-any/asm/fcntl.h"
+    "include/powerpc64le-linux-any/asm/ioctl.h"
+    "include/powerpc64le-linux-any/asm/ioctls.h"
+    "include/powerpc64le-linux-any/asm/ipcbuf.h"
+    "include/powerpc64le-linux-any/asm/kvm.h"
+    "include/powerpc64le-linux-any/asm/kvm_para.h"
+    "include/powerpc64le-linux-any/asm/mman.h"
+    "include/powerpc64le-linux-any/asm/msgbuf.h"
+    "include/powerpc64le-linux-any/asm/perf_regs.h"
+    "include/powerpc64le-linux-any/asm/posix_types.h"
+    "include/powerpc64le-linux-any/asm/ptrace.h"
+    "include/powerpc64le-linux-any/asm/sembuf.h"
+    "include/powerpc64le-linux-any/asm/setup.h"
+    "include/powerpc64le-linux-any/asm/shmbuf.h"
+    "include/powerpc64le-linux-any/asm/sigcontext.h"
+    "include/powerpc64le-linux-any/asm/siginfo.h"
+    "include/powerpc64le-linux-any/asm/signal.h"
+    "include/powerpc64le-linux-any/asm/socket.h"
+    "include/powerpc64le-linux-any/asm/stat.h"
+    "include/powerpc64le-linux-any/asm/swab.h"
+    "include/powerpc64le-linux-any/asm/termbits.h"
+    "include/powerpc64le-linux-any/asm/termios.h"
+    "include/powerpc64le-linux-any/asm/types.h"
+    "include/powerpc64le-linux-any/asm/ucontext.h"
+    "include/powerpc64le-linux-any/asm/unistd.h"
     "include/powerpc64le-linux-gnu/bits/endian.h"
     "include/powerpc64le-linux-gnu/bits/environments.h"
     "include/powerpc64le-linux-gnu/bits/fcntl.h"
@@ -5597,35 +5564,6 @@ set(ZIG_LIBC_FILES
     "include/powerpc64le-linux-gnu/sys/ptrace.h"
     "include/powerpc64le-linux-gnu/sys/ucontext.h"
     "include/powerpc64le-linux-gnu/sys/user.h"
-    "include/powerpc64le-linux-musl/asm/auxvec.h"
-    "include/powerpc64le-linux-musl/asm/bitsperlong.h"
-    "include/powerpc64le-linux-musl/asm/byteorder.h"
-    "include/powerpc64le-linux-musl/asm/errno.h"
-    "include/powerpc64le-linux-musl/asm/fcntl.h"
-    "include/powerpc64le-linux-musl/asm/ioctl.h"
-    "include/powerpc64le-linux-musl/asm/ioctls.h"
-    "include/powerpc64le-linux-musl/asm/ipcbuf.h"
-    "include/powerpc64le-linux-musl/asm/kvm.h"
-    "include/powerpc64le-linux-musl/asm/kvm_para.h"
-    "include/powerpc64le-linux-musl/asm/mman.h"
-    "include/powerpc64le-linux-musl/asm/msgbuf.h"
-    "include/powerpc64le-linux-musl/asm/perf_regs.h"
-    "include/powerpc64le-linux-musl/asm/posix_types.h"
-    "include/powerpc64le-linux-musl/asm/ptrace.h"
-    "include/powerpc64le-linux-musl/asm/sembuf.h"
-    "include/powerpc64le-linux-musl/asm/setup.h"
-    "include/powerpc64le-linux-musl/asm/shmbuf.h"
-    "include/powerpc64le-linux-musl/asm/sigcontext.h"
-    "include/powerpc64le-linux-musl/asm/siginfo.h"
-    "include/powerpc64le-linux-musl/asm/signal.h"
-    "include/powerpc64le-linux-musl/asm/socket.h"
-    "include/powerpc64le-linux-musl/asm/stat.h"
-    "include/powerpc64le-linux-musl/asm/swab.h"
-    "include/powerpc64le-linux-musl/asm/termbits.h"
-    "include/powerpc64le-linux-musl/asm/termios.h"
-    "include/powerpc64le-linux-musl/asm/types.h"
-    "include/powerpc64le-linux-musl/asm/ucontext.h"
-    "include/powerpc64le-linux-musl/asm/unistd.h"
     "include/powerpc64le-linux-musl/bfd_stdint.h"
     "include/powerpc64le-linux-musl/bits/alltypes.h"
     "include/powerpc64le-linux-musl/bits/endian.h"
@@ -5650,20 +5588,20 @@ set(ZIG_LIBC_FILES
     "include/powerpc64le-linux-musl/bits/syscall.h"
     "include/powerpc64le-linux-musl/bits/termios.h"
     "include/powerpc64le-linux-musl/bits/user.h"
-    "include/riscv32-linux-musl/asm/auxvec.h"
-    "include/riscv32-linux-musl/asm/bitsperlong.h"
-    "include/riscv32-linux-musl/asm/byteorder.h"
-    "include/riscv32-linux-musl/asm/elf.h"
-    "include/riscv32-linux-musl/asm/hwcap.h"
-    "include/riscv32-linux-musl/asm/posix_types.h"
-    "include/riscv32-linux-musl/asm/ptrace.h"
-    "include/riscv32-linux-musl/asm/setup.h"
-    "include/riscv32-linux-musl/asm/sigcontext.h"
-    "include/riscv32-linux-musl/asm/siginfo.h"
-    "include/riscv32-linux-musl/asm/signal.h"
-    "include/riscv32-linux-musl/asm/stat.h"
-    "include/riscv32-linux-musl/asm/ucontext.h"
-    "include/riscv32-linux-musl/asm/unistd.h"
+    "include/riscv32-linux-any/asm/auxvec.h"
+    "include/riscv32-linux-any/asm/bitsperlong.h"
+    "include/riscv32-linux-any/asm/byteorder.h"
+    "include/riscv32-linux-any/asm/elf.h"
+    "include/riscv32-linux-any/asm/hwcap.h"
+    "include/riscv32-linux-any/asm/posix_types.h"
+    "include/riscv32-linux-any/asm/ptrace.h"
+    "include/riscv32-linux-any/asm/setup.h"
+    "include/riscv32-linux-any/asm/sigcontext.h"
+    "include/riscv32-linux-any/asm/siginfo.h"
+    "include/riscv32-linux-any/asm/signal.h"
+    "include/riscv32-linux-any/asm/stat.h"
+    "include/riscv32-linux-any/asm/ucontext.h"
+    "include/riscv32-linux-any/asm/unistd.h"
     "include/riscv32-linux-musl/bfd.h"
     "include/riscv32-linux-musl/bfd_stdint.h"
     "include/riscv32-linux-musl/bits/alltypes.h"
@@ -5688,7 +5626,20 @@ set(ZIG_LIBC_FILES
     "include/riscv32-linux-musl/signal.h"
     "include/riscv32-linux-musl/sys/signalfd.h"
     "include/riscv32-linux-musl/sys/socket.h"
-    "include/riscv64-linux-gnu/asm/unistd.h"
+    "include/riscv64-linux-any/asm/auxvec.h"
+    "include/riscv64-linux-any/asm/bitsperlong.h"
+    "include/riscv64-linux-any/asm/byteorder.h"
+    "include/riscv64-linux-any/asm/elf.h"
+    "include/riscv64-linux-any/asm/hwcap.h"
+    "include/riscv64-linux-any/asm/posix_types.h"
+    "include/riscv64-linux-any/asm/ptrace.h"
+    "include/riscv64-linux-any/asm/setup.h"
+    "include/riscv64-linux-any/asm/sigcontext.h"
+    "include/riscv64-linux-any/asm/siginfo.h"
+    "include/riscv64-linux-any/asm/signal.h"
+    "include/riscv64-linux-any/asm/stat.h"
+    "include/riscv64-linux-any/asm/ucontext.h"
+    "include/riscv64-linux-any/asm/unistd.h"
     "include/riscv64-linux-gnu/bits/endian.h"
     "include/riscv64-linux-gnu/bits/fcntl.h"
     "include/riscv64-linux-gnu/bits/fenv.h"
@@ -5714,20 +5665,6 @@ set(ZIG_LIBC_FILES
     "include/riscv64-linux-gnu/sys/cachectl.h"
     "include/riscv64-linux-gnu/sys/ucontext.h"
     "include/riscv64-linux-gnu/sys/user.h"
-    "include/riscv64-linux-musl/asm/auxvec.h"
-    "include/riscv64-linux-musl/asm/bitsperlong.h"
-    "include/riscv64-linux-musl/asm/byteorder.h"
-    "include/riscv64-linux-musl/asm/elf.h"
-    "include/riscv64-linux-musl/asm/hwcap.h"
-    "include/riscv64-linux-musl/asm/posix_types.h"
-    "include/riscv64-linux-musl/asm/ptrace.h"
-    "include/riscv64-linux-musl/asm/setup.h"
-    "include/riscv64-linux-musl/asm/sigcontext.h"
-    "include/riscv64-linux-musl/asm/siginfo.h"
-    "include/riscv64-linux-musl/asm/signal.h"
-    "include/riscv64-linux-musl/asm/stat.h"
-    "include/riscv64-linux-musl/asm/ucontext.h"
-    "include/riscv64-linux-musl/asm/unistd.h"
     "include/riscv64-linux-musl/bfd_stdint.h"
     "include/riscv64-linux-musl/bits/alltypes.h"
     "include/riscv64-linux-musl/bits/endian.h"
@@ -5752,7 +5689,52 @@ set(ZIG_LIBC_FILES
     "include/riscv64-linux-musl/signal.h"
     "include/riscv64-linux-musl/sys/signalfd.h"
     "include/riscv64-linux-musl/sys/socket.h"
-    "include/s390x-linux-gnu/asm/unistd.h"
+    "include/s390x-linux-any/asm/auxvec.h"
+    "include/s390x-linux-any/asm/bitsperlong.h"
+    "include/s390x-linux-any/asm/bpf_perf_event.h"
+    "include/s390x-linux-any/asm/byteorder.h"
+    "include/s390x-linux-any/asm/chpid.h"
+    "include/s390x-linux-any/asm/chsc.h"
+    "include/s390x-linux-any/asm/clp.h"
+    "include/s390x-linux-any/asm/cmb.h"
+    "include/s390x-linux-any/asm/dasd.h"
+    "include/s390x-linux-any/asm/debug.h"
+    "include/s390x-linux-any/asm/guarded_storage.h"
+    "include/s390x-linux-any/asm/hypfs.h"
+    "include/s390x-linux-any/asm/ioctls.h"
+    "include/s390x-linux-any/asm/ipcbuf.h"
+    "include/s390x-linux-any/asm/kvm.h"
+    "include/s390x-linux-any/asm/kvm_para.h"
+    "include/s390x-linux-any/asm/kvm_perf.h"
+    "include/s390x-linux-any/asm/monwriter.h"
+    "include/s390x-linux-any/asm/perf_regs.h"
+    "include/s390x-linux-any/asm/pkey.h"
+    "include/s390x-linux-any/asm/posix_types.h"
+    "include/s390x-linux-any/asm/ptrace.h"
+    "include/s390x-linux-any/asm/qeth.h"
+    "include/s390x-linux-any/asm/runtime_instr.h"
+    "include/s390x-linux-any/asm/schid.h"
+    "include/s390x-linux-any/asm/sclp_ctl.h"
+    "include/s390x-linux-any/asm/setup.h"
+    "include/s390x-linux-any/asm/sie.h"
+    "include/s390x-linux-any/asm/sigcontext.h"
+    "include/s390x-linux-any/asm/siginfo.h"
+    "include/s390x-linux-any/asm/signal.h"
+    "include/s390x-linux-any/asm/socket.h"
+    "include/s390x-linux-any/asm/stat.h"
+    "include/s390x-linux-any/asm/statfs.h"
+    "include/s390x-linux-any/asm/sthyi.h"
+    "include/s390x-linux-any/asm/tape390.h"
+    "include/s390x-linux-any/asm/termios.h"
+    "include/s390x-linux-any/asm/types.h"
+    "include/s390x-linux-any/asm/ucontext.h"
+    "include/s390x-linux-any/asm/unistd.h"
+    "include/s390x-linux-any/asm/unistd_32.h"
+    "include/s390x-linux-any/asm/unistd_64.h"
+    "include/s390x-linux-any/asm/virtio-ccw.h"
+    "include/s390x-linux-any/asm/vmcp.h"
+    "include/s390x-linux-any/asm/vtoc.h"
+    "include/s390x-linux-any/asm/zcrypt.h"
     "include/s390x-linux-gnu/bits/elfclass.h"
     "include/s390x-linux-gnu/bits/endian.h"
     "include/s390x-linux-gnu/bits/environments.h"
@@ -5788,52 +5770,6 @@ set(ZIG_LIBC_FILES
     "include/s390x-linux-gnu/sys/ptrace.h"
     "include/s390x-linux-gnu/sys/ucontext.h"
     "include/s390x-linux-gnu/sys/user.h"
-    "include/s390x-linux-musl/asm/auxvec.h"
-    "include/s390x-linux-musl/asm/bitsperlong.h"
-    "include/s390x-linux-musl/asm/bpf_perf_event.h"
-    "include/s390x-linux-musl/asm/byteorder.h"
-    "include/s390x-linux-musl/asm/chpid.h"
-    "include/s390x-linux-musl/asm/chsc.h"
-    "include/s390x-linux-musl/asm/clp.h"
-    "include/s390x-linux-musl/asm/cmb.h"
-    "include/s390x-linux-musl/asm/dasd.h"
-    "include/s390x-linux-musl/asm/debug.h"
-    "include/s390x-linux-musl/asm/guarded_storage.h"
-    "include/s390x-linux-musl/asm/hypfs.h"
-    "include/s390x-linux-musl/asm/ioctls.h"
-    "include/s390x-linux-musl/asm/ipcbuf.h"
-    "include/s390x-linux-musl/asm/kvm.h"
-    "include/s390x-linux-musl/asm/kvm_para.h"
-    "include/s390x-linux-musl/asm/kvm_perf.h"
-    "include/s390x-linux-musl/asm/monwriter.h"
-    "include/s390x-linux-musl/asm/perf_regs.h"
-    "include/s390x-linux-musl/asm/pkey.h"
-    "include/s390x-linux-musl/asm/posix_types.h"
-    "include/s390x-linux-musl/asm/ptrace.h"
-    "include/s390x-linux-musl/asm/qeth.h"
-    "include/s390x-linux-musl/asm/runtime_instr.h"
-    "include/s390x-linux-musl/asm/schid.h"
-    "include/s390x-linux-musl/asm/sclp_ctl.h"
-    "include/s390x-linux-musl/asm/setup.h"
-    "include/s390x-linux-musl/asm/sie.h"
-    "include/s390x-linux-musl/asm/sigcontext.h"
-    "include/s390x-linux-musl/asm/siginfo.h"
-    "include/s390x-linux-musl/asm/signal.h"
-    "include/s390x-linux-musl/asm/socket.h"
-    "include/s390x-linux-musl/asm/stat.h"
-    "include/s390x-linux-musl/asm/statfs.h"
-    "include/s390x-linux-musl/asm/sthyi.h"
-    "include/s390x-linux-musl/asm/tape390.h"
-    "include/s390x-linux-musl/asm/termios.h"
-    "include/s390x-linux-musl/asm/types.h"
-    "include/s390x-linux-musl/asm/ucontext.h"
-    "include/s390x-linux-musl/asm/unistd.h"
-    "include/s390x-linux-musl/asm/unistd_32.h"
-    "include/s390x-linux-musl/asm/unistd_64.h"
-    "include/s390x-linux-musl/asm/virtio-ccw.h"
-    "include/s390x-linux-musl/asm/vmcp.h"
-    "include/s390x-linux-musl/asm/vtoc.h"
-    "include/s390x-linux-musl/asm/zcrypt.h"
     "include/s390x-linux-musl/bfd_stdint.h"
     "include/s390x-linux-musl/bits/alltypes.h"
     "include/s390x-linux-musl/bits/endian.h"
@@ -5858,7 +5794,6 @@ set(ZIG_LIBC_FILES
     "include/s390x-linux-musl/bits/syscall.h"
     "include/s390x-linux-musl/bits/user.h"
     "include/sparc-linux-gnu/a.out.h"
-    "include/sparc-linux-gnu/asm/unistd.h"
     "include/sparc-linux-gnu/bits/a.out.h"
     "include/sparc-linux-gnu/bits/endian.h"
     "include/sparc-linux-gnu/bits/environments.h"
@@ -5914,7 +5849,6 @@ set(ZIG_LIBC_FILES
     "include/sparc-linux-gnu/sys/ucontext.h"
     "include/sparc-linux-gnu/sys/user.h"
     "include/sparcv9-linux-gnu/a.out.h"
-    "include/sparcv9-linux-gnu/asm/unistd.h"
     "include/sparcv9-linux-gnu/bits/a.out.h"
     "include/sparcv9-linux-gnu/bits/endian.h"
     "include/sparcv9-linux-gnu/bits/environments.h"
@@ -5968,7 +5902,28 @@ set(ZIG_LIBC_FILES
     "include/sparcv9-linux-gnu/sys/ptrace.h"
     "include/sparcv9-linux-gnu/sys/ucontext.h"
     "include/sparcv9-linux-gnu/sys/user.h"
-    "include/x86_64-linux-gnu/asm/unistd.h"
+    "include/x86_64-linux-any/asm/auxvec.h"
+    "include/x86_64-linux-any/asm/bitsperlong.h"
+    "include/x86_64-linux-any/asm/byteorder.h"
+    "include/x86_64-linux-any/asm/kvm.h"
+    "include/x86_64-linux-any/asm/kvm_para.h"
+    "include/x86_64-linux-any/asm/mman.h"
+    "include/x86_64-linux-any/asm/msgbuf.h"
+    "include/x86_64-linux-any/asm/perf_regs.h"
+    "include/x86_64-linux-any/asm/posix_types.h"
+    "include/x86_64-linux-any/asm/ptrace.h"
+    "include/x86_64-linux-any/asm/sembuf.h"
+    "include/x86_64-linux-any/asm/setup.h"
+    "include/x86_64-linux-any/asm/shmbuf.h"
+    "include/x86_64-linux-any/asm/sigcontext.h"
+    "include/x86_64-linux-any/asm/siginfo.h"
+    "include/x86_64-linux-any/asm/signal.h"
+    "include/x86_64-linux-any/asm/stat.h"
+    "include/x86_64-linux-any/asm/statfs.h"
+    "include/x86_64-linux-any/asm/swab.h"
+    "include/x86_64-linux-any/asm/types.h"
+    "include/x86_64-linux-any/asm/ucontext.h"
+    "include/x86_64-linux-any/asm/unistd.h"
     "include/x86_64-linux-gnu/bits/a.out.h"
     "include/x86_64-linux-gnu/bits/endian.h"
     "include/x86_64-linux-gnu/bits/environments.h"
@@ -6053,28 +6008,6 @@ set(ZIG_LIBC_FILES
     "include/x86_64-linux-gnux32/sys/ptrace.h"
     "include/x86_64-linux-gnux32/sys/ucontext.h"
     "include/x86_64-linux-gnux32/sys/user.h"
-    "include/x86_64-linux-musl/asm/auxvec.h"
-    "include/x86_64-linux-musl/asm/bitsperlong.h"
-    "include/x86_64-linux-musl/asm/byteorder.h"
-    "include/x86_64-linux-musl/asm/kvm.h"
-    "include/x86_64-linux-musl/asm/kvm_para.h"
-    "include/x86_64-linux-musl/asm/mman.h"
-    "include/x86_64-linux-musl/asm/msgbuf.h"
-    "include/x86_64-linux-musl/asm/perf_regs.h"
-    "include/x86_64-linux-musl/asm/posix_types.h"
-    "include/x86_64-linux-musl/asm/ptrace.h"
-    "include/x86_64-linux-musl/asm/sembuf.h"
-    "include/x86_64-linux-musl/asm/setup.h"
-    "include/x86_64-linux-musl/asm/shmbuf.h"
-    "include/x86_64-linux-musl/asm/sigcontext.h"
-    "include/x86_64-linux-musl/asm/siginfo.h"
-    "include/x86_64-linux-musl/asm/signal.h"
-    "include/x86_64-linux-musl/asm/stat.h"
-    "include/x86_64-linux-musl/asm/statfs.h"
-    "include/x86_64-linux-musl/asm/swab.h"
-    "include/x86_64-linux-musl/asm/types.h"
-    "include/x86_64-linux-musl/asm/ucontext.h"
-    "include/x86_64-linux-musl/asm/unistd.h"
     "include/x86_64-linux-musl/bfd_stdint.h"
     "include/x86_64-linux-musl/bits/alltypes.h"
     "include/x86_64-linux-musl/bits/endian.h"