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/nios2 | |
| 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/nios2')
| -rw-r--r-- | sysdeps/unix/sysv/linux/nios2/arch-syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/nios2/arch-syscall.h b/sysdeps/unix/sysv/linux/nios2/arch-syscall.h index f94e212995..b1d0fb6f6e 100644 --- a/sysdeps/unix/sysv/linux/nios2/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/nios2/arch-syscall.h @@ -24,6 +24,7 @@ #define __NR_clock_settime 112 #define __NR_clock_settime64 404 #define __NR_clone 220 +#define __NR_clone3 435 #define __NR_close 57 #define __NR_close_range 436 #define __NR_connect 203 |
