@@ -1,6 +1,6 @@
#include <aio.h>
-int aio_error(struct aiocb *cb)
+int aio_error(const struct aiocb *cb)
{
return cb->__err;
}