mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 19:54:18 +00:00
mips32: hook up waitid syscall
Hook up waitid syscall for mips32. This fixes waitid01 failure in the LTP test suite.
This commit is contained in:
parent
7a1647df5e
commit
f5a6ad6e78
@ -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
|
||||
//..
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user