Skip to content

Commit f8d4c31

Browse files
committed
Auto merge of #457 - dgreid:clone_newcgroup, r=posborne
Add CLONE_NEWCGROUP This is a new option to clone added earlier this year. It was already added to rust/libc.
2 parents a6bbb49 + 5624ddb commit f8d4c31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sched.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ libc_bitflags!{
2424
CLONE_DETACHED,
2525
CLONE_UNTRACED,
2626
CLONE_CHILD_SETTID,
27+
CLONE_NEWCGROUP,
2728
CLONE_NEWUTS,
2829
CLONE_NEWIPC,
2930
CLONE_NEWUSER,

0 commit comments

Comments
 (0)