Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 618e724b authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

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: default avatarEric W. Biederman <ebiederm@xmission.com>
parent f0630529
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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