This commit is contained in:
Julian Barathieu 2018-12-21 15:01:47 +01:00
parent f907cc23bd
commit aa8c76928d
1 changed files with 2 additions and 0 deletions

View File

@ -24,5 +24,7 @@
#define BAD_ARGUMENT (-4) // invalid arguments, can't be more precise
#define BAD_ARG_RANGE (-5) // arguments out of range
#define TRY_AGAIN (-6) // EAGAIN
#endif