File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/unix/linux_like/linux/arch Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -230,5 +230,5 @@ pub const TIOCM_DSR: ::c_int = 0x100;
230230pub const BOTHER : :: speed_t = 0o010000 ;
231231pub const IBSHIFT : :: tcflag_t = 16 ;
232232
233- pub const BLKSSZGET : :: c_int = 0x1268 ;
234- pub const BLKPBSZGET : :: c_int = 0x127B ;
233+ pub const BLKSSZGET : :: Ioctl = 0x1268 ;
234+ pub const BLKPBSZGET : :: Ioctl = 0x127B ;
Original file line number Diff line number Diff line change @@ -208,5 +208,5 @@ pub const TIOCM_DSR: ::c_int = 0x400;
208208pub const BOTHER : :: speed_t = 0o010000 ;
209209pub const IBSHIFT : :: tcflag_t = 16 ;
210210
211- pub const BLKSSZGET : :: c_int = 0x20001268 ;
212- pub const BLKPBSZGET : :: c_int = 0x2000127B ;
211+ pub const BLKSSZGET : :: Ioctl = 0x20001268 ;
212+ pub const BLKPBSZGET : :: Ioctl = 0x2000127B ;
Original file line number Diff line number Diff line change @@ -187,5 +187,5 @@ pub const TIOCM_DSR: ::c_int = 0x100;
187187pub const BOTHER : :: speed_t = 0o0037 ;
188188pub const IBSHIFT : :: tcflag_t = 16 ;
189189
190- pub const BLKSSZGET : :: c_int = 0x20001268 ;
191- pub const BLKPBSZGET : :: c_int = 0x2000127B ;
190+ pub const BLKSSZGET : :: Ioctl = 0x20001268 ;
191+ pub const BLKPBSZGET : :: Ioctl = 0x2000127B ;
Original file line number Diff line number Diff line change @@ -194,5 +194,5 @@ pub const TIOCM_DSR: ::c_int = 0x100;
194194pub const BOTHER : :: speed_t = 0x1000 ;
195195pub const IBSHIFT : :: tcflag_t = 16 ;
196196
197- pub const BLKSSZGET : :: c_int = 0x20001268 ;
198- pub const BLKPBSZGET : :: c_int = 0x2000127B ;
197+ pub const BLKSSZGET : :: Ioctl = 0x20001268 ;
198+ pub const BLKPBSZGET : :: Ioctl = 0x2000127B ;
You can’t perform that action at this time.
0 commit comments