Fix style
This commit is contained in:
parent
443b401dac
commit
3a5ec3f91e
@ -1,4 +1,3 @@
|
||||
|
||||
pub type int8_t = i8;
|
||||
pub type int16_t = i16;
|
||||
pub type int32_t = i32;
|
||||
@ -183,7 +182,6 @@ pub const SIGSYS: ::c_int = 31;
|
||||
pub enum FILE {}
|
||||
pub enum fpos_t {} // TODO: fill this out with a struct
|
||||
|
||||
|
||||
// intentionally not public, only used for fd_set
|
||||
cfg_if! {
|
||||
if #[cfg(target_pointer_width = "32")] {
|
||||
|
Loading…
Reference in New Issue
Block a user