diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2011-05-11 14:06:58 -0700 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2011-05-24 15:30:17 -0700 |
commit | 618e724b8d79c6232daac49cb39b0723bf5c4b08 (patch) | |
tree | 52df39d2d95f23a8042355cb669f03493c960923 /include/linux/syscalls.h | |
parent | f063052947f770845a6252f7fa24f6f624592a24 (diff) |
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.h | 1 |
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 |