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.
This commit is contained in:
parent
76ebcf1476
commit
197829aa45
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user