]> git.corax.cc Git - corax/commitdiff
Add definition for EADDRNOTAVAIL
authorMatthias Kruk <m@m10k.eu>
Sat, 5 Oct 2019 06:00:07 +0000 (15:00 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 5 Oct 2019 06:00:07 +0000 (15:00 +0900)
include/corax/errno.h

index 903c8f6d103b7d2dc6bac45466576bf189978f6f..605d082fd8ec55da33070af9e0a5898a48718a2a 100644 (file)
 #ifndef __CORAX_ERRNO_H
 #define __CORAX_ERRNO_H
 
-#define EINVAL       1
-#define ENOSYS       2
-#define EALREADY     3
-#define EAGAIN       4
-#define ENOMEM       5
-#define EFAULT       6
-#define EAFNOSUPPORT 7
-#define EMFILE       8
-#define EBADF        9
-#define ENFILE       10
+#define EINVAL        1
+#define ENOSYS        2
+#define EALREADY      3
+#define EAGAIN        4
+#define ENOMEM        5
+#define EFAULT        6
+#define EAFNOSUPPORT  7
+#define EMFILE        8
+#define EBADF         9
+#define ENFILE        10
+#define EADDRNOTAVAIL 11
 
 #endif /* __CORAX_ERRNO_H */