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

Commit 2da436e0 authored by JANAK DESAI's avatar JANAK DESAI Committed by Linus Torvalds
Browse files

[PATCH] unshare system call -v5: system call registration for i386



Registers system call for the i386 architecture.

Signed-off-by: default avatarJanak Desai <janak@us.ibm.com>
Cc: Al Viro <viro@ftp.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Michael Kerrisk <mtk-manpages@gmx.net>
Cc: Andi Kleen <ak@muc.de>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a016f338
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -309,3 +309,4 @@ ENTRY(sys_call_table)
	.long sys_faccessat
	.long sys_pselect6
	.long sys_ppoll
	.long sys_unshare		/* 310 */
+2 −1
Original line number Diff line number Diff line
@@ -315,8 +315,9 @@
#define __NR_faccessat		307
#define __NR_pselect6		308
#define __NR_ppoll		309
#define __NR_unshare		310

#define NR_syscalls 310
#define NR_syscalls 311

/*
 * user-visible error numbers are in the range -1 - -128: see