]> granicus.if.org Git - strace/commitdiff
avr32: wire up preadv2 and pwritev2 syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 1 Sep 2016 22:04:08 +0000 (22:04 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 5 Sep 2016 13:04:29 +0000 (13:04 +0000)
* linux/avr32/syscallent.h [326]: Add preadv2 entry.
[327]: Add pwritev2 entry.

linux/avr32/syscallent.h

index 9204c902beccc91d27f5711917dcd7ade044fd2f..6a04889b1c4628652608935bccb053941c713d09 100644 (file)
 [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"              },