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

index b2ccee2a28a4f6ded1eb84bac3eca2bd1eed93c5..24e079244849a5c0802df31f98030658db3bce20 100644 (file)
@@ -37,5 +37,6 @@
 #define EACCES        16
 #define ERANGE        17
 #define EBADFD        18
+#define EBUSY         19
 
 #endif /* __CORAX_ERRNO_H */