From: Dmitry V. Levin Date: Thu, 1 Sep 2016 22:04:08 +0000 (+0000) Subject: avr32: wire up preadv2 and pwritev2 syscalls X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ff4be2bd2dd27017e3b3f704d9879647b8748be;p=strace avr32: wire up preadv2 and pwritev2 syscalls * linux/avr32/syscallent.h [326]: Add preadv2 entry. [327]: Add pwritev2 entry. --- diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index 9204c902..6a04889b 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -351,3 +351,5 @@ [323] = { 2, 0, SEN(membarrier), "membarrier", }, [324] = { 3, TM, SEN(mlock2), "mlock2" }, [325] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, +[326] = { 6, TD, SEN(preadv2), "preadv2" }, +[327] = { 6, TD, SEN(pwritev2), "pwritev2" },