auto merge of #16667 : retep998/rust/master, r=pcwalton
This commit is contained in:
commit
2e5aea65cd
1 changed files with 3 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue