[PATCH -mm 2/9] unshare system call: System call registration for i386
Signed-off-by: Janak Desai
arch/i386/kernel/syscall_table.S | 1 +
include/asm-i386/unistd.h | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff -Naurp 2.6.15-rc5-mm2/arch/i386/kernel/syscall_table.S 2.6.15-rc5-mm2+i386/arch/i386/kernel/syscall_table.S
--- 2.6.15-rc5-mm2/arch/i386/kernel/syscall_table.S 2005-12-12 03:05:36.000000000 +0000
+++ 2.6.15-rc5-mm2+i386/arch/i386/kernel/syscall_table.S 2005-12-12 19:59:42.000000000 +0000
@@ -296,3 +296,4 @@ ENTRY(sys_call_table)
.long sys_migrate_pages
.long sys_preadv /* 295 */
.long sys_pwritev
+ .long sys_unshare
diff -Naurp 2.6.15-rc5-mm2/include/asm-i386/unistd.h 2.6.15-rc5-mm2+i386/include/asm-i386/unistd.h
--- 2.6.15-rc5-mm2/include/asm-i386/unistd.h 2005-12-12 03:05:58.000000000 +0000
+++ 2.6.15-rc5-mm2+i386/include/asm-i386/unistd.h 2005-12-12 20:00:10.000000000 +0000
@@ -302,8 +302,9 @@
#define __NR_migrate_pages 294
#define __NR_preadv 295
#define __NR_pwritev 296
+#define __NR_unshare 297
-#define NR_syscalls 297
+#define NR_syscalls 298
/*
* user-visible error numbers are in the range -1 - -128: see
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]