projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f063052
)
ns: Declare sys_setns in syscalls.h
author
Eric W. Biederman
<ebiederm@xmission.com>
Wed, 11 May 2011 21:06:58 +0000
(14:06 -0700)
committer
Eric W. Biederman
<ebiederm@xmission.com>
Tue, 24 May 2011 22:30:17 +0000
(15:30 -0700)
Ooops I overlooked this one, and missing it causes compile
errors of the powerpc syscall.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
include/linux/syscalls.h
patch
|
blob
|
history
diff --git
a/include/linux/syscalls.h
b/include/linux/syscalls.h
index 83ecc1749ef6153581d295706d6c4768c11931e0..b8b380443d05b35d7d1efcd9590a3cf0b2dbf4d6 100644
(file)
--- a/
include/linux/syscalls.h
+++ b/
include/linux/syscalls.h
@@
-844,4
+844,5
@@
asmlinkage long sys_name_to_handle_at(int dfd, const char __user *name,
asmlinkage long sys_open_by_handle_at(int mountdirfd,
struct file_handle __user *handle,
int flags);
+asmlinkage long sys_setns(int fd, int nstype);
#endif