mes/include
W. J. van der Laan fce3422465 lib: Add _sys_call_5 for Linux RISC-V64.
* include/linux/syscall.h (_sys_call5): Declare 5-argument syscall needed
for SYS_renameat2, currently only used on RISC-V64.
* lib/linux/riscv64-mes-gcc/syscall.c (__sys_call5, _sys_call5):
Implement it.
2023-02-12 19:42:31 +01:00
..
gnu DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-02-12 19:27:10 +01:00
linux lib: Add _sys_call_5 for Linux RISC-V64. 2023-02-12 19:42:31 +01:00
mach hurd: Fixes for upgrade to debian-hurd-20190220.img. 2019-12-13 21:52:31 +01:00
mes squash! DRAFT x86_64: build: Cater for M2-Planet. 2023-02-12 19:42:31 +01:00
sys DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-02-12 19:27:10 +01:00
alloca.h mescc: Mes C Library: Avoid type/size_t conflicts. 2019-06-01 08:44:18 +02:00
ar.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
argz.h hurd: Add argv and environ. 2019-12-13 21:52:30 +01:00
assert.h build: Simplify. 2019-06-08 15:36:22 +02:00
ctype.h mescc: Mes C Library: Support GNU Awk: Do not flush std files. 2019-06-19 11:26:37 +02:00
dirent.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
dirstream.h build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
dlfcn.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
endian.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
errno.h mescc: Mes C Library: Support gcc-10. 2020-10-06 13:13:44 +02:00
fcntl.h kaem.run: Remove --bootstrap-mode. 2022-05-03 14:45:55 +02:00
features.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
float.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
getopt.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
grp.h build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
inttypes.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
libgen.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
limits.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
locale.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
math.h mescc: Mes C Library: Support gcc-4.6.4: Add math stubs. 2019-09-13 15:11:38 +02:00
memory.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
pwd.h build: Simplify. 2019-06-08 15:36:22 +02:00
setjmp.h mescc: Mes C Library: ARM: setjmp.c: Inline fake asm. 2021-01-23 08:43:46 +01:00
signal.h kaem.run: Remove --bootstrap-mode. 2022-05-03 14:45:55 +02:00
stdarg.h mescc: Mes C Library: vfprintf: Support --with-system-libc. 2019-11-23 21:37:57 +01:00
stdbool.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
stddef.h mescc: Mes C Library: Make malloc align the blocks it gives out. 2021-01-23 08:43:48 +01:00
stdint.h mescc: define int64_t and uint64_t only if it's possible to define them as 2021-01-23 08:43:45 +01:00
stdio.h kaem: read: Remove --bootstrap-mode. 2022-05-03 12:54:22 +02:00
stdlib.h mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
stdnoreturn.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
string.h build: Simplify. 2019-06-08 15:36:22 +02:00
strings.h mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
termio.h mescc: Mes C Library: Support GNU Bash: Add struct winsize. 2019-07-06 11:25:02 +02:00
time.h kaem.run: Remove --bootstrap-mode. 2022-05-03 14:45:55 +02:00
unistd.h mescc: Mes C Library: Support GNU Awk: Add getpgid, getpgrp stubs. 2019-07-18 12:13:18 +02:00