index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
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; }