From be4334df5c5b1602e573ff3f8a1e461eebd6709a Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Sun, 9 Feb 2020 00:42:54 +0900 Subject: [PATCH] errno: Add definition for EOVERFLOW --- include/corax/errno.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/corax/errno.h b/include/corax/errno.h index 24e0792..c73783c 100644 --- a/include/corax/errno.h +++ b/include/corax/errno.h @@ -38,5 +38,6 @@ #define ERANGE 17 #define EBADFD 18 #define EBUSY 19 +#define EOVERFLOW 20 #endif /* __CORAX_ERRNO_H */ -- 2.47.3