avr32: wire up accept4 syscall
The accept4 syscall is missing on AVR32. Fix this. Signed-off-by: Mans Rullgard <mans@mansr.com> Acked-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
This commit is contained in:

committed by
Hans-Christian Egtvedt

parent
afd2ff9b7e
commit
6067a0037c
@@ -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 */
|
||||
|
Reference in New Issue
Block a user