@@ -2446,34 +2446,34 @@ pub const NOTE_TRACK: ::uint32_t = 0x00000001;
2446
2446
pub const NOTE_TRACKERR : :: uint32_t = 0x00000002 ;
2447
2447
pub const NOTE_CHILD : :: uint32_t = 0x00000004 ;
2448
2448
2449
- pub const OCRNL : :: c_int = 0x00000010 ;
2450
- pub const ONOCR : :: c_int = 0x00000020 ;
2451
- pub const ONLRET : :: c_int = 0x00000040 ;
2452
- pub const OFILL : :: c_int = 0x00000080 ;
2453
- pub const NLDLY : :: c_int = 0x00000300 ;
2454
- pub const TABDLY : :: c_int = 0x00000c04 ;
2455
- pub const CRDLY : :: c_int = 0x00003000 ;
2456
- pub const FFDLY : :: c_int = 0x00004000 ;
2457
- pub const BSDLY : :: c_int = 0x00008000 ;
2458
- pub const VTDLY : :: c_int = 0x00010000 ;
2459
- pub const OFDEL : :: c_int = 0x00020000 ;
2460
-
2461
- pub const NL0 : :: c_int = 0x00000000 ;
2462
- pub const NL1 : :: c_int = 0x00000100 ;
2463
- pub const TAB0 : :: c_int = 0x00000000 ;
2464
- pub const TAB1 : :: c_int = 0x00000400 ;
2465
- pub const TAB2 : :: c_int = 0x00000800 ;
2466
- pub const CR0 : :: c_int = 0x00000000 ;
2467
- pub const CR1 : :: c_int = 0x00001000 ;
2468
- pub const CR2 : :: c_int = 0x00002000 ;
2469
- pub const CR3 : :: c_int = 0x00003000 ;
2470
- pub const FF0 : :: c_int = 0x00000000 ;
2471
- pub const FF1 : :: c_int = 0x00004000 ;
2472
- pub const BS0 : :: c_int = 0x00000000 ;
2473
- pub const BS1 : :: c_int = 0x00008000 ;
2474
- pub const TAB3 : :: c_int = 0x00000004 ;
2475
- pub const VT0 : :: c_int = 0x00000000 ;
2476
- pub const VT1 : :: c_int = 0x00010000 ;
2449
+ pub const OCRNL : :: tcflag_t = 0x00000010 ;
2450
+ pub const ONOCR : :: tcflag_t = 0x00000020 ;
2451
+ pub const ONLRET : :: tcflag_t = 0x00000040 ;
2452
+ pub const OFILL : :: tcflag_t = 0x00000080 ;
2453
+ pub const NLDLY : :: tcflag_t = 0x00000300 ;
2454
+ pub const TABDLY : :: tcflag_t = 0x00000c04 ;
2455
+ pub const CRDLY : :: tcflag_t = 0x00003000 ;
2456
+ pub const FFDLY : :: tcflag_t = 0x00004000 ;
2457
+ pub const BSDLY : :: tcflag_t = 0x00008000 ;
2458
+ pub const VTDLY : :: tcflag_t = 0x00010000 ;
2459
+ pub const OFDEL : :: tcflag_t = 0x00020000 ;
2460
+
2461
+ pub const NL0 : :: tcflag_t = 0x00000000 ;
2462
+ pub const NL1 : :: tcflag_t = 0x00000100 ;
2463
+ pub const TAB0 : :: tcflag_t = 0x00000000 ;
2464
+ pub const TAB1 : :: tcflag_t = 0x00000400 ;
2465
+ pub const TAB2 : :: tcflag_t = 0x00000800 ;
2466
+ pub const CR0 : :: tcflag_t = 0x00000000 ;
2467
+ pub const CR1 : :: tcflag_t = 0x00001000 ;
2468
+ pub const CR2 : :: tcflag_t = 0x00002000 ;
2469
+ pub const CR3 : :: tcflag_t = 0x00003000 ;
2470
+ pub const FF0 : :: tcflag_t = 0x00000000 ;
2471
+ pub const FF1 : :: tcflag_t = 0x00004000 ;
2472
+ pub const BS0 : :: tcflag_t = 0x00000000 ;
2473
+ pub const BS1 : :: tcflag_t = 0x00008000 ;
2474
+ pub const TAB3 : :: tcflag_t = 0x00000004 ;
2475
+ pub const VT0 : :: tcflag_t = 0x00000000 ;
2476
+ pub const VT1 : :: tcflag_t = 0x00010000 ;
2477
2477
pub const IUTF8 : :: tcflag_t = 0x00004000 ;
2478
2478
pub const CRTSCTS : :: tcflag_t = 0x00030000 ;
2479
2479
0 commit comments