Skip to content

Commit

Permalink
xtensa: add accept4 syscall
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Zankel <[email protected]>
  • Loading branch information
czankel committed Feb 26, 2013
1 parent c50842d commit 9cf81c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/xtensa/include/uapi/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cf81c7

Please sign in to comment.