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:
Petar Jovanovic 2019-11-26 13:10:47 +00:00
parent 7a1647df5e
commit f5a6ad6e78

View 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
//..