]> git.corax.cc Git - corax/commitdiff
Add CONFIG_POSIX feature to config.h
authorMatthias Kruk <m@m10k.eu>
Fri, 6 Sep 2019 06:04:52 +0000 (15:04 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 6 Sep 2019 06:04:52 +0000 (15:04 +0900)
config.h

index 5454eb72dba5578f5ddd418454ea6dbec78d22b2..da786e7189261d90dd49cf2ab13b7f879528ca01 100644 (file)
--- 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