diff options
| author | bors <bors@rust-lang.org> | 2015-08-06 05:19:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-08-06 05:19:16 +0000 |
| commit | b81ab8a04002f226b1821f5e62f90a685dc640c9 (patch) | |
| tree | 2a6cff0365a10f5b1d8a14353bd53c90bd23132e /src/libstd/rt | |
| parent | 4278b5f03bbc5808a7b611ae8353db6817c58792 (diff) | |
| parent | 05a814279b12beaf80aa636667199a80824d5f62 (diff) | |
| download | rust-b81ab8a04002f226b1821f5e62f90a685dc640c9.tar.gz rust-b81ab8a04002f226b1821f5e62f90a685dc640c9.zip | |
Auto merge of #27548 - tamird:opaque-ctypes, r=alexcrichton
r? @alexcrichton
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/unwind/seh64_gnu.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/rt/unwind/seh64_gnu.rs b/src/libstd/rt/unwind/seh64_gnu.rs index 6a061a55fc2..847ba47ff72 100644 --- a/src/libstd/rt/unwind/seh64_gnu.rs +++ b/src/libstd/rt/unwind/seh64_gnu.rs @@ -60,8 +60,8 @@ pub struct EXCEPTION_RECORD { ExceptionInformation: [ULONG_PTR; 15], } -pub type CONTEXT = c_void; -pub type UNWIND_HISTORY_TABLE = c_void; +pub enum CONTEXT {} +pub enum UNWIND_HISTORY_TABLE {} #[repr(C)] pub struct RUNTIME_FUNCTION { |
