mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 01:40:30 +00:00
xtensa: wire up statx system call
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
e640cc3063
commit
1493aa65ad
@ -774,7 +774,10 @@ __SYSCALL(349, sys_pkey_alloc, 2)
|
||||
#define __NR_pkey_free 350
|
||||
__SYSCALL(350, sys_pkey_free, 1)
|
||||
|
||||
#define __NR_syscall_count 351
|
||||
#define __NR_statx 351
|
||||
__SYSCALL(351, sys_statx, 5)
|
||||
|
||||
#define __NR_syscall_count 352
|
||||
|
||||
/*
|
||||
* sysxtensa syscall handler
|
||||
|
Loading…
Reference in New Issue
Block a user