]> sourceware.org Git - glibc.git/commit
Update syscall lists for Linux 6.11
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 8 Oct 2024 18:45:24 +0000 (15:45 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 10 Oct 2024 13:27:49 +0000 (10:27 -0300)
commit02de16df481f15d5f6f2a8d98aa1bb2888aec13b
tree9306a7fbb50636d347626805df3c1d8af643f413
parentd17e5d5f6e636fceb16065d081eb3398a346e8ab
Update syscall lists for Linux 6.11

Linux 6.11 changes for syscall are:

  * fstat/newfstatat for loongarch (it should be safe to add since
    255dc1e4ed8 that undefine them).
  * clone3 for nios2, which only adds the entry point but defined
    __ARCH_BROKEN_SYS_CLONE3 (the syscall will always return ENOSYS).
  * uretprobe for x86_64 and x32.

Update syscall-names.list and regenerate the arch-syscall.h headers
with build-many-glibcs.py update-syscalls.

Tested with build-many-glibcs.py.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/unix/sysv/linux/loongarch/arch-syscall.h
sysdeps/unix/sysv/linux/nios2/arch-syscall.h
sysdeps/unix/sysv/linux/syscall-names.list
sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h
sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h
This page took 0.0404600000000001 seconds and 5 git commands to generate.