]> git.corax.cc Git - corax/commitdiff
Add EINTR to <corax/errno.h>
authorMatthias Kruk <m@m10k.eu>
Tue, 4 Feb 2020 11:20:10 +0000 (20:20 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 4 Feb 2020 11:20:10 +0000 (20:20 +0900)
include/corax/errno.h

index 24e079244849a5c0802df31f98030658db3bce20..ea48200fc37e280ab7463bc97c4381c17c9b2f1b 100644 (file)
@@ -38,5 +38,6 @@
 #define ERANGE        17
 #define EBADFD        18
 #define EBUSY         19
+#define EINTR         20
 
 #endif /* __CORAX_ERRNO_H */