diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-07-25 22:23:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-25 22:23:00 +0200 |
commit | 1a0b98c43797ce96e47b110a58f0b4c55f3256f5 (patch) | |
tree | de31763744776a796fa929009a79eafafb2d2964 /src/basic/missing.h | |
parent | c92fcc4f4375b0aebc5919311bbf703138b21918 (diff) | |
parent | 0996ef00fb5c0770d49670f81a230fcc2552af89 (diff) |
Merge pull request #3589 from brauner/cgroup_namespace
Cgroup namespace
Diffstat (limited to 'src/basic/missing.h')
-rw-r--r-- | src/basic/missing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h index b1272f8799..f8e096605e 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -445,6 +445,10 @@ struct btrfs_ioctl_quota_ctl_args { #define CGROUP2_SUPER_MAGIC 0x63677270 #endif +#ifndef CLONE_NEWCGROUP +#define CLONE_NEWCGROUP 0x02000000 +#endif + #ifndef TMPFS_MAGIC #define TMPFS_MAGIC 0x01021994 #endif |