Compare commits
1 Commits
3d5c99570f
...
79f330859e
| Author | SHA1 | Date | |
|---|---|---|---|
| 79f330859e |
@@ -64,7 +64,8 @@ typedef enum {
|
||||
/** Operation in progress */
|
||||
ERR_INPROGRESS = -5,
|
||||
/** Illegal value. */
|
||||
ERR_VAL = -6,
|
||||
//ERR_VAL = -6,
|
||||
ERR_VAL = -17, // DEBUG FIXME(dlitz)
|
||||
/** Operation would block. */
|
||||
ERR_WOULDBLOCK = -7,
|
||||
/** Address in use. */
|
||||
|
||||
Reference in New Issue
Block a user