about summary refs log tree commit diff
path: root/arch/or1k
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2016-05-26 22:04:56 +0200
committerRich Felker <dalias@aerifal.cx>2016-06-09 13:38:41 -0400
commit78b1f3cb1406b475ad8800a64197f2e0bf04d5ef (patch)
treed8d8e5d9ed5fefa6b486200e9992fee52f85f730 /arch/or1k
parent77baaa47e107f176fb2dc150dd6a9ad87f6cbe24 (diff)
downloadmusl-78b1f3cb1406b475ad8800a64197f2e0bf04d5ef.tar.gz
musl-78b1f3cb1406b475ad8800a64197f2e0bf04d5ef.tar.xz
musl-78b1f3cb1406b475ad8800a64197f2e0bf04d5ef.zip
add preadv2 and pwritev2 syscall numbers for linux v4.6
the syscalls take an additional flag argument, they were added in commit
f17d8b35452cab31a70d224964cd583fb2845449 and a RWF_HIPRI priority hint
flag was added to linux/fs.h in 97be7ebe53915af504fb491fb99f064c7cf3cb09.

the syscall is not allocated for microblaze and sh yet.
Diffstat (limited to 'arch/or1k')
-rw-r--r--arch/or1k/bits/syscall.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/or1k/bits/syscall.h.in b/arch/or1k/bits/syscall.h.in
index c6e55c6b..c6b6cf2c 100644
--- a/arch/or1k/bits/syscall.h.in
+++ b/arch/or1k/bits/syscall.h.in
@@ -269,4 +269,6 @@
 #define __NR_membarrier 283
 #define __NR_mlock2 284
 #define __NR_copy_file_range 285
+#define __NR_preadv2 286
+#define __NR_pwritev2 287