Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 29 Apr 2020 20:20:27 +0000 (13:20 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 29 Apr 2020 20:20:27 +0000 (13:20 -0700)
commitad9fd65d716f1ccd757b6b2feeee826d0f187ed4
treeeb570c463fc835feb7b7a6a0a666eacb5b5a73d2
parent07fe93cd9850696f3f13a8fd0d0f7c37e3fe7f37
Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]

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.
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/process_vm_readv.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/process_vm_writev.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/syscalls.list