]> git.ipfire.org Git - thirdparty/glibc.git/commit
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>
Thu, 7 May 2020 12:12:27 +0000 (05:12 -0700)
commitbc33a4d53c1ef7207e718cc1243f2b38956cfd6f
treed284bf7389f4487fadbf4082430ef60d3d03aaee
parenta604ee4a5488d86eabb801b0095e22a94056d0b1
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.

(cherry picked from commit ad9fd65d716f1ccd757b6b2feeee826d0f187ed4)
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