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