From 51d5f139ca9e79d621a396542dde5b8cd76c5c3f Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 23 Jan 2016 23:16:14 +0000 Subject: 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. --- arch/i386/bits/syscall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/i386/bits') diff --git a/arch/i386/bits/syscall.h b/arch/i386/bits/syscall.h index 27c5325c..b1a389b4 100644 --- a/arch/i386/bits/syscall.h +++ b/arch/i386/bits/syscall.h @@ -374,6 +374,7 @@ #define __NR_shutdown 373 #define __NR_userfaultfd 374 #define __NR_membarrier 375 +#define __NR_mlock2 376 /* Repeated with SYS_ prefix */ @@ -754,3 +755,4 @@ #define SYS_shutdown 373 #define SYS_userfaultfd 374 #define SYS_membarrier 375 +#define SYS_mlock2 376 -- cgit v1.2.1