diff options
| author | bors <bors@rust-lang.org> | 2014-04-16 08:16:35 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-04-16 08:16:35 -0700 |
| commit | 72869b6579154d7aa322ddd0f9e3d89fd8abe8c4 (patch) | |
| tree | 8c7b32c4ee341498f46345898c6882643145cb31 /src/liblibc | |
| parent | 12391df5b78a7a904112c0056aa28773abecb65d (diff) | |
| parent | a0347d5224977c8a271fbae64d084a5c5347d22b (diff) | |
| download | rust-72869b6579154d7aa322ddd0f9e3d89fd8abe8c4.tar.gz rust-72869b6579154d7aa322ddd0f9e3d89fd8abe8c4.zip | |
auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonw
See [RFC 6](https://github.com/rust-lang/rfcs/blob/e0c741f1c6e372d0fd31c5978fcf8c7bd7c3e973/active/0006-remove-priv.md)
Diffstat (limited to 'src/liblibc')
| -rw-r--r-- | src/liblibc/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs index 18e815e9b7c..379d3cdc94e 100644 --- a/src/liblibc/lib.rs +++ b/src/liblibc/lib.rs @@ -229,8 +229,8 @@ pub mod types { */ #[repr(u8)] pub enum c_void { - priv variant1, - priv variant2 + __variant1, + __variant2, } pub enum FILE {} pub enum fpos_t {} |
