提交 7c131a31 编写于 作者: R Rich Felker

fix inconsistent signature for aio_error

上级 4da289e1
#include <aio.h> #include <aio.h>
int aio_error(struct aiocb *cb) int aio_error(const struct aiocb *cb)
{ {
return cb->__err; return cb->__err;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册