about summary refs log tree commit diff
path: root/arch/x86_64
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2016-01-23 23:16:14 +0000
committerRich Felker <dalias@aerifal.cx>2016-01-26 18:30:50 -0500
commit51d5f139ca9e79d621a396542dde5b8cd76c5c3f (patch)
tree7a2eb9fdc817d9dbd5a12125bf12753ada59d609 /arch/x86_64
parentaaa604052dce98cfb4cc39f561bbb739c69bd802 (diff)
downloadmusl-51d5f139ca9e79d621a396542dde5b8cd76c5c3f.tar.gz
musl-51d5f139ca9e79d621a396542dde5b8cd76c5c3f.tar.xz
musl-51d5f139ca9e79d621a396542dde5b8cd76c5c3f.zip
add mlock2 syscall number from linux v4.4
this is mlock with a flags argument, new in linux commit
a8ca5d0ecbdde5cc3d7accacbd69968b0c98764e

as usual microblaze and sh don't have allocated syscall number yet.
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/bits/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/bits/syscall.h b/arch/x86_64/bits/syscall.h
index 0ff50268..22aa716c 100644
--- a/arch/x86_64/bits/syscall.h
+++ b/arch/x86_64/bits/syscall.h
@@ -323,6 +323,7 @@
 #define __NR_execveat				322
 #define __NR_userfaultfd			323
 #define __NR_membarrier				324
+#define __NR_mlock2				325
 
 
 
@@ -653,3 +654,4 @@
 #define SYS_execveat				322
 #define SYS_userfaultfd				323
 #define SYS_membarrier				324
+#define SYS_mlock2				325