Rev 2684 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2684 | Rev 3370 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | #define EADDRNOTAVAIL -11 /* Address not available. */ |
54 | #define EADDRNOTAVAIL -11 /* Address not available. */ |
55 | #define ETIMEOUT -12 /* Timeout expired */ |
55 | #define ETIMEOUT -12 /* Timeout expired */ |
56 | #define EINVAL -13 /* Invalid value */ |
56 | #define EINVAL -13 /* Invalid value */ |
57 | #define EBUSY -14 /* Resource is busy */ |
57 | #define EBUSY -14 /* Resource is busy */ |
58 | #define EOVERFLOW -15 /* The result does not fit its size. */ |
58 | #define EOVERFLOW -15 /* The result does not fit its size. */ |
- | 59 | #define EINTR -16 /* Operation was interrupted. */ |
|
59 | 60 | ||
60 | #endif |
61 | #endif |
61 | 62 | ||
62 | /** @} |
63 | /** @} |
63 | */ |
64 | */ |