We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8624caf commit 86b92f3Copy full SHA for 86b92f3
src/unix/linux_like/android/mod.rs
@@ -2394,15 +2394,15 @@ extern "C" {
2394
remote_iov: *const ::iovec,
2395
riovcnt: ::c_ulong,
2396
flags: ::c_ulong,
2397
- ) -> isize;
+ ) -> ::ssize_t;
2398
pub fn process_vm_writev(
2399
pid: ::pid_t,
2400
local_iov: *const ::iovec,
2401
liovcnt: ::c_ulong,
2402
2403
2404
2405
2406
pub fn ptrace(request: ::c_int, ...) -> ::c_long;
2407
pub fn getpriority(which: ::c_int, who: ::id_t) -> ::c_int;
2408
pub fn setpriority(which: ::c_int, who: ::id_t, prio: ::c_int) -> ::c_int;
0 commit comments