about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/process_vm_writev.c
Commit message (Collapse)AuthorAgeFilesLines
* Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]H.J. Lu2020-04-291-0/+32
Since the the U marker can only be applied to 2 unsigned long arguments in syscalls.list files, add a C wrapper for process_vm_readv and process_vm_writev syscals which have more than 2 unsigned long arguments.