new EPFNOSUPPORT errno

This commit is contained in:
Ben Gras
2010-07-28 16:32:21 +00:00
parent b9cea27497
commit 05bbf81f93
3 changed files with 4 additions and 0 deletions

View File

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