Merge branch 'setns'
* setns: ns: Wire up the setns system call Done as a merge to make it easier to fix up conflicts in arm due to addition of sendmmsg system call
This commit is contained in:
@ -330,10 +330,11 @@
|
||||
/* #define __NR_timerfd 322 removed */
|
||||
#define __NR_eventfd 323
|
||||
#define __NR_fallocate 324
|
||||
#define __NR_setns 325
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
#define NR_syscalls 325
|
||||
#define NR_syscalls 326
|
||||
|
||||
#define __ARCH_WANT_IPC_PARSE_VERSION
|
||||
#define __ARCH_WANT_STAT64
|
||||
|
Reference in New Issue
Block a user