Added EALREADY and EMSGSIZE.
This commit is contained in:
parent
920c462e8c
commit
501634d5ab
@ -97,6 +97,8 @@ extern int errno; /* place where the error numbers go */
|
||||
#define EPROTOTYPE (_SIGN 69) /* Protocol wrong type for socket */
|
||||
#define EINPROGRESS (_SIGN 70) /* Operation now in progress */
|
||||
#define EADDRNOTAVAIL (_SIGN 71) /* Can't assign requested address */
|
||||
#define EALREADY (_SIGN 72) /* Connection already in progress */
|
||||
#define EMSGSIZE (_SIGN 73) /* Message too long */
|
||||
|
||||
/* The following are not POSIX errors, but they can still happen.
|
||||
* All of these are generated by the kernel and relate to message passing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user