mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Update syscall lists for Linux 6.15
Linux 6.15 adds the new syscall open_tree_attr. 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: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
@@ -230,6 +230,7 @@
|
||||
#define __NR_open 5
|
||||
#define __NR_open_by_handle_at 333
|
||||
#define __NR_open_tree 428
|
||||
#define __NR_open_tree_attr 467
|
||||
#define __NR_openat 284
|
||||
#define __NR_openat2 437
|
||||
#define __NR_pause 29
|
||||
|
||||
@@ -211,6 +211,7 @@
|
||||
#define __NR_open 5
|
||||
#define __NR_open_by_handle_at 333
|
||||
#define __NR_open_tree 428
|
||||
#define __NR_open_tree_attr 467
|
||||
#define __NR_openat 284
|
||||
#define __NR_openat2 437
|
||||
#define __NR_pause 29
|
||||
|
||||
Reference in New Issue
Block a user