diff options
author | Arseny Maslennikov <arseny@altlinux.org> | 2023-10-15 10:00:00 +0200 |
---|---|---|
committer | Arseny Maslennikov <arseny@altlinux.org> | 2023-10-19 13:07:54 +0200 |
commit | c83f83819388c7e1d318ec1d210a6f7887f8ccd7 (patch) | |
tree | 78ab925a715f12513a7d2b1d6af5ec8f73dbbd1c /src/basic/syscalls-mipso32.txt | |
parent | seccomp: fix debug logging typo (diff) | |
download | systemd-c83f83819388c7e1d318ec1d210a6f7887f8ccd7.tar.xz systemd-c83f83819388c7e1d318ec1d210a6f7887f8ccd7.zip |
Update system call tables for Linux 6.6
We are doing this to obtain the definition of fchmodat2.
Diffstat (limited to 'src/basic/syscalls-mipso32.txt')
-rw-r--r-- | src/basic/syscalls-mipso32.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/syscalls-mipso32.txt b/src/basic/syscalls-mipso32.txt index 6c1d8d338e..2d689a1583 100644 --- a/src/basic/syscalls-mipso32.txt +++ b/src/basic/syscalls-mipso32.txt @@ -79,6 +79,7 @@ fanotify_mark 4337 fchdir 4133 fchmod 4094 fchmodat 4299 +fchmodat2 4452 fchown 4095 fchown32 fchownat 4291 @@ -202,6 +203,7 @@ lsetxattr 4225 lstat 4107 lstat64 4214 madvise 4218 +map_shadow_stack mbind 4268 membarrier 4358 memfd_create 4354 |