diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-12-24 14:29:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-24 14:29:29 -0500 |
| commit | e9a2a7774643c71c018d45337e494e1b7d2ed3fa (patch) | |
| tree | 55b56c2d45190c9506112ff77de8246c0b76fd71 /src/libstd/sys | |
| parent | 67bef48739c62a024b32a62838df443178811473 (diff) | |
| parent | 88af5bf5ecfebe1683ab449213d218de7871cc92 (diff) | |
| download | rust-e9a2a7774643c71c018d45337e494e1b7d2ed3fa.tar.gz rust-e9a2a7774643c71c018d45337e494e1b7d2ed3fa.zip | |
Rollup merge of #38521 - jxson:remove-magenta-warnings, r=sfackler
Removes magenta build warning. Small bug fix to remove an unused type in the magenta process code that causes build failures for magenta's rustc. r? @alexcrichton @tedsta @raphlinus
Diffstat (limited to 'src/libstd/sys')
| -rw-r--r-- | src/libstd/sys/unix/process/magenta.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/process/magenta.rs b/src/libstd/sys/unix/process/magenta.rs index 319fbce35cd..2bb005be4ec 100644 --- a/src/libstd/sys/unix/process/magenta.rs +++ b/src/libstd/sys/unix/process/magenta.rs @@ -23,7 +23,6 @@ pub type mx_rights_t = u32; pub type mx_status_t = i32; pub type mx_size_t = usize; -pub type mx_ssize_t = isize; pub const MX_HANDLE_INVALID: mx_handle_t = 0; |
