From 197829aa45837a1e7d5d20d7b6027e2ab3c17f9e Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 25 Jul 2016 09:30:02 +0000 Subject: [PATCH] x32: fix syscall entries for x86_64 variants of io_setup and io_submit * linux/x32/syscallent.h (64:io_setup, 64:io_submit): Change handler to printargs. --- linux/x32/syscallent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/x32/syscallent.h b/linux/x32/syscallent.h index 965a5dcc..d07ff1c9 100644 --- a/linux/x32/syscallent.h +++ b/linux/x32/syscallent.h @@ -204,10 +204,10 @@ [203] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, [204] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" }, [205] = { 1, 0, SEN(printargs), "64:set_thread_area" }, -[206] = { 2, 0, SEN(io_setup), "64:io_setup" }, +[206] = { 2, 0, SEN(printargs), "64:io_setup" }, [207] = { 1, 0, SEN(io_destroy), "io_destroy" }, [208] = { 5, 0, SEN(io_getevents), "io_getevents" }, -[209] = { 3, 0, SEN(io_submit), "64:io_submit" }, +[209] = { 3, 0, SEN(printargs), "64:io_submit" }, [210] = { 3, 0, SEN(io_cancel), "io_cancel" }, [211] = { 1, 0, SEN(printargs), "64:get_thread_area" }, [212] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" },