Rev 2476 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2476 | Rev 2684 | ||
---|---|---|---|
Line 53... | Line 53... | ||
53 | #define ENOTSUP -10 /* Not supported */ |
53 | #define ENOTSUP -10 /* Not supported */ |
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 | 59 | ||
59 | #endif |
60 | #endif |
60 | 61 | ||
61 | /** @} |
62 | /** @} |
62 | */ |
63 | */ |