Skip to content

Commit

Permalink
std: Mop up Mac/Linux breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Jan 25, 2013
1 parent e3daab7 commit e447521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/uv_ll.rs
Expand Up @@ -496,7 +496,7 @@ pub mod uv_ll_struct_stubgen {
a10: 0 as *u8, a11: 0 as *u8,
a12: 0 as *u8, a13: 0 as *u8
}
};
}
}
}
#[cfg(windows)]
Expand Down Expand Up @@ -617,7 +617,7 @@ pub mod uv_ll_struct_stubgen {
a13: 0 as *u8,
a14: 0 as *u8,
}
};
}
}
}
#[cfg(windows)]
Expand Down

0 comments on commit e447521

Please sign in to comment.