|
From: <sv...@va...> - 2016-10-17 17:11:09
|
Author: sewardj
Date: Mon Oct 17 18:11:02 2016
New Revision: 16055
Log:
Merge, from trunk:
16031 mips32: add pselect6 to the list of supported syscalls
Modified:
branches/VALGRIND_3_12_BRANCH/ (props changed)
branches/VALGRIND_3_12_BRANCH/coregrind/m_syswrap/syswrap-mips32-linux.c
Modified: branches/VALGRIND_3_12_BRANCH/coregrind/m_syswrap/syswrap-mips32-linux.c
==============================================================================
--- branches/VALGRIND_3_12_BRANCH/coregrind/m_syswrap/syswrap-mips32-linux.c (original)
+++ branches/VALGRIND_3_12_BRANCH/coregrind/m_syswrap/syswrap-mips32-linux.c Mon Oct 17 18:11:02 2016
@@ -1138,7 +1138,7 @@
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
|