aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2011-05-11 14:06:58 -0700
committerEric W. Biederman <ebiederm@xmission.com>2011-05-24 15:30:17 -0700
commit618e724b8d79c6232daac49cb39b0723bf5c4b08 (patch)
tree52df39d2d95f23a8042355cb669f03493c960923 /include/linux/syscalls.h
parentf063052947f770845a6252f7fa24f6f624592a24 (diff)
downloadkernel_samsung_smdk4412-618e724b8d79c6232daac49cb39b0723bf5c4b08.zip
kernel_samsung_smdk4412-618e724b8d79c6232daac49cb39b0723bf5c4b08.tar.gz
kernel_samsung_smdk4412-618e724b8d79c6232daac49cb39b0723bf5c4b08.tar.bz2
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 83ecc17..b8b3804 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