Page MenuHomeFreeBSD

D49541.diff
No OneTemporary

D49541.diff

diff --git a/lib/libsys/aio_cancel.2 b/lib/libsys/aio_cancel.2
--- a/lib/libsys/aio_cancel.2
+++ b/lib/libsys/aio_cancel.2
@@ -80,13 +80,6 @@
.Fa fildes
argument
is an invalid file descriptor.
-.It Bq Er ENOSYS
-The
-.Fn aio_cancel
-system call is not supported.
-This can occur if
-.Xr aio 4
-support is not present.
.El
.Sh SEE ALSO
.Xr aio_error 2 ,
diff --git a/lib/libsys/aio_error.2 b/lib/libsys/aio_error.2
--- a/lib/libsys/aio_error.2
+++ b/lib/libsys/aio_error.2
@@ -72,13 +72,6 @@
.Fa iocb
argument
does not reference an outstanding asynchronous I/O request.
-.It Bq Er ENOSYS
-The
-.Fn aio_error
-system call is not supported.
-This can occur if
-.Xr aio 4
-support is not present.
.El
.Sh SEE ALSO
.Xr aio_cancel 2 ,
diff --git a/lib/libsys/aio_fsync.2 b/lib/libsys/aio_fsync.2
--- a/lib/libsys/aio_fsync.2
+++ b/lib/libsys/aio_fsync.2
@@ -136,13 +136,6 @@
is not a valid descriptor.
.It Bq Er EINVAL
This implementation does not support synchronized I/O for this file.
-.It Bq Er ENOSYS
-The
-.Fn aio_fsync
-system call is not supported.
-This can occur if
-.Xr aio 4
-support is not present.
.El
.Pp
If the request is successfully enqueued, but subsequently cancelled
diff --git a/lib/libsys/aio_mlock.2 b/lib/libsys/aio_mlock.2
--- a/lib/libsys/aio_mlock.2
+++ b/lib/libsys/aio_mlock.2
@@ -98,13 +98,6 @@
The asynchronous notification method in
.Fa iocb->aio_sigevent.sigev_notify
is invalid or not supported.
-.It Bq Er ENOSYS
-The
-.Fn aio_mlock
-system call is not supported.
-This can occur if
-.Xr aio 4
-support is not present.
.El
.Pp
If the request is successfully enqueued, but subsequently cancelled
diff --git a/lib/libsys/aio_read.2 b/lib/libsys/aio_read.2
--- a/lib/libsys/aio_read.2
+++ b/lib/libsys/aio_read.2
@@ -173,13 +173,6 @@
The asynchronous notification method in
.Fa iocb->aio_sigevent.sigev_notify
is invalid or not supported.
-.It Bq Er ENOSYS
-The
-.Fn aio_read
-system call is not supported.
-This can occur if
-.Xr aio 4
-support is not present.
.It Bq Er EOPNOTSUPP
Asynchronous read operations on the file descriptor
.Fa iocb->aio_fildes
diff --git a/lib/libsys/aio_return.2 b/lib/libsys/aio_return.2
--- a/lib/libsys/aio_return.2
+++ b/lib/libsys/aio_return.2
@@ -79,13 +79,6 @@
and the value of the
.Fa aio_lio_opcode
is invalid.
-.It Bq Er ENOSYS
-The
-.Fn aio_return
-system call is not supported.
-This can occur if
-.Xr aio 4
-support is not present.
.El
.Sh SEE ALSO
.Xr aio_cancel 2 ,
diff --git a/lib/libsys/aio_suspend.2 b/lib/libsys/aio_suspend.2
--- a/lib/libsys/aio_suspend.2
+++ b/lib/libsys/aio_suspend.2
@@ -89,13 +89,6 @@
variable, or at least one of the requests is not valid.
.It Bq Er EINTR
the suspend was interrupted by a signal.
-.It Bq Er ENOSYS
-The
-.Fn aio_suspend
-system call is not supported.
-This can occur if
-.Xr aio 4
-support is not present.
.El
.Sh SEE ALSO
.Xr aio_cancel 2 ,
diff --git a/lib/libsys/aio_waitcomplete.2 b/lib/libsys/aio_waitcomplete.2
--- a/lib/libsys/aio_waitcomplete.2
+++ b/lib/libsys/aio_waitcomplete.2
@@ -101,13 +101,6 @@
asynchronous I/O requests completed.
.It Bq Er EINVAL
The specified time limit is invalid.
-.It Bq Er ENOSYS
-The
-.Fn aio_waitcomplete
-system call is not supported.
-This can occur if
-.Xr aio 4
-support is not present.
.It Bq Er EWOULDBLOCK
.It Bq Er EINPROGRESS
The specified time limit expired before any asynchronous I/O requests
diff --git a/lib/libsys/aio_write.2 b/lib/libsys/aio_write.2
--- a/lib/libsys/aio_write.2
+++ b/lib/libsys/aio_write.2
@@ -182,13 +182,6 @@
The asynchronous notification method in
.Fa iocb->aio_sigevent.sigev_notify
is invalid or not supported.
-.It Bq Er ENOSYS
-The
-.Fn aio_write
-system call is not supported.
-This can occur if
-.Xr aio 4
-support is not present.
.It Bq Er EOPNOTSUPP
Asynchronous write operations on the file descriptor
.Fa iocb->aio_fildes

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 7, 4:28 PM (2 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34805870
Default Alt Text
D49541.diff (3 KB)

Event Timeline