diff options
| author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-10-08 15:45:24 -0300 |
|---|---|---|
| committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-10-10 10:27:49 -0300 |
| commit | 02de16df481f15d5f6f2a8d98aa1bb2888aec13b (patch) | |
| tree | 9306a7fbb50636d347626805df3c1d8af643f413 /sysdeps/unix/sysv/linux/x86_64/x32 | |
| parent | d17e5d5f6e636fceb16065d081eb3398a346e8ab (diff) | |
| download | glibc-02de16df481f15d5f6f2a8d98aa1bb2888aec13b.tar.xz glibc-02de16df481f15d5f6f2a8d98aa1bb2888aec13b.zip | |
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>
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/x32')
| -rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h b/sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h index 6c35068d8e..9340daa967 100644 --- a/sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h @@ -351,6 +351,7 @@ #define __NR_unlink 1073741911 #define __NR_unlinkat 1073742087 #define __NR_unshare 1073742096 +#define __NR_uretprobe 1073742159 #define __NR_userfaultfd 1073742147 #define __NR_ustat 1073741960 #define __NR_utime 1073741956 |
