]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[PATCH] add sys_unshare to syscalls.h
authorArnd Bergmann <abergman@de.ibm.com>
Fri, 24 Mar 2006 11:15:08 +0000 (03:15 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 24 Mar 2006 15:33:15 +0000 (07:33 -0800)
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>
include/linux/syscalls.h

index b9ea44ac0ddbb7df23a0600387d39df529fe4593..e487e3b60f605add9318df0202051964468c7304 100644 (file)
@@ -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