]> git.corax.cc Git - corax/commitdiff
Add definitions for EPERM and EACCES
authorMatthias Kruk <m@m10k.eu>
Wed, 13 Nov 2019 07:34:40 +0000 (16:34 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 13 Nov 2019 07:34:40 +0000 (16:34 +0900)
include/corax/errno.h

index 8fa689397012544c22adb58971541855de89bdc9..538573e655c1cd21631a3ac5ed60923ae46e7342 100644 (file)
@@ -33,5 +33,7 @@
 #define ENOTSUP       12
 #define EOPNOTSUPP    13
 #define ENOENT        14
+#define EPERM         15
+#define EACCES        16
 
 #endif /* __CORAX_ERRNO_H */