From: Matthias Kruk Date: Fri, 6 Sep 2019 06:04:52 +0000 (+0900) Subject: Add CONFIG_POSIX feature to config.h X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=ace16da3a3f0b902cd87d191e11ff1a42989c6eb;p=corax Add CONFIG_POSIX feature to config.h --- diff --git a/config.h b/config.h index 5454eb7..da786e7 100644 --- a/config.h +++ b/config.h @@ -29,6 +29,8 @@ #define CONFIG_SMP 0 #define CONFIG_SMP_CPUS 1 +#define CONFIG_POSIX 1 + /* sanity checks */ #if !defined(CONFIG_SMP_CPUS) || CONFIG_SMP_CPUS == 0