projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a720115
)
[PATCH] add sys_unshare to syscalls.h
author
Arnd Bergmann
<abergman@de.ibm.com>
Fri, 24 Mar 2006 11:15:08 +0000
(
03:15
-0800)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/include/linux/syscalls.h
b/include/linux/syscalls.h
index
b9ea44a
..
e487e3b
100644
(file)
--- 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