mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 19:54:18 +00:00
mips32: hook up lsetxattr syscall
Hook up lsetxattr syscall for mips32. This fixes llistxattr01 and several other tests in the LTP test suite.
This commit is contained in:
parent
161d22f0af
commit
60b477684c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user