avr32: wire up accept4 syscall

* linux/avr32/syscallent.h [321]: Add accept4 entry.
This commit is contained in:
Дмитрий Левин 2016-01-10 21:38:03 +00:00
parent 7de53317ab
commit 5b87572952

View File

@ -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" },