summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/unistd_32.h
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2011-01-29 18:43:35 +0530
committerAl Viro <viro@zeniv.linux.org.uk>2011-03-15 02:21:44 -0400
commit7dadb755b082c259f7dd4a95a3a6eb21646a28d5 (patch)
tree3fcc8b2d7ae3dac371d6d6fe7648103c0928177e /arch/x86/include/asm/unistd_32.h
parentf17b6042073e7000a90063f7edbca59a5bd1caa2 (diff)
downloadop-kernel-dev-7dadb755b082c259f7dd4a95a3a6eb21646a28d5.zip
op-kernel-dev-7dadb755b082c259f7dd4a95a3a6eb21646a28d5.tar.gz
x86: Add new syscalls for x86_32
This patch adds new syscalls to x86_32 Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/include/asm/unistd_32.h')
-rw-r--r--arch/x86/include/asm/unistd_32.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/include/asm/unistd_32.h b/arch/x86/include/asm/unistd_32.h
index b766a5e..f4c4973 100644
--- a/arch/x86/include/asm/unistd_32.h
+++ b/arch/x86/include/asm/unistd_32.h
@@ -346,10 +346,12 @@
#define __NR_fanotify_init 338
#define __NR_fanotify_mark 339
#define __NR_prlimit64 340
+#define __NR_name_to_handle_at 341
+#define __NR_open_by_handle_at 342
#ifdef __KERNEL__
-#define NR_syscalls 341
+#define NR_syscalls 343
#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
OpenPOWER on IntegriCloud