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
This commit is contained in:
commit
e9a2a77746
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue