1 2 3 4 5 6 7 8 9
#include <aio.h> #include "libc.h" ssize_t aio_return(struct aiocb *cb) { return cb->__ret; } LFS64(aio_return);