提交 6067a003 编写于 作者: M Mans Rullgard 提交者: Hans-Christian Egtvedt

avr32: wire up accept4 syscall

The accept4 syscall is missing on AVR32.  Fix this.
Signed-off-by: NMans Rullgard <mans@mansr.com>
Acked-by: NHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
上级 afd2ff9b
......@@ -333,5 +333,6 @@
#define __NR_memfd_create 318
#define __NR_bpf 319
#define __NR_execveat 320
#define __NR_accept4 321
#endif /* _UAPI__ASM_AVR32_UNISTD_H */
......@@ -334,4 +334,5 @@ sys_call_table:
.long sys_memfd_create
.long sys_bpf
.long sys_execveat /* 320 */
.long sys_accept4
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册