]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips32: hook up lsetxattr syscall
authorPetar Jovanovic <mips32r2@gmail.com>
Mon, 5 Aug 2019 16:00:45 +0000 (16:00 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Tue, 13 Aug 2019 12:20:38 +0000 (12:20 +0000)
Hook up lsetxattr syscall for mips32.
This fixes llistxattr01 and several other tests in the LTP test suite.

coregrind/m_syswrap/syswrap-mips32-linux.c

index 544deab68699859e81709cb7498343a46c91f238..d9e3a04e2e587b41570f01456665433cb04138c7 100644 (file)
@@ -964,7 +964,7 @@ static SyscallTableEntry syscall_main_table[] = {
    LINX_ (__NR_gettid,                 sys_gettid),                  // 222
    //..
    LINX_ (__NR_setxattr,               sys_setxattr),                // 224
-   //..
+   LINX_ (__NR_lsetxattr,              sys_lsetxattr),               // 225
    LINX_ (__NR_fsetxattr,              sys_fsetxattr),               // 226
    LINXY (__NR_getxattr,               sys_getxattr),                // 227
    LINXY (__NR_lgetxattr,              sys_lgetxattr),               // 228