projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19f8724
)
add CLONE_NEWCGROUP clone flag, new in linux v4.6
author
Szabolcs Nagy
<nsz@port70.net>
Thu, 26 May 2016 20:06:44 +0000
(22:06 +0200)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 9 Jun 2016 17:40:17 +0000
(13:40 -0400)
flag for new cgroup namespace, added in linux commit
5e2bec7c2248ae27c5b16cd97215ae05c1d39179
include/sched.h
patch
|
blob
|
history
diff --git
a/include/sched.h
b/include/sched.h
index 7e88f097d9f6616ef5344df10a36274c687a001e..af82d6c9bd27b87d67eada43ef6968760d5b38ef 100644
(file)
--- a/
include/sched.h
+++ b/
include/sched.h
@@
-59,6
+59,7
@@
int sched_yield(void);
#define CLONE_DETACHED 0x00400000
#define CLONE_UNTRACED 0x00800000
#define CLONE_CHILD_SETTID 0x01000000
+#define CLONE_NEWCGROUP 0x02000000
#define CLONE_NEWUTS 0x04000000
#define CLONE_NEWIPC 0x08000000
#define CLONE_NEWUSER 0x10000000