Skip to content

Commit

Permalink
auto merge of rust-lang#16667 : retep998/rust/master, r=pcwalton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Aug 23, 2014
2 parents 75396b2 + be8bd24 commit 2e5aea6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/librustrt/unwind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,11 @@ pub mod eabi {
use libunwind as uw;
use libc::{c_void, c_int};

#[repr(C)]
struct EXCEPTION_RECORD;
#[repr(C)]
struct CONTEXT;
#[repr(C)]
struct DISPATCHER_CONTEXT;

#[repr(C)]
Expand Down

0 comments on commit 2e5aea6

Please sign in to comment.