Use full path to c_char
in README
Co-authored-by: Ralf Jung <post@ralfj.de>
This commit is contained in:
parent
04b2aab141
commit
e81ebb947c
@ -592,7 +592,7 @@ extern "Rust" {
|
||||
/// `out` must point to at least `out_size` many bytes, and the result will be stored there
|
||||
/// with a null terminator.
|
||||
/// Returns 0 if the `out` buffer was large enough, and the required size otherwise.
|
||||
fn miri_host_to_target_path(path: *const c_char, out: *mut c_char, out_size: usize) -> usize;
|
||||
fn miri_host_to_target_path(path: *const std::ffi::c_char, out: *mut std::ffi::c_char, out_size: usize) -> usize;
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user