]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge, from trunk:
authorJulian Seward <jseward@acm.org>
Mon, 17 Oct 2016 17:11:02 +0000 (17:11 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 17 Oct 2016 17:11:02 +0000 (17:11 +0000)
  16031  mips32: add pselect6 to the list of supported syscalls

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_12_BRANCH@16055

coregrind/m_syswrap/syswrap-mips32-linux.c

index b32e4cc77687186b84e25f0bcdbb3507cfc02c22..97f900738acbe0a548f7a64829a284c752a682a1 100644 (file)
@@ -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