-EINPROGRESS => EINPROGRESS

This was SVN commit r197.
This commit is contained in:
Simon Brenner 2004-04-09 12:38:47 +00:00
parent 89ab9643dc
commit 5defaa9416

View File

@ -542,7 +542,7 @@ int aio_error(const struct aiocb* cb)
case 0:
return 0;
case STATUS_PENDING:
return -EINPROGRESS;
return EINPROGRESS;
// TODO: errors
default: