From: Julian Seward Date: Fri, 20 Jan 2006 21:46:03 +0000 (+0000) Subject: Handle __NR_madvise. X-Git-Tag: svn/VALGRIND_3_2_0~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c53cdd12af860b5e80bcde6dc1f90dbfb715ea29;p=thirdparty%2Fvalgrind.git Handle __NR_madvise. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5577 --- diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index 88a6b5a943..718f025a78 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c @@ -1418,7 +1418,7 @@ const SyscallTableEntry ML_(syscall_table)[] = { // _____(__NR_pivot_root, sys_pivot_root), // 203 GENXY(__NR_fcntl64, sys_fcntl64), // 204 !!!!?? 32bit only */ -// _____(__NR_madvise, sys_madvise), // 205 + GENX_(__NR_madvise, sys_madvise), // 205 // _____(__NR_mincore, sys_mincore), // 206 LINX_(__NR_gettid, sys_gettid), // 207 // _____(__NR_tkill, sys_tkill), // 208