]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips32: hook up fsetxattr syscall
authorPetar Jovanovic <mips32r2@gmail.com>
Fri, 2 Aug 2019 16:56:25 +0000 (16:56 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Fri, 2 Aug 2019 16:56:25 +0000 (16:56 +0000)
Hook up fsetxattr syscall for mips32.
This fixes fgetxattr03 and several other tests in the LTP test suite.

coregrind/m_syswrap/syswrap-mips32-linux.c

index a569347b8b8ccc8923110f8f7cfe5c4a4c1ea444..544deab68699859e81709cb7498343a46c91f238 100644 (file)
@@ -965,6 +965,7 @@ static SyscallTableEntry syscall_main_table[] = {
    //..
    LINX_ (__NR_setxattr,               sys_setxattr),                // 224
    //..
+   LINX_ (__NR_fsetxattr,              sys_fsetxattr),               // 226
    LINXY (__NR_getxattr,               sys_getxattr),                // 227
    LINXY (__NR_lgetxattr,              sys_lgetxattr),               // 228
    LINXY (__NR_fgetxattr,              sys_fgetxattr),               // 229