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:
@@ -299,9 +299,10 @@
|
||||
#define __NR_signalfd 279
|
||||
/* 280 was __NR_timerfd */
|
||||
#define __NR_eventfd 281
|
||||
#define __NR_setns 283
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#define NR_syscalls 282
|
||||
#define NR_syscalls 284
|
||||
|
||||
/* Old stuff */
|
||||
#define __IGNORE_uselib
|
||||
|
Reference in New Issue
Block a user