We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9729f commit 8075027Copy full SHA for 8075027
components/libc/Kconfig
@@ -76,16 +76,16 @@ if RT_USING_POSIX
76
config RT_USING_POSIX_AIO
77
bool "Enable AIO"
78
default n
79
+endif
80
- config RT_USING_PTHREADS
81
- bool "Enable pthreads APIs"
82
- default n
+config RT_USING_PTHREADS
+ bool "Enable pthreads APIs"
83
+ default n
84
- if RT_USING_PTHREADS
85
- config PTHREAD_NUM_MAX
86
- int "Maximum number of pthreads"
87
- default 8
88
- endif
+if RT_USING_PTHREADS
+ config PTHREAD_NUM_MAX
+ int "Maximum number of pthreads"
+ default 8
89
endif
90
91
endmenu
0 commit comments