merge open variants
[trinity.git] / syscalls / io_setup.c
blob3f416147213168009a73f5fa5da21b643877e6b9
1 /*
2 * SYSCALL_DEFINE2(io_setup, unsigned, nr_events, aio_context_t __user *, ctxp)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_io_setup = {
7 .name = "io_setup",
8 .num_args = 2,
9 .arg1name = "nr_events",
10 .arg2name = "ctxp",
11 .arg2type = ARG_ADDRESS,