Skip to content

Commit

Permalink
Fixed iOS build after oibit
Browse files Browse the repository at this point in the history
  • Loading branch information
vhbit committed Dec 16, 2014
1 parent ab1b1ae commit b7ba69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustrt/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ pub mod shouldnt_be_public {

#[cfg(not(test))]
mod std {
pub use core::{fmt, option, cmp};
pub use core::{fmt, option, cmp, kinds};
}
1 change: 1 addition & 0 deletions src/librustrt/libunwind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use libc;

#[cfg(any(not(target_arch = "arm"), target_os = "ios"))]
#[repr(C)]
#[deriving(Copy)]
pub enum _Unwind_Action {
_UA_SEARCH_PHASE = 1,
_UA_CLEANUP_PHASE = 2,
Expand Down

0 comments on commit b7ba69d

Please sign in to comment.