X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Faio%2Faio_error.c;fp=src%2Faio%2Faio_error.c;h=169a9a3063b265e1e1d09ba05eec1c5217b8ad42;hp=0000000000000000000000000000000000000000;hb=b4de6f93aed733b8fc8d103e5ced69ebe7d659e6;hpb=96cea94ad258be262ecf15b33d13cf775e59720d diff --git a/src/aio/aio_error.c b/src/aio/aio_error.c new file mode 100644 index 00000000..169a9a30 --- /dev/null +++ b/src/aio/aio_error.c @@ -0,0 +1,6 @@ +#include + +int aio_error(struct aiocb *cb) +{ + return cb->__err; +}