Skip to content
Snippets Groups Projects
Unverified Commit 3a5ec3f9 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix style

parent 443b401d
No related branches found
No related tags found
No related merge requests found
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")] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment