aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_s390x.const
diff options
context:
space:
mode:
authorJiaheng Hu <jiahengh@google.com>2020-06-26 21:30:56 +0000
committerEric Biggers <ebiggers3@gmail.com>2020-06-29 13:44:45 -0700
commit917afeaa705dfdebeebcd674db3bcba279241d5e (patch)
treef8abe24c89932c5c021a6d440c342a06d64fdf54 /sys/linux/sys_s390x.const
parentcc1e9bc12dd23755159935e93858fcfee121d94e (diff)
sys/linux: add faccessat2
Added the faccessat2 description (linux 5.8) (https://git.kernel.org/linus/c8ffd8bcdd28296a).
Diffstat (limited to 'sys/linux/sys_s390x.const')
-rw-r--r--sys/linux/sys_s390x.const2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/sys_s390x.const b/sys/linux/sys_s390x.const
index 510d343ed..a8f12362e 100644
--- a/sys/linux/sys_s390x.const
+++ b/sys/linux/sys_s390x.const
@@ -15,6 +15,7 @@ ADJ_STATUS = 16
ADJ_TAI = 128
ADJ_TICK = 16384
ADJ_TIMECONST = 32
+AT_EACCESS = 512
AT_EMPTY_PATH = 4096
AT_FDCWD = 18446744073709551516
AT_NO_AUTOMOUNT = 2048
@@ -577,6 +578,7 @@ __NR_eventfd2 = 323
__NR_exit = 1
__NR_exit_group = 248
__NR_faccessat = 300
+__NR_faccessat2 = 439
__NR_fadvise64 = 253
__NR_fallocate = 314
__NR_fchdir = 133