about summary refs log tree commit diff
path: root/arch/m68k/bits
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2021-05-25 20:53:18 +0000
committerRich Felker <dalias@aerifal.cx>2022-03-08 17:19:51 -0500
commitf7d3db5bfc4c3b2315dd8c3137f0f332e1c6896a (patch)
treeb725f99adfba21291381aa099043883a9ffdfe75 /arch/m68k/bits
parente99c4258275507c576d7d5bebdba1a8aadf120c4 (diff)
downloadmusl-f7d3db5bfc4c3b2315dd8c3137f0f332e1c6896a.tar.gz
musl-f7d3db5bfc4c3b2315dd8c3137f0f332e1c6896a.tar.xz
musl-f7d3db5bfc4c3b2315dd8c3137f0f332e1c6896a.zip
bits/syscall.h: add mount_setattr from linux v5.12
new syscall to change the properties of a mount or a mount tree using
file descriptors which the new mount api is based on, see

  linux commit 2a1867219c7b27f928e2545782b86daaf9ad50bd
  fs: add mount_setattr()
Diffstat (limited to 'arch/m68k/bits')
-rw-r--r--arch/m68k/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/bits/syscall.h.in b/arch/m68k/bits/syscall.h.in
index e064b445..136775b4 100644
--- a/arch/m68k/bits/syscall.h.in
+++ b/arch/m68k/bits/syscall.h.in
@@ -412,3 +412,4 @@
 #define __NR_faccessat2		439
 #define __NR_process_madvise	440
 #define __NR_epoll_pwait2	441
+#define __NR_mount_setattr	442