Prepare headers to support file descriptor passing over UNIX Domain Sockets.
Contributed by Thomas Cort.
This commit is contained in:
+3
-1
@@ -365,8 +365,10 @@ for example, trying to
|
||||
a connection on a datagram socket.
|
||||
.It Er 77 ENETDOWN Em "Network is down" .
|
||||
A socket operation encountered a dead network.
|
||||
.It Er 77 EPFNOSUPPORT Em "Protocol family not supported" .
|
||||
.It Er 78 EPFNOSUPPORT Em "Protocol family not supported" .
|
||||
A socket operation specified an unsupported protocol family.
|
||||
.It Er 79 EDESTADDRREQ Em "Destination address required" .
|
||||
A required address was omitted from an operation on a socket.
|
||||
.El
|
||||
.Sh DEFINITIONS
|
||||
.Bl -tag -width Ds
|
||||
|
||||
Reference in New Issue
Block a user