@@ -2471,34 +2471,34 @@ pub const NOTE_TRACK: ::uint32_t = 0x00000001;
2471
2471
pub const NOTE_TRACKERR : :: uint32_t = 0x00000002 ;
2472
2472
pub const NOTE_CHILD : :: uint32_t = 0x00000004 ;
2473
2473
2474
- pub const OCRNL : :: c_int = 0x00000010 ;
2475
- pub const ONOCR : :: c_int = 0x00000020 ;
2476
- pub const ONLRET : :: c_int = 0x00000040 ;
2477
- pub const OFILL : :: c_int = 0x00000080 ;
2478
- pub const NLDLY : :: c_int = 0x00000300 ;
2479
- pub const TABDLY : :: c_int = 0x00000c04 ;
2480
- pub const CRDLY : :: c_int = 0x00003000 ;
2481
- pub const FFDLY : :: c_int = 0x00004000 ;
2482
- pub const BSDLY : :: c_int = 0x00008000 ;
2483
- pub const VTDLY : :: c_int = 0x00010000 ;
2484
- pub const OFDEL : :: c_int = 0x00020000 ;
2485
-
2486
- pub const NL0 : :: c_int = 0x00000000 ;
2487
- pub const NL1 : :: c_int = 0x00000100 ;
2488
- pub const TAB0 : :: c_int = 0x00000000 ;
2489
- pub const TAB1 : :: c_int = 0x00000400 ;
2490
- pub const TAB2 : :: c_int = 0x00000800 ;
2491
- pub const CR0 : :: c_int = 0x00000000 ;
2492
- pub const CR1 : :: c_int = 0x00001000 ;
2493
- pub const CR2 : :: c_int = 0x00002000 ;
2494
- pub const CR3 : :: c_int = 0x00003000 ;
2495
- pub const FF0 : :: c_int = 0x00000000 ;
2496
- pub const FF1 : :: c_int = 0x00004000 ;
2497
- pub const BS0 : :: c_int = 0x00000000 ;
2498
- pub const BS1 : :: c_int = 0x00008000 ;
2499
- pub const TAB3 : :: c_int = 0x00000004 ;
2500
- pub const VT0 : :: c_int = 0x00000000 ;
2501
- pub const VT1 : :: c_int = 0x00010000 ;
2474
+ pub const OCRNL : :: tcflag_t = 0x00000010 ;
2475
+ pub const ONOCR : :: tcflag_t = 0x00000020 ;
2476
+ pub const ONLRET : :: tcflag_t = 0x00000040 ;
2477
+ pub const OFILL : :: tcflag_t = 0x00000080 ;
2478
+ pub const NLDLY : :: tcflag_t = 0x00000300 ;
2479
+ pub const TABDLY : :: tcflag_t = 0x00000c04 ;
2480
+ pub const CRDLY : :: tcflag_t = 0x00003000 ;
2481
+ pub const FFDLY : :: tcflag_t = 0x00004000 ;
2482
+ pub const BSDLY : :: tcflag_t = 0x00008000 ;
2483
+ pub const VTDLY : :: tcflag_t = 0x00010000 ;
2484
+ pub const OFDEL : :: tcflag_t = 0x00020000 ;
2485
+
2486
+ pub const NL0 : :: tcflag_t = 0x00000000 ;
2487
+ pub const NL1 : :: tcflag_t = 0x00000100 ;
2488
+ pub const TAB0 : :: tcflag_t = 0x00000000 ;
2489
+ pub const TAB1 : :: tcflag_t = 0x00000400 ;
2490
+ pub const TAB2 : :: tcflag_t = 0x00000800 ;
2491
+ pub const CR0 : :: tcflag_t = 0x00000000 ;
2492
+ pub const CR1 : :: tcflag_t = 0x00001000 ;
2493
+ pub const CR2 : :: tcflag_t = 0x00002000 ;
2494
+ pub const CR3 : :: tcflag_t = 0x00003000 ;
2495
+ pub const FF0 : :: tcflag_t = 0x00000000 ;
2496
+ pub const FF1 : :: tcflag_t = 0x00004000 ;
2497
+ pub const BS0 : :: tcflag_t = 0x00000000 ;
2498
+ pub const BS1 : :: tcflag_t = 0x00008000 ;
2499
+ pub const TAB3 : :: tcflag_t = 0x00000004 ;
2500
+ pub const VT0 : :: tcflag_t = 0x00000000 ;
2501
+ pub const VT1 : :: tcflag_t = 0x00010000 ;
2502
2502
pub const IUTF8 : :: tcflag_t = 0x00004000 ;
2503
2503
pub const CRTSCTS : :: tcflag_t = 0x00030000 ;
2504
2504
0 commit comments