aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArnd Bergmann <abergman@de.ibm.com>2006-03-24 03:15:08 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-24 07:33:15 -0800
commit6961ec8267d08e21011457b05d2263ec06bdcfe1 (patch)
tree13accf5a4e93922abb66036f97a51a2ea76f1f6e /include
parent[PATCH] more-for_each_cpu-conversions fix (diff)
downloadlinux-dev-6961ec8267d08e21011457b05d2263ec06bdcfe1.tar.xz
linux-dev-6961ec8267d08e21011457b05d2263ec06bdcfe1.zip
[PATCH] add sys_unshare to syscalls.h
All architecture independent system calls should be declared in syscalls.h, add the one that is missing. Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/syscalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h
index b9ea44ac0ddb..e487e3b60f60 100644
--- a/include/linux/syscalls.h
+++ b/include/linux/syscalls.h
@@ -568,5 +568,6 @@ asmlinkage long compat_sys_newfstatat(unsigned int dfd, char __user * filename,
int flag);
asmlinkage long compat_sys_openat(unsigned int dfd, const char __user *filename,
int flags, int mode);
+asmlinkage long sys_unshare(unsigned long unshare_flags);
#endif