]> git.corax.cc Git - corax/commitdiff
Add definition of EBADFD to corax/errno.h
authorMatthias Kruk <m@m10k.eu>
Mon, 25 Nov 2019 05:00:42 +0000 (14:00 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 25 Nov 2019 05:00:42 +0000 (14:00 +0900)
include/corax/errno.h

index 968143cf528268a32f931337f6c566b469c5071f..b2ccee2a28a4f6ded1eb84bac3eca2bd1eed93c5 100644 (file)
@@ -36,5 +36,6 @@
 #define EPERM         15
 #define EACCES        16
 #define ERANGE        17
+#define EBADFD        18
 
 #endif /* __CORAX_ERRNO_H */