summaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
diff options
context:
space:
mode:
authorEric W. Biederman2011-05-11 23:06:58 +0200
committerEric W. Biederman2011-05-25 00:30:17 +0200
commit618e724b8d79c6232daac49cb39b0723bf5c4b08 (patch)
tree52df39d2d95f23a8042355cb669f03493c960923 /include/linux/syscalls.h
parentnet: Allow setting the network namespace by fd (diff)
downloadkernel-qcow2-linux-618e724b8d79c6232daac49cb39b0723bf5c4b08.tar.gz
kernel-qcow2-linux-618e724b8d79c6232daac49cb39b0723bf5c4b08.tar.xz
kernel-qcow2-linux-618e724b8d79c6232daac49cb39b0723bf5c4b08.zip
ns: Declare sys_setns in syscalls.h
Ooops I overlooked this one, and missing it causes compile errors of the powerpc syscall. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'include/linux/syscalls.h')
-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 83ecc1749ef6..b8b380443d05 100644
--- 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