File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -627,15 +627,15 @@ pub const CLONE_NEWPID: ::c_int = 0x20000000;
627
627
pub const CLONE_NEWNET : :: c_int = 0x40000000 ;
628
628
pub const CLONE_IO : :: c_int = 0x80000000 ;
629
629
630
- pub const WNOHANG : :: c_int = 1 ;
630
+ pub const WNOHANG : :: c_int = 0x00000001 ;
631
631
pub const WUNTRACED : :: c_int = 0x00000002 ;
632
632
pub const WSTOPPED : :: c_int = WUNTRACED ;
633
- pub const WEXITED : :: c_int = 0x00000004 ;
633
+ pub const WEXITED : :: c_int = 0x00000004 ;
634
634
pub const WCONTINUED : :: c_int = 0x00000008 ;
635
- pub const WNOWAIT : :: c_int = 0x01000000 ;
635
+ pub const WNOWAIT : :: c_int = 0x01000000 ;
636
636
637
637
pub const __WNOTHREAD: :: c_int = 0x20000000 ;
638
- pub const __WALL: :: c_int = 0x40000000 ;
638
+ pub const __WALL: :: c_int = 0x40000000 ;
639
639
pub const __WCLONE: :: c_int = 0x80000000 ;
640
640
641
641
pub const SPLICE_F_MOVE : :: c_uint = 0x01 ;
You can’t perform that action at this time.
0 commit comments