Commit 9cf81c75 authored by Chris Zankel's avatar Chris Zankel

xtensa: add accept4 syscall

Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent c50842df
......@@ -731,7 +731,10 @@ __SYSCALL(331, sys_kcmp, 5)
#define __NR_finit_module 332
__SYSCALL(332, sys_finit_module, 3)
#define __NR_syscall_count 333
#define __NR_accept4 333
__SYSCALL(333, sys_accept4, 4)
#define __NR_syscall_count 334
/*
* sysxtensa syscall handler
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment