aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_mips64le.const
diff options
context:
space:
mode:
authorNecip Fazil Yildiran <necip@google.com>2020-07-24 08:01:38 +0000
committerDmitry Vyukov <dvyukov@google.com>2020-07-24 13:20:16 +0200
commit664cf58ee8fb9cfce1a4fcf93af350c28f308956 (patch)
treeb198999f34c5a1d7365e0e3644ca0d9ae392af29 /sys/linux/sys_mips64le.const
parent554af3885f0e7b30088641cc6e372559d3251ce2 (diff)
sys/linux: added descs for preadv2, pwritev2
Diffstat (limited to 'sys/linux/sys_mips64le.const')
-rw-r--r--sys/linux/sys_mips64le.const7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/linux/sys_mips64le.const b/sys/linux/sys_mips64le.const
index a9c01db82..ab0afef83 100644
--- a/sys/linux/sys_mips64le.const
+++ b/sys/linux/sys_mips64le.const
@@ -459,6 +459,11 @@ RSEQ_CS_FLAG_NO_RESTART_ON_SIGNAL = 2
RUSAGE_CHILDREN = 18446744073709551615
RUSAGE_SELF = 0
RUSAGE_THREAD = 1
+RWF_APPEND = 16
+RWF_DSYNC = 2
+RWF_HIPRI = 1
+RWF_NOWAIT = 8
+RWF_SYNC = 4
RWF_WRITE_LIFE_NOT_SET = 0
RWH_WRITE_LIFE_EXTREME = 5
RWH_WRITE_LIFE_LONG = 4
@@ -724,6 +729,7 @@ __NR_poll = 5007
__NR_ppoll = 5261
__NR_pread64 = 5016
__NR_preadv = 5289
+__NR_preadv2 = 5321
__NR_prlimit64 = 5297
__NR_process_madvise = 5443
__NR_process_vm_readv = 5304
@@ -732,6 +738,7 @@ __NR_pselect6 = 5260
__NR_ptrace = 5099
__NR_pwrite64 = 5017
__NR_pwritev = 5290
+__NR_pwritev2 = 5322
__NR_quotactl = 5172
__NR_read = 5000
__NR_readahead = 5179