We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3038f30 commit 88af5bfCopy full SHA for 88af5bf
src/libstd/sys/unix/process/magenta.rs
@@ -23,7 +23,6 @@ pub type mx_rights_t = u32;
23
pub type mx_status_t = i32;
24
25
pub type mx_size_t = usize;
26
-pub type mx_ssize_t = isize;
27
28
pub const MX_HANDLE_INVALID: mx_handle_t = 0;
29
0 commit comments