Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7dadb755 authored by Aneesh Kumar K.V's avatar Aneesh Kumar K.V Committed by Al Viro
Browse files

x86: Add new syscalls for x86_32



This patch adds new syscalls to x86_32

Signed-off-by: default avatarAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent f17b6042
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -340,3 +340,5 @@ ENTRY(sys_call_table)
	.long sys_fanotify_init
	.long sys_fanotify_mark
	.long sys_prlimit64		/* 340 */
	.long sys_name_to_handle_at
	.long sys_open_by_handle_at