b4de6f93
36c30c4d
7c131a31
1
2
3
4
5 6 7
8 9
#include <aio.h> #include "libc.h" int aio_error(const struct aiocb *cb) { return cb->__err; } LFS64(aio_error);