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:
Petar Jovanovic 2019-08-05 16:00:45 +00:00
parent 161d22f0af
commit 60b477684c

View 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