]> granicus.if.org Git - strace/commitdiff
x32: wire up preadv2 and pwritev2 syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 29 Nov 2016 09:39:39 +0000 (09:39 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 29 Nov 2016 10:05:16 +0000 (10:05 +0000)
* linux/x32/syscallent.h [546]: Add preadv2 entry.
[547]: Add pwritev2 entry.

linux/x32/syscallent.h

index ab2ad5e83134f87d89ff47b446f5e45d9758150c..8749b9de37345d141fa04cfc83758f0c7c0cdfa7 100644 (file)
 [543] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
 [544] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [545] = { 5,   TD|TF|TP|SE|SI, SEN(execveat),                  "execveat",             },
+[546] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
+[547] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },