From: Dmitry V. Levin Date: Tue, 29 Mar 2016 00:01:07 +0000 (+0000) Subject: avr32: wire up copy_file_range syscall X-Git-Tag: v4.12~485 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbc68b70343a4168eb3daeceeb9a529d53d71136;p=strace avr32: wire up copy_file_range syscall * linux/avr32/syscallent.h [325]: Add copy_file_range entry. --- diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index 84015d44..de90634c 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -350,3 +350,4 @@ [322] = { 1, TD, SEN(userfaultfd), "userfaultfd", }, [323] = { 2, 0, SEN(membarrier), "membarrier", }, [324] = { 3, TM, SEN(mlock2), "mlock2" }, +[325] = { 6, TD, SEN(copy_file_range), "copy_file_range" },