]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips32: hook up vmsplice syscall
authorPetar Jovanovic <mips32r2@gmail.com>
Wed, 21 Aug 2019 12:47:11 +0000 (12:47 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Wed, 21 Aug 2019 12:47:11 +0000 (12:47 +0000)
Hook up vmsplice syscall for mips32.

This fixes vmsplice01 failure in the LTP test suite.

coregrind/m_syswrap/syswrap-mips32-linux.c

index 9512510104b1b86a5947caf040c3119dcdca84cd..ace3c1e7ac9d858e6d7d7553fa0ef1fa2d1a30cc 100644 (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