about summary refs log tree commit diff
path: root/arch/m68k/bits
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2020-07-28 21:17:13 +0000
committerRich Felker <dalias@aerifal.cx>2020-09-09 17:21:03 -0400
commit9b7ed9702ce8925a5a947ad3bdbba126fe955aaf (patch)
treed2818de1677a10fde649d20386255fd44a44decd /arch/m68k/bits
parent616a8bf660d6c616aedf1e17adfb3de64f1ab9de (diff)
downloadmusl-9b7ed9702ce8925a5a947ad3bdbba126fe955aaf.tar.gz
musl-9b7ed9702ce8925a5a947ad3bdbba126fe955aaf.tar.xz
musl-9b7ed9702ce8925a5a947ad3bdbba126fe955aaf.zip
bits/syscall.h: add __NR_faccessat2 from linux v5.8
the linux faccessat syscall lacks a flag argument that is necessary
to implement the posix api, see

  linux commit c8ffd8bcdd28296a198f237cc595148a8d4adfbe
  vfs: add faccessat2 syscall
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 f2f838cc..93703b46 100644
--- a/arch/m68k/bits/syscall.h.in
+++ b/arch/m68k/bits/syscall.h.in
@@ -408,3 +408,4 @@
 #define __NR_clone3		435
 #define __NR_openat2		437
 #define __NR_pidfd_getfd	438
+#define __NR_faccessat2		439