Rev 4704 | Rev 4730 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4704 | Rev 4726 | ||
---|---|---|---|
Line 49... | Line 49... | ||
49 | //#define EACCES (-10013) |
49 | //#define EACCES (-10013) |
50 | //#define EFAULT (-10014) |
50 | //#define EFAULT (-10014) |
51 | ////#define EINVAL (-10022) |
51 | ////#define EINVAL (-10022) |
52 | ////#define EMFILE (-10024) |
52 | ////#define EMFILE (-10024) |
53 | //#define EWOULDBLOCK (-10035) |
53 | //#define EWOULDBLOCK (-10035) |
54 | /* If any API function is called while a blocking function is in progress. |
54 | /** An API function is called while another blocking function is in progress. |
55 | */ |
55 | */ |
56 | //#define EINPROGRESS (-10036) |
56 | #define EINPROGRESS (-10036) |
57 | //#define EALREADY (-10037) |
57 | //#define EALREADY (-10037) |
58 | 58 | ||
59 | /** The socket identifier is not valid. |
59 | /** The socket identifier is not valid. |
60 | */ |
60 | */ |
61 | #define ENOTSOCK (-10038) |
61 | #define ENOTSOCK (-10038) |