musl/arch
Stefan O'Rear 01d9fe4d9f riscv32: add arch headers
These are mostly copied from riscv64. _Addr and _Reg had to become int
to match compiler-controlled parts of the ABI (result type of sizeof,
etc.). There is no kernel stat struct; the userspace stat matches
glibc in the sizes and offsets of all fields (including glibc's
__dev_t __pad1). The jump buffer is 12 words larger to account for 12
saved double-precision floats; additionally it should be 64-bit
aligned to save doubles.

The syscall list was significantly revised by deleting all time32 and
pre-statx syscalls, and renaming several syscalls that have different
names depending on __BITS_PER_LONG, notably mmap2 and _llseek.

futex was added as an alias to futex_time64 since it is widely used by
software which does not pass time arguments.
2024-02-29 16:35:30 -05:00
..
aarch64 bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
arm bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
generic make generic bits/fcntl.h shareable with 64-bit archs 2020-09-03 17:58:17 -04:00
i386 bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
loongarch64 add loongarch64 user.h structs; adjust elf_fpreg_t and ELF_NFPREG 2024-02-26 15:22:58 -05:00
m68k bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
microblaze bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
mips bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
mips64 bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
mipsn32 bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
or1k bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
powerpc bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
powerpc64 bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
riscv32 riscv32: add arch headers 2024-02-29 16:35:30 -05:00
riscv64 bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
s390x bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
sh bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
x32 bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00
x86_64 bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2024-02-22 19:24:18 -05:00