Skip to content

Commit 9f282ea

Browse files
committed
---
yaml --- r: 222975 b: refs/heads/master c: 859d295 h: refs/heads/master i: 222973: a8ec8c8 222971: 711decb 222967: 1bfc088 222959: 46a468a 222943: 688ab18 222911: c7118fb 222847: 4c632a0 222719: fb7cf22 v: v3
1 parent c59f192 commit 9f282ea

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 4e9300c02b62cc8cc5ca909e8b867b5202e1e167
2+
refs/heads/master: 859d2954ed974e4d81ea4c20140f6f15f4c6077e
33
refs/heads/snap-stage3: a5c12f4e39d32af3c951b66bd2839bc0b5a1125b
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/libstd/rand/os.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ mod imp {
205205
_dummy: (),
206206
}
207207

208-
// Fake definition; this is actually a struct, but we don't use the
209-
// contents here.
210-
type SecRandom = c_void;
208+
enum SecRandom {}
211209

212210
#[allow(non_upper_case_globals)]
213211
const kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;

trunk/src/libstd/rt/unwind/seh64_gnu.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ pub struct EXCEPTION_RECORD {
6060
ExceptionInformation: [ULONG_PTR; 15],
6161
}
6262

63-
pub type CONTEXT = c_void;
64-
pub type UNWIND_HISTORY_TABLE = c_void;
63+
pub enum CONTEXT {}
64+
pub enum UNWIND_HISTORY_TABLE {}
6565

6666
#[repr(C)]
6767
pub struct RUNTIME_FUNCTION {

0 commit comments

Comments
 (0)