aboutsummaryrefslogtreecommitdiffstats
path: root/man3/aio_error.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/aio_error.3')
-rw-r--r--man3/aio_error.36
1 files changed, 5 insertions, 1 deletions
diff --git a/man3/aio_error.3 b/man3/aio_error.3
index 121e7ec31b..4550850e94 100644
--- a/man3/aio_error.3
+++ b/man3/aio_error.3
@@ -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 ()