]> git.corax.cc Git - corax/commitdiff
Add definitions for ENOTSUP, EOPNOTSUPP, and ENOENT
authorMatthias Kruk <m@m10k.eu>
Sat, 26 Oct 2019 07:22:49 +0000 (16:22 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 26 Oct 2019 07:22:49 +0000 (16:22 +0900)
include/corax/errno.h

index 605d082fd8ec55da33070af9e0a5898a48718a2a..8fa689397012544c22adb58971541855de89bdc9 100644 (file)
@@ -30,5 +30,8 @@
 #define EBADF         9
 #define ENFILE        10
 #define EADDRNOTAVAIL 11
+#define ENOTSUP       12
+#define EOPNOTSUPP    13
+#define ENOENT        14
 
 #endif /* __CORAX_ERRNO_H */