Enable pread64 on arm-linux.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11016
This commit is contained in:
Julian Seward 2010-01-04 21:05:42 +00:00
parent b876f6a0ff
commit 9ff9c8291a

View File

@ -1460,7 +1460,7 @@ static SyscallTableEntry syscall_main_table[] = {
LINXY(__NR_rt_sigqueueinfo, sys_rt_sigqueueinfo),// 178
LINX_(__NR_rt_sigsuspend, sys_rt_sigsuspend), // 179
// GENXY(__NR_pread64, sys_pread64_on32bitplat), // 180
GENXY(__NR_pread64, sys_pread64), // 180
//GENX_(__NR_pwrite64, sys_pwrite64_on32bitplat), // 181
LINX_(__NR_chown, sys_chown16), // 182
GENXY(__NR_getcwd, sys_getcwd), // 183