update mips cancellation-point syscall asm with 7-arg and r25 fixes
[oweals/musl.git] / src / aio / aio_error.c
1 #include <aio.h>
2
3 int aio_error(const struct aiocb *cb)
4 {
5         return cb->__err;
6 }