File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 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;
378378
379379pub const NCCS : usize = 32 ;
380380
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-
388381pub const AF_NETLINK : :: c_int = 16 ;
389382
390383f ! {
Original file line number Diff line number Diff line change @@ -539,6 +539,12 @@ pub const CLONE_CHILD_CLEARTID: ::c_int = 0x200000;
539539pub const CLONE_DETACHED : :: c_int = 0x400000 ;
540540pub const CLONE_UNTRACED : :: c_int = 0x800000 ;
541541pub 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 ;
542548
543549pub const WNOHANG : :: c_int = 1 ;
544550
You can’t perform that action at this time.
0 commit comments