avr32: wire up missing syscalls
* linux/avr32/syscallent.h [322..324]: Add userfaultfd, membarrier, and mlock2 entries.
This commit is contained in:
parent
0aae167293
commit
3a630751eb
@ -347,3 +347,6 @@
|
||||
[319] = { 3, TD, SEN(bpf), "bpf", },
|
||||
[320] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },
|
||||
[321] = { 4, TN, SEN(accept4), "accept4" },
|
||||
[322] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
|
||||
[323] = { 2, 0, SEN(membarrier), "membarrier", },
|
||||
[324] = { 3, TM, SEN(mlock2), "mlock2" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user