]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enable sys_fadvise64_64 on arm32.
authorJulian Seward <jseward@acm.org>
Wed, 15 Oct 2014 15:57:11 +0000 (15:57 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 15 Oct 2014 15:57:11 +0000 (15:57 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14631

coregrind/m_syswrap/syswrap-arm-linux.c

index b2ba414f6bee911a7e74bd7114ee63327c1c635e..baa6380f2700d9a38f5bb4a0257da9b6a17a0461 100644 (file)
@@ -1088,7 +1088,6 @@ static SyscallTableEntry syscall_main_table[] = {
 
    LINX_(__NR_tgkill,            sys_tgkill),         // 270 */Linux
    GENX_(__NR_utimes,            sys_utimes),         // 271
-//   LINX_(__NR_fadvise64_64,      sys_fadvise64_64),   // 272 */(Linux?)
    GENX_(__NR_vserver,           sys_ni_syscall),     // 273
    LINX_(__NR_mbind,             sys_mbind),          // 274 ?/?
 
@@ -1189,6 +1188,8 @@ static SyscallTableEntry syscall_main_table[] = {
    // correspond to what's in include/vki/vki-scnums-arm-linux.h.
    // From here onwards, please ensure the numbers are correct.
 
+   LINX_(__NR_arm_fadvise64_64,  sys_fadvise64_64),     // 270 */(Linux?)
+
    LINX_(__NR_pselect6,          sys_pselect6),         // 335
    LINXY(__NR_ppoll,             sys_ppoll),            // 336