]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips32: hook up waitid syscall
authorPetar Jovanovic <mips32r2@gmail.com>
Tue, 26 Nov 2019 13:10:47 +0000 (13:10 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Tue, 26 Nov 2019 13:10:47 +0000 (13:10 +0000)
Hook up waitid syscall for mips32.

This fixes waitid01 failure in the LTP test suite.

coregrind/m_syswrap/syswrap-mips32-linux.c

index ace3c1e7ac9d858e6d7d7553fa0ef1fa2d1a30cc..bc3699f38e231102888304ab01d70dfd8fd001a8 100644 (file)
@@ -1041,6 +1041,7 @@ static SyscallTableEntry syscall_main_table[] = {
    LINX_ (__NR_inotify_init,           sys_inotify_init),            // 275
    LINX_ (__NR_inotify_add_watch,      sys_inotify_add_watch),       // 276
    LINX_ (__NR_inotify_rm_watch,       sys_inotify_rm_watch),        // 277
+   LINXY (__NR_waitid,                 sys_waitid),                  // 278
    //..
    PLAX_ (__NR_set_thread_area,        sys_set_thread_area),         // 283
    //..