1
0

aio_error.c 79 B

123456
  1. #include <aio.h>
  2. int aio_error(const struct aiocb *cb)
  3. {
  4. return cb->__err;
  5. }