summaryrefslogtreecommitdiffstats
path: root/include/asm-i386
diff options
context:
space:
mode:
authorJANAK DESAI2006-02-07 21:59:03 +0100
committerLinus Torvalds2006-02-08 01:12:34 +0100
commit2da436e00f9a5fdd0fb6b31e4b2b2ba82e8f5ab8 (patch)
treebce3223b55b14a995a0c60bc1403376fab3c6c97 /include/asm-i386
parent[PATCH] unshare system call -v5: unshare files (diff)
downloadkernel-qcow2-linux-2da436e00f9a5fdd0fb6b31e4b2b2ba82e8f5ab8.tar.gz
kernel-qcow2-linux-2da436e00f9a5fdd0fb6b31e4b2b2ba82e8f5ab8.tar.xz
kernel-qcow2-linux-2da436e00f9a5fdd0fb6b31e4b2b2ba82e8f5ab8.zip
[PATCH] unshare system call -v5: system call registration for i386
Registers system call for the i386 architecture. Signed-off-by: Janak 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: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-i386')
-rw-r--r--include/asm-i386/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h
index 597496ed2aee..cf6f2cd9c514 100644
--- a/include/asm-i386/unistd.h
+++ b/include/asm-i386/unistd.h
@@ -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