Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

xtensa: add accept4 syscall



Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent c50842df
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -731,7 +731,10 @@ __SYSCALL(331, sys_kcmp, 5)
#define __NR_finit_module			332
#define __NR_finit_module			332
__SYSCALL(332, sys_finit_module, 3)
__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
 * sysxtensa syscall handler