File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -378,13 +378,6 @@ pub const EFD_SEMAPHORE: ::c_int = 0x1;
378
378
379
379
pub const NCCS : usize = 32 ;
380
380
381
- pub const CLONE_NEWUTS : :: c_int = 0x04000000 ;
382
- pub const CLONE_NEWIPC : :: c_int = 0x08000000 ;
383
- pub const CLONE_NEWUSER : :: c_int = 0x10000000 ;
384
- pub const CLONE_NEWPID : :: c_int = 0x20000000 ;
385
- pub const CLONE_NEWNET : :: c_int = 0x40000000 ;
386
- pub const CLONE_IO : :: c_int = 0x80000000 ;
387
-
388
381
pub const AF_NETLINK : :: c_int = 16 ;
389
382
390
383
f ! {
Original file line number Diff line number Diff line change @@ -539,6 +539,12 @@ pub const CLONE_CHILD_CLEARTID: ::c_int = 0x200000;
539
539
pub const CLONE_DETACHED : :: c_int = 0x400000 ;
540
540
pub const CLONE_UNTRACED : :: c_int = 0x800000 ;
541
541
pub const CLONE_CHILD_SETTID : :: c_int = 0x01000000 ;
542
+ pub const CLONE_NEWUTS : :: c_int = 0x04000000 ;
543
+ pub const CLONE_NEWIPC : :: c_int = 0x08000000 ;
544
+ pub const CLONE_NEWUSER : :: c_int = 0x10000000 ;
545
+ pub const CLONE_NEWPID : :: c_int = 0x20000000 ;
546
+ pub const CLONE_NEWNET : :: c_int = 0x40000000 ;
547
+ pub const CLONE_IO : :: c_int = 0x80000000 ;
542
548
543
549
pub const WNOHANG : :: c_int = 1 ;
544
550
You can’t perform that action at this time.
0 commit comments