mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Enable pread64 on arm-linux.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11016
This commit is contained in:
parent
b876f6a0ff
commit
9ff9c8291a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user