diff options
author | Joseph Myers <josmyers@redhat.com> | 2024-03-13 13:57:56 +0000 |
---|---|---|
committer | Joseph Myers <josmyers@redhat.com> | 2024-03-13 13:57:56 +0000 |
commit | 3de2f8755c6c036dcd0b1f4acd6bcdefe0e775c0 (patch) | |
tree | a9d7a6419d3c00964ce0d4b25eba4f0e25ee0312 /sysdeps/unix/sysv/linux/aarch64 | |
parent | cba186f2f07b5f717a1ab3a4345102a296a27681 (diff) | |
download | glibc-3de2f8755c6c036dcd0b1f4acd6bcdefe0e775c0.zip glibc-3de2f8755c6c036dcd0b1f4acd6bcdefe0e775c0.tar.gz glibc-3de2f8755c6c036dcd0b1f4acd6bcdefe0e775c0.tar.bz2 |
Update syscall lists for Linux 6.8
Linux 6.8 adds five new syscalls. Update syscall-names.list and
regenerate the arch-syscall.h headers with build-many-glibcs.py
update-syscalls.
Tested with build-many-glibcs.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/aarch64')
-rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/arch-syscall.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/arch-syscall.h b/sysdeps/unix/sysv/linux/aarch64/arch-syscall.h index 1713897..7ee8a21 100644 --- a/sysdeps/unix/sysv/linux/aarch64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/aarch64/arch-syscall.h @@ -122,12 +122,16 @@ #define __NR_lgetxattr 9 #define __NR_linkat 37 #define __NR_listen 201 +#define __NR_listmount 458 #define __NR_listxattr 11 #define __NR_llistxattr 12 #define __NR_lookup_dcookie 18 #define __NR_lremovexattr 15 #define __NR_lseek 62 #define __NR_lsetxattr 6 +#define __NR_lsm_get_self_attr 459 +#define __NR_lsm_list_modules 461 +#define __NR_lsm_set_self_attr 460 #define __NR_madvise 233 #define __NR_map_shadow_stack 453 #define __NR_mbind 235 @@ -276,6 +280,7 @@ #define __NR_socketpair 199 #define __NR_splice 76 #define __NR_statfs 43 +#define __NR_statmount 457 #define __NR_statx 291 #define __NR_swapoff 225 #define __NR_swapon 224 |