index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
aio
/
aio_return.c
blob: df10bdbe2272f27f08da033b4c6d153d9c80077d (
plain
) (
blame
)
1
2
3
4
5
6
#include
<aio.h>
ssize_t
aio_return
(
struct
aiocb
*
cb
)
{
return
cb
->
__ret
;
}