File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -540,9 +540,6 @@ pub const TIOCSIG: ::c_uint = 0x2004745f;
540
540
pub const TIOCM_DCD : :: c_int = 0x40 ;
541
541
pub const H4DISC : :: c_int = 0x7 ;
542
542
543
- pub const FIODTYPE : :: c_ulong = 0x4004667a ;
544
- pub const FIOGETLBA : :: c_ulong = 0x40046679 ;
545
- pub const FIODGNAME : :: c_ulong = 0x80106678 ;
546
543
pub const FIONWRITE : :: c_ulong = 0x40046677 ;
547
544
pub const FIONSPACE : :: c_ulong = 0x40046676 ;
548
545
pub const FIOSEEKDATA : :: c_ulong = 0xc0086661 ;
Original file line number Diff line number Diff line change @@ -997,6 +997,10 @@ pub const SLIPDISC: ::c_int = 0x4;
997
997
pub const PPPDISC : :: c_int = 0x5 ;
998
998
pub const NETGRAPHDISC : :: c_int = 0x6 ;
999
999
1000
+ pub const FIODTYPE : :: c_ulong = 0x4004667a ;
1001
+ pub const FIOGETLBA : :: c_ulong = 0x40046679 ;
1002
+ pub const FIODGNAME : :: c_ulong = 0x80106678 ;
1003
+
1000
1004
pub const B0 : speed_t = 0 ;
1001
1005
pub const B50 : speed_t = 50 ;
1002
1006
pub const B75 : speed_t = 75 ;
You can’t perform that action at this time.
0 commit comments