From: Mark Wielaard Date: Sat, 18 Nov 2023 01:31:02 +0000 (+0100) Subject: syswrap preadv2 and pwritev2 also on ppc32-linux X-Git-Tag: VALGRIND_3_23_0~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28cd1126bfe9c900aabfc6f74acb5ee25b7cdbf;p=thirdparty%2Fvalgrind.git syswrap preadv2 and pwritev2 also on ppc32-linux --- diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index 7edb8bf3cd..f3599894c6 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c @@ -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