mips32: hook up vmsplice syscall

Hook up vmsplice syscall for mips32.

This fixes vmsplice01 failure in the LTP test suite.
This commit is contained in:
Petar Jovanovic 2019-08-21 12:47:11 +00:00
parent 23a950be4b
commit cb366f2680

View File

@ -1063,6 +1063,7 @@ static SyscallTableEntry syscall_main_table[] = {
LINX_ (__NR_splice, sys_splice), // 304
PLAX_ (__NR_sync_file_range, sys_sync_file_range), // 305
LINX_ (__NR_tee, sys_tee), // 306
LINXY (__NR_vmsplice, sys_vmsplice), // 307
//..
LINX_ (__NR_set_robust_list, sys_set_robust_list), // 309
LINXY (__NR_get_robust_list, sys_get_robust_list), // 310