auto merge of #16667 : retep998/rust/master, r=pcwalton

This commit is contained in:
bors 2014-08-23 01:40:48 +00:00
commit 2e5aea65cd

View File

@ -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)]