]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
syswrap preadv2 and pwritev2 also on ppc32-linux
authorMark Wielaard <mark@klomp.org>
Sat, 18 Nov 2023 01:31:02 +0000 (02:31 +0100)
committerMark Wielaard <mark@klomp.org>
Sat, 18 Nov 2023 01:31:02 +0000 (02:31 +0100)
coregrind/m_syswrap/syswrap-ppc32-linux.c

index 7edb8bf3cdea3be8ae7e23cd208dd6326c4834d2..f3599894c6c44d53f93834cd4a942f9ebba7becc 100644 (file)
@@ -1025,6 +1025,8 @@ static SyscallTableEntry syscall_table[] = {
    LINX_ (__NR_execveat,         sys_execveat),         // 362
 
    LINX_(__NR_copy_file_range,   sys_copy_file_range),  // 379
+   LINX_(__NR_preadv2,           sys_preadv2),          // 380
+   LINX_(__NR_pwritev2,          sys_pwritev2),         // 381
 
    LINXY(__NR_statx,             sys_statx),            // 383