]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips32: add pselect6 to the list of supported syscalls
authorPetar Jovanovic <mips32r2@gmail.com>
Fri, 7 Oct 2016 17:04:33 +0000 (17:04 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Fri, 7 Oct 2016 17:04:33 +0000 (17:04 +0000)
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

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