diff options
| author | Chris Zankel <chris@zankel.net> | 2013-02-23 22:09:57 -0500 |
|---|---|---|
| committer | Chris Zankel <chris@zankel.net> | 2013-02-26 01:48:51 -0500 |
| commit | 9cf81c759b7db1db593b2ca60b74ec350d5f9205 (patch) | |
| tree | 479ecb9531b6b555e2c5c3e5c795418dd8f63e1e /arch/xtensa/include/uapi | |
| parent | c50842df47970eab459f13490c152aac85fc02f2 (diff) | |
xtensa: add accept4 syscall
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/include/uapi')
| -rw-r--r-- | arch/xtensa/include/uapi/asm/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/xtensa/include/uapi/asm/unistd.h b/arch/xtensa/include/uapi/asm/unistd.h index 7010caa1a234..e10746335457 100644 --- a/arch/xtensa/include/uapi/asm/unistd.h +++ b/arch/xtensa/include/uapi/asm/unistd.h | |||
| @@ -731,7 +731,10 @@ __SYSCALL(331, sys_kcmp, 5) | |||
| 731 | #define __NR_finit_module 332 | 731 | #define __NR_finit_module 332 |
| 732 | __SYSCALL(332, sys_finit_module, 3) | 732 | __SYSCALL(332, sys_finit_module, 3) |
| 733 | 733 | ||
| 734 | #define __NR_syscall_count 333 | 734 | #define __NR_accept4 333 |
| 735 | __SYSCALL(333, sys_accept4, 4) | ||
| 736 | |||
| 737 | #define __NR_syscall_count 334 | ||
| 735 | 738 | ||
| 736 | /* | 739 | /* |
| 737 | * sysxtensa syscall handler | 740 | * sysxtensa syscall handler |
