From 96fbd0c48c998ee6f8e450036e11f48d406e4f95 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Mon, 18 Nov 2019 16:57:15 +0900 Subject: [PATCH] Add definition of ERANGE --- include/corax/errno.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/corax/errno.h b/include/corax/errno.h index 538573e..968143c 100644 --- a/include/corax/errno.h +++ b/include/corax/errno.h @@ -35,5 +35,6 @@ #define ENOENT 14 #define EPERM 15 #define EACCES 16 +#define ERANGE 17 #endif /* __CORAX_ERRNO_H */ -- 2.47.3