From 3d5c9fe39ff6ceb0730d44122fd2c4cd58b4e358 Mon Sep 17 00:00:00 2001 From: Gaƫl PORTAY 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/mips/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips') diff --git a/arch/mips/bits/syscall.h.in b/arch/mips/bits/syscall.h.in index f776df31..55e35742 100644 --- a/arch/mips/bits/syscall.h.in +++ b/arch/mips/bits/syscall.h.in @@ -422,4 +422,5 @@ #define __NR_futex_waitv 4449 #define __NR_set_mempolicy_home_node 4450 #define __NR_cachestat 4451 +#define __NR_fchmodat2 4452 -- cgit 1.4.1