This commit is contained in:
parent
f907cc23bd
commit
aa8c76928d
|
@ -24,5 +24,7 @@
|
||||||
#define BAD_ARGUMENT (-4) // invalid arguments, can't be more precise
|
#define BAD_ARGUMENT (-4) // invalid arguments, can't be more precise
|
||||||
#define BAD_ARG_RANGE (-5) // arguments out of range
|
#define BAD_ARG_RANGE (-5) // arguments out of range
|
||||||
|
|
||||||
|
#define TRY_AGAIN (-6) // EAGAIN
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue