mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Enable the pselect6 wrapper on amd64-linux.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6530
This commit is contained in:
parent
648b3b2707
commit
967cd7b6fd
@ -1325,7 +1325,7 @@ const SyscallTableEntry ML_(syscall_table)[] = {
|
||||
LINX_(__NR_fchmodat, sys_fchmodat), // 268
|
||||
LINX_(__NR_faccessat, sys_faccessat), // 269
|
||||
|
||||
// LINX_(__NR_pselect6, sys_ni_syscall), // 270
|
||||
LINX_(__NR_pselect6, sys_pselect6), // 270
|
||||
// LINXY(__NR_ppoll, sys_ni_syscall), // 271
|
||||
// LINX_(__NR_unshare, sys_unshare), // 272
|
||||
LINX_(__NR_set_robust_list, sys_set_robust_list), // 273
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user