From 66d1ef28f160f75d88c4b99aec768c86a4f2dc43 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Mon, 25 Nov 2019 16:19:57 +0900 Subject: [PATCH] Add definition of EBUSY 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 b2ccee2..24e0792 100644 --- a/include/corax/errno.h +++ b/include/corax/errno.h @@ -37,5 +37,6 @@ #define EACCES 16 #define ERANGE 17 #define EBADFD 18 +#define EBUSY 19 #endif /* __CORAX_ERRNO_H */ -- 2.47.3