From aad1e4a0bbc7c53af333623cc76a71a61bd704fc Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 29 Nov 2016 09:39:39 +0000 Subject: [PATCH] x32: wire up preadv2 and pwritev2 syscalls * linux/x32/syscallent.h [546]: Add preadv2 entry. [547]: Add pwritev2 entry. --- linux/x32/syscallent.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/x32/syscallent.h b/linux/x32/syscallent.h index ab2ad5e8..8749b9de 100644 --- a/linux/x32/syscallent.h +++ b/linux/x32/syscallent.h @@ -369,3 +369,5 @@ [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" }, -- 2.40.0