From: Dmitry V. Levin Date: Sun, 10 Jan 2016 21:38:03 +0000 (+0000) Subject: avr32: wire up accept4 syscall X-Git-Tag: v4.12~663 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b87572952dacd895d05652d65fd7bc00185377c;p=strace avr32: wire up accept4 syscall * linux/avr32/syscallent.h [321]: Add accept4 entry. --- 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" },