mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 07:16:18 +00:00
int cast on macos
This commit is contained in:
parent
92afe5a46e
commit
f562d61505
4 changed files with 5 additions and 5 deletions
|
@ -80,7 +80,7 @@ pub unsafe extern "C" fn roc_shm_open(
|
|||
oflag: libc::c_int,
|
||||
mode: libc::mode_t,
|
||||
) -> libc::c_int {
|
||||
libc::shm_open(name, oflag, mode)
|
||||
libc::shm_open(name, oflag, mode as _)
|
||||
}
|
||||
|
||||
#[cfg(unix)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue