Wire up dup3 on arm. Fixes BZ#299629.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12728
This commit is contained in:
Tom Hughes 2012-07-11 13:54:04 +00:00
parent e08776c783
commit 0f1fdb8f37

View File

@ -1885,7 +1885,7 @@ static SyscallTableEntry syscall_main_table[] = {
LINXY(__NR_signalfd4, sys_signalfd4), // 355
LINX_(__NR_eventfd2, sys_eventfd2), // 356
LINXY(__NR_epoll_create1, sys_epoll_create1), // 357
LINXY(__NR_dup3, sys_dup3), // 358
LINXY(__NR_pipe2, sys_pipe2), // 359
LINXY(__NR_inotify_init1, sys_inotify_init1), // 360