merge unlink variants
[trinity.git] / syscalls / io_destroy.c
blob7f80d0426791c1de25cb5e10319c3f89153f49c1
1 /*
2 * SYSCALL_DEFINE1(io_destroy, aio_context_t, ctx)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_io_destroy = {
7 .name = "io_destroy",
8 .num_args = 1,
9 .arg1name = "ctx",