]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/aio_error.3
aio_cancel.3, aio_error.3, aio_fsync.3, aio_read.3, aio_return.3, aio_suspend.3,...
[thirdparty/man-pages.git] / man3 / aio_error.3
index 121e7ec31b923666705b0aadcb5114681af49ef5..4550850e9426f9c488e6b1b61e1de90b96565e92 100644 (file)
@@ -20,7 +20,7 @@
 .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
 .\" USA.
 .\"
-.TH AIO_ERROR 3 2010-10-03  "" "Linux Programmer's Manual"
+.TH AIO_ERROR 3 2012-05-08  "" "Linux Programmer's Manual"
 .SH NAME
 aio_error \- get error status of asynchronous I/O operation
 .SH SYNOPSIS
@@ -70,6 +70,10 @@ does not point at a control block for an asynchronous I/O request
 of which the return status (see
 .BR aio_return (3))
 has not been retrieved yet.
+.TP
+.B ENOSYS
+.BR aio_error ()
+is not implemented.
 .SH VERSIONS
 The
 .BR aio_error ()