File tree 4 files changed +8
-8
lines changed
src/unix/linux_like/linux/arch
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;
230
230
pub const BOTHER : :: speed_t = 0o010000 ;
231
231
pub const IBSHIFT : :: tcflag_t = 16 ;
232
232
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;
208
208
pub const BOTHER : :: speed_t = 0o010000 ;
209
209
pub const IBSHIFT : :: tcflag_t = 16 ;
210
210
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;
187
187
pub const BOTHER : :: speed_t = 0o0037 ;
188
188
pub const IBSHIFT : :: tcflag_t = 16 ;
189
189
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;
194
194
pub const BOTHER : :: speed_t = 0x1000 ;
195
195
pub const IBSHIFT : :: tcflag_t = 16 ;
196
196
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