From: Petar Jovanovic Date: Fri, 7 Oct 2016 17:04:33 +0000 (+0000) Subject: mips32: add pselect6 to the list of supported syscalls X-Git-Tag: svn/VALGRIND_3_13_0~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e45ce45ac6c6b1c38aedf4fd7c90941ff3de4f6;p=thirdparty%2Fvalgrind.git mips32: add pselect6 to the list of supported syscalls Add pselect6 to the list of supported syscalls on MIPS32. It fixes: none/tests/pselect_alarm (stderr) none/tests/pselect_sigmask_null (stderr) on mips32 platforms. Patch by Aleksandra Karadzic. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16031 --- diff --git a/coregrind/m_syswrap/syswrap-mips32-linux.c b/coregrind/m_syswrap/syswrap-mips32-linux.c index b32e4cc776..97f900738a 100644 --- a/coregrind/m_syswrap/syswrap-mips32-linux.c +++ b/coregrind/m_syswrap/syswrap-mips32-linux.c @@ -1138,7 +1138,7 @@ static SyscallTableEntry syscall_main_table[] = { LINX_ (__NR_readlinkat, sys_readlinkat), // 298 LINX_ (__NR_fchmodat, sys_fchmodat), // 299 LINX_ (__NR_faccessat, sys_faccessat), // 300 - //.. + LINXY (__NR_pselect6, sys_pselect6), // 301 LINXY (__NR_ppoll, sys_ppoll), // 302 //.. LINX_ (__NR_set_robust_list, sys_set_robust_list), // 309