]> git.corax.cc Git - corax/commitdiff
Add definition of ERANGE
authorMatthias Kruk <m@m10k.eu>
Mon, 18 Nov 2019 07:57:15 +0000 (16:57 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 18 Nov 2019 07:57:15 +0000 (16:57 +0900)
include/corax/errno.h

index 538573e655c1cd21631a3ac5ed60923ae46e7342..968143cf528268a32f931337f6c566b469c5071f 100644 (file)
@@ -35,5 +35,6 @@
 #define ENOENT        14
 #define EPERM         15
 #define EACCES        16
+#define ERANGE        17
 
 #endif /* __CORAX_ERRNO_H */