From: Julian Seward Date: Tue, 17 May 2011 16:07:33 +0000 (+0000) Subject: Enable sys_pwrite64 on ppc64-linux. Fixes #272955. X-Git-Tag: svn/VALGRIND_3_7_0~472 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2aaad41ccc2dbe006872ab86388b77275501bd5;p=thirdparty%2Fvalgrind.git Enable sys_pwrite64 on ppc64-linux. Fixes #272955. (Maynard Johnson, maynardj@us.ibm.com) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11765 --- diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index 1e9e96c929..6e91052d78 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c @@ -1380,7 +1380,7 @@ static SyscallTableEntry syscall_table[] = { // _____(__NR_rt_sigsuspend, sys_rt_sigsuspend), // 178 GENXY(__NR_pread64, sys_pread64), // 179 -// _____(__NR_pwrite64, sys_pwrite64), // 180 + GENX_(__NR_pwrite64, sys_pwrite64), // 180 GENX_(__NR_chown, sys_chown), // 181 GENXY(__NR_getcwd, sys_getcwd), // 182 LINXY(__NR_capget, sys_capget), // 183