169a9a3063b265e1e1d09ba05eec1c5217b8ad42
[musl] / src / aio / aio_error.c
1 #include <aio.h>
2
3 int aio_error(struct aiocb *cb)
4 {
5         return cb->__err;
6 }