fix(nix-bindings-rust): fix aarch64 abi support
This commit is contained in:
parent
17f0e655fd
commit
46656f6056
2 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ mod tests {
|
|||
raw::set_err_msg(
|
||||
ctx_ptr,
|
||||
raw::err_NIX_ERR_UNKNOWN.try_into().unwrap(),
|
||||
b"dummy error message\0".as_ptr() as *const i8,
|
||||
b"dummy error message\0".as_ptr() as *const std::os::raw::c_char,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue