File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -882,6 +882,13 @@ pub const EV_ERROR: u16 = 0x4000;
882882pub const EV_EOF : u16 = 0x8000 ;
883883pub const EV_SYSFLAGS : u16 = 0xf000 ;
884884
885+ pub const FIODNAME : :: c_ulong = 0x80106678 ;
886+ #[ deprecated(
887+ since = "0.2.106" ,
888+ note = "FIODGNAME is not defined on DragonFly BSD. See FIODNAME."
889+ ) ]
890+ pub const FIODGNAME : :: c_ulong = 0x80106678 ;
891+
885892pub const NOTE_TRIGGER : u32 = 0x01000000 ;
886893pub const NOTE_FFNOP : u32 = 0x00000000 ;
887894pub const NOTE_FFAND : u32 = 0x40000000 ;
Original file line number Diff line number Diff line change @@ -1047,6 +1047,7 @@ pub const H4DISC: ::c_int = 0x7;
10471047
10481048pub const BIOCSETFNR : :: c_ulong = 0x80104282 ;
10491049
1050+ pub const FIODGNAME : :: c_ulong = 0x80106678 ;
10501051pub const FIONWRITE : :: c_ulong = 0x40046677 ;
10511052pub const FIONSPACE : :: c_ulong = 0x40046676 ;
10521053pub const FIOSEEKDATA : :: c_ulong = 0xc0086661 ;
Original file line number Diff line number Diff line change @@ -1260,7 +1260,6 @@ pub const BIOCGRTIMEOUT: ::c_ulong = 0x4010426e;
12601260
12611261pub const FIODTYPE : :: c_ulong = 0x4004667a ;
12621262pub const FIOGETLBA : :: c_ulong = 0x40046679 ;
1263- pub const FIODGNAME : :: c_ulong = 0x80106678 ;
12641263
12651264pub const B0 : speed_t = 0 ;
12661265pub const B50 : speed_t = 50 ;
You can’t perform that action at this time.
0 commit comments