File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -384,12 +384,12 @@ pub const EFD_SEMAPHORE: ::c_int = 0x1;
384
384
385
385
pub const NCCS : usize = 32 ;
386
386
387
- pub const CLONE_NEWUTS : :: c_uint = 0x04000000 ;
388
- pub const CLONE_NEWIPC : :: c_uint = 0x08000000 ;
389
- pub const CLONE_NEWUSER : :: c_uint = 0x10000000 ;
390
- pub const CLONE_NEWPID : :: c_uint = 0x20000000 ;
391
- pub const CLONE_NEWNET : :: c_uint = 0x40000000 ;
392
- pub const CLONE_IO : :: c_uint = 0x80000000 ;
387
+ pub const CLONE_NEWUTS : :: c_int = 0x04000000 ;
388
+ pub const CLONE_NEWIPC : :: c_int = 0x08000000 ;
389
+ pub const CLONE_NEWUSER : :: c_int = 0x10000000 ;
390
+ pub const CLONE_NEWPID : :: c_int = 0x20000000 ;
391
+ pub const CLONE_NEWNET : :: c_int = 0x40000000 ;
392
+ pub const CLONE_IO : :: c_int = 0x80000000 ;
393
393
394
394
extern {
395
395
pub fn shm_open ( name : * const c_char , oflag : :: c_int ,
You can’t perform that action at this time.
0 commit comments