include/linux/syscalls.h:
856 asmlinkage long sys_process_vm_readv(pid_t pid, 857 const struct iovec __user *lvec, 858 unsigned long liovcnt, 859 const struct iovec __user *rvec, 860 unsigned long riovcnt, 861 unsigned long flags); 862 asmlinkage long sys_process_vm_writev(pid_t pid, 863 const struct iovec __user *lvec, 864 unsigned long liovcnt, 865 const struct iovec __user *rvec, 866 unsigned long riovcnt, 867 unsigned long flags);
And here is a bookmark to the relevant file in LXR.
It's been a long time since I hacked on Linux, but I wonder what other interesting things have been added since I went over to the dark side (or came back to it, depending upon how you look at it).
It's been a long time since I hacked on Linux, but I wonder what other interesting things have been added since I went over to the dark side (or came back to it, depending upon how you look at it).
No comments:
Post a Comment