]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Handle __NR_madvise.
authorJulian Seward <jseward@acm.org>
Fri, 20 Jan 2006 21:46:03 +0000 (21:46 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 20 Jan 2006 21:46:03 +0000 (21:46 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5577

coregrind/m_syswrap/syswrap-ppc64-linux.c

index 88a6b5a9435382f344c235269ecffc1229655164..718f025a784e53b58f4646252c4438ce5fe8de5e 100644 (file)
@@ -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