x32: fix syscall entries for x86_64 variants of io_setup and io_submit
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 25 Jul 2016 09:30:02 +0000 (09:30 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 25 Jul 2016 09:30:02 +0000 (09:30 +0000)
* linux/x32/syscallent.h (64:io_setup, 64:io_submit): Change handler
to printargs.

linux/x32/syscallent.h

index 965a5dcc5de37096e3737f5f196685a109d06a3f..d07ff1c9efd0c6447e827f7f69d8bbbff88df3e9 100644 (file)
 [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"        },