Commit 66ccd9a9 authored by Pavel Emelyanov's avatar Pavel Emelyanov

types: Remove setns override with sys_setns

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 046a1fc8
...@@ -71,8 +71,6 @@ struct itimerspec; ...@@ -71,8 +71,6 @@ struct itimerspec;
#define CLONE_ALLNS (CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWIPC | CLONE_NEWUTS | CLONE_NEWNS | CLONE_NEWUSER | CLONE_NEWCGROUP) #define CLONE_ALLNS (CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWIPC | CLONE_NEWUTS | CLONE_NEWNS | CLONE_NEWUSER | CLONE_NEWCGROUP)
#define setns sys_setns
struct rlimit; struct rlimit;
struct rlimit64; struct rlimit64;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment