Skip to content

Commit 1493aa6

Browse files
committed
xtensa: wire up statx system call
Signed-off-by: Max Filippov <[email protected]>
1 parent e640cc3 commit 1493aa6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/xtensa/include/uapi/asm/unistd.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,10 @@ __SYSCALL(349, sys_pkey_alloc, 2)
774774
#define __NR_pkey_free 350
775775
__SYSCALL(350, sys_pkey_free, 1)
776776

777-
#define __NR_syscall_count 351
777+
#define __NR_statx 351
778+
__SYSCALL(351, sys_statx, 5)
779+
780+
#define __NR_syscall_count 352
778781

779782
/*
780783
* sysxtensa syscall handler

0 commit comments

Comments
 (0)