We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19fd504 + 1931ee4 commit 02a3860Copy full SHA for 02a3860
src/unix/notbsd/linux/mod.rs
@@ -612,6 +612,18 @@ extern {
612
resource: ::c_int,
613
new_limit: *const ::rlimit64,
614
old_limit: *mut ::rlimit64) -> ::c_int;
615
+ pub fn process_vm_readv(pid: ::pid_t,
616
+ local_iov: *const ::iovec,
617
+ liovcnt: ::c_ulong,
618
+ remote_iov: *const ::iovec,
619
+ riovcnt: ::c_ulong,
620
+ flags: ::c_ulong) -> isize;
621
+ pub fn process_vm_writev(pid: ::pid_t,
622
623
624
625
626
627
}
628
629
cfg_if! {
0 commit comments