From 72511f539cc34681ec61c6a0dc2fe6d684760ffe Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 12 Sep 2023 14:08:53 +0000 Subject: Update syscall lists for Linux 6.5 Linux 6.5 has one new syscall, cachestat, and also enables the cacheflush syscall for hppa. Update syscall-names.list and regenerate the arch-syscall.h headers with build-many-glibcs.py update-syscalls. Tested with build-many-glibcs.py. --- sysdeps/unix/sysv/linux/hppa/arch-syscall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/hppa') diff --git a/sysdeps/unix/sysv/linux/hppa/arch-syscall.h b/sysdeps/unix/sysv/linux/hppa/arch-syscall.h index 767f1287a3..5568b94cd3 100644 --- a/sysdeps/unix/sysv/linux/hppa/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/hppa/arch-syscall.h @@ -13,6 +13,8 @@ #define __NR_bind 22 #define __NR_bpf 341 #define __NR_brk 45 +#define __NR_cacheflush 356 +#define __NR_cachestat 451 #define __NR_capget 106 #define __NR_capset 107 #define __NR_chdir 12 -- cgit 1.4.1