new EPFNOSUPPORT errno
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user