From: Petar Jovanovic Date: Tue, 26 Nov 2019 13:10:47 +0000 (+0000) Subject: mips32: hook up waitid syscall X-Git-Tag: VALGRIND_3_16_0~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a6ad6e78f7e9efebb8cbe73acaa635070ff36d;p=thirdparty%2Fvalgrind.git mips32: hook up waitid syscall Hook up waitid syscall for mips32. This fixes waitid01 failure in the LTP test suite. --- diff --git a/coregrind/m_syswrap/syswrap-mips32-linux.c b/coregrind/m_syswrap/syswrap-mips32-linux.c index ace3c1e7ac..bc3699f38e 100644 --- a/coregrind/m_syswrap/syswrap-mips32-linux.c +++ b/coregrind/m_syswrap/syswrap-mips32-linux.c @@ -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 //..