Retire EBADIOCTL in favor of ENOTTY
Change-Id: I6bd0e301d21ab7f2336e350e7e6e15d238c2c93d
This commit is contained in:
@@ -266,7 +266,6 @@ caller-provided space.
|
||||
.It Er 51 ENOBUFS Em "\&No buffer space available" .
|
||||
An operation on a socket or pipe was not performed because
|
||||
the system lacked sufficient buffer space or because a queue was full.
|
||||
.It Er 52 EBADIOCTL Em "Illegal ioctl for device" .
|
||||
.It Er 53 EBADMODE Em "Bad mode in ioctl" .
|
||||
.It Er 54 EWOULDBLOCK Em "Would block" .
|
||||
.It Er 55 ENETUNREACH Em "Network is unreachable" .
|
||||
|
||||
+1
-1
@@ -1420,7 +1420,7 @@ This indicates an attempt to read or write with a buffer that is too
|
||||
large or too small.
|
||||
.IP ENOBUFS
|
||||
The TCP/IP server has insufficient memory to execute the request.
|
||||
.IP EBADIOCTL
|
||||
.IP ENOTTY
|
||||
This indicates an attempt to execute a command the particular server
|
||||
does not understand.
|
||||
For example, a
|
||||
|
||||
Reference in New Issue
Block a user