From 3d5c9fe39ff6ceb0730d44122fd2c4cd58b4e358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Sun, 18 Feb 2024 03:26:49 +0100 Subject: bits/syscall.h: add __NR_fchmodat2 from linux v6.6 the linux fchmodat syscall lacks a flag argument that is necessary to implement the posix api, see linux commit 09da082b07bbae1c11d9560c8502800039aebcea fs: Add fchmodat2() linux commit 78252deb023cf0879256fcfbafe37022c390762b arch: Register fchmodat2, usually as syscall 452 --- arch/s390x/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/s390x') diff --git a/arch/s390x/bits/syscall.h.in b/arch/s390x/bits/syscall.h.in index 21577df5..e60711a6 100644 --- a/arch/s390x/bits/syscall.h.in +++ b/arch/s390x/bits/syscall.h.in @@ -367,4 +367,5 @@ #define __NR_futex_waitv 449 #define __NR_set_mempolicy_home_node 450 #define __NR_cachestat 451 +#define __NR_fchmodat2 452 -- cgit v1.2.1