From 5b87572952dacd895d05652d65fd7bc00185377c Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 10 Jan 2016 21:38:03 +0000 Subject: [PATCH] avr32: wire up accept4 syscall * linux/avr32/syscallent.h [321]: Add accept4 entry. --- linux/avr32/syscallent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index e4c11fcf..8652f8f9 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -346,3 +346,4 @@ [318] = { 2, TD, SEN(memfd_create), "memfd_create", }, [319] = { 3, TD, SEN(bpf), "bpf", }, [320] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", }, +[321] = { 4, TN, SEN(accept4), "accept4" },