index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
src
/
aio
/
aio_return.c
blob: df10bdbe2272f27f08da033b4c6d153d9c80077d (
plain
) (
tree
)
b4de6f93
^
1
2
3
4
5
6
#include
<aio.h>
ssize_t
aio_return
(
struct
aiocb
*
cb
)
{
return
cb
->
__ret
;
}