Rev 1440 | Rev 1544 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1440 | Rev 1484 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | #define EEXISTS -8 /* Entry already exists */ |
43 | #define EEXISTS -8 /* Entry already exists */ |
44 | #define EBADMEM -9 /* Bad memory pointer */ |
44 | #define EBADMEM -9 /* Bad memory pointer */ |
45 | #define ENOTSUP -10 /* Not supported */ |
45 | #define ENOTSUP -10 /* Not supported */ |
46 | #define EADDRNOTAVAIL -11 /* Address not available. */ |
46 | #define EADDRNOTAVAIL -11 /* Address not available. */ |
47 | #define ETIMEOUT -12 /* Timeout expired */ |
47 | #define ETIMEOUT -12 /* Timeout expired */ |
- | 48 | #define EINVAL -13 /* Invalid value */ |
|
48 | 49 | ||
49 | #endif |
50 | #endif |