Skip to content

Commit 88af5bf

Browse files
committed
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.
1 parent 3038f30 commit 88af5bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/sys/unix/process/magenta.rs

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pub type mx_rights_t = u32;
2323
pub type mx_status_t = i32;
2424

2525
pub type mx_size_t = usize;
26-
pub type mx_ssize_t = isize;
2726

2827
pub const MX_HANDLE_INVALID: mx_handle_t = 0;
2928

0 commit comments

Comments
 (0)