1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00
This commit is contained in:
Julian Barathieu 2018-12-21 15:01:47 +01:00
parent f907cc23bd
commit aa8c76928d

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