diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-10-31 13:32:33 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-11-03 10:01:46 -0300 |
commit | 582383b37d95b133c1ee6855ffaa2b1f5cb3d3b8 (patch) | |
tree | 61353ce0829237041c68b051cdf502c909d6c2f1 /sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h | |
parent | 02976a4a4b2d01a524b33a508994664ffaf88d79 (diff) | |
download | glibc-582383b37d95b133c1ee6855ffaa2b1f5cb3d3b8.tar.gz glibc-582383b37d95b133c1ee6855ffaa2b1f5cb3d3b8.tar.xz glibc-582383b37d95b133c1ee6855ffaa2b1f5cb3d3b8.zip |
Update syscall lists for Linux 6.6
Linux 6.6 has one new syscall for all architectures, fchmodat2, and the map_shadow_stack on x86_64.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h b/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h index 58646cf0bd..5e4c9e901c 100644 --- a/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h @@ -59,6 +59,7 @@ #define __NR_fchdir 81 #define __NR_fchmod 91 #define __NR_fchmodat 268 +#define __NR_fchmodat2 452 #define __NR_fchown 93 #define __NR_fchownat 260 #define __NR_fcntl 72 @@ -153,6 +154,7 @@ #define __NR_lsetxattr 189 #define __NR_lstat 6 #define __NR_madvise 28 +#define __NR_map_shadow_stack 453 #define __NR_mbind 237 #define __NR_membarrier 324 #define __NR_memfd_create 319 |