Prepare headers to support file descriptor passing over UNIX Domain Sockets.

Contributed by Thomas Cort.
This commit is contained in:
Thomas Veerman
2010-08-30 13:41:22 +00:00
parent a0bb199f69
commit 2297e26660
6 changed files with 54 additions and 12 deletions

View File

@@ -111,6 +111,7 @@ extern int errno; /* place where the error numbers go */
#define ENOTSUP EOPNOTSUPP /* Not supported */
#define ENETDOWN (_SIGN 77) /* network is down */
#define EPFNOSUPPORT (_SIGN 78) /* Protocol family not supported */
#define EDESTADDRREQ (_SIGN 79) /* Destination address required */
/* The following are not POSIX errors, but they can still happen.
* All of these are generated by the kernel and relate to message passing.