repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove [64] cleanup TODO
[trinity.git]
/
syscalls
/
io_destroy.c
blob
7f80d0426791c1de25cb5e10319c3f89153f49c1
1
/*
2
* SYSCALL_DEFINE1(io_destroy, aio_context_t, ctx)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_io_destroy
= {
7
.
name
=
"io_destroy"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"ctx"
,
10
};