| 19 | #endif |
| 20 | |
| 21 | static ssize_t call_process_vm_readv(pid_t pid, |
| 22 | const iovec *lvec, |
| 23 | unsigned long liovcnt, |
| 24 | const iovec *rvec, |
| 25 | unsigned long riovcnt, |
| 26 | unsigned long flags) |
| 27 | { |
| 28 | return syscall(syscall_rpmv_n, pid, lvec, liovcnt, rvec, riovcnt, flags); |
| 29 | } |
| 30 | |
| 31 | static ssize_t call_process_vm_writev(pid_t pid, |
| 32 | const iovec *lvec, |