Skip to content

Commit 8075027

Browse files
authored
revert kconfig of pthread
1 parent 1a9729f commit 8075027

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

components/libc/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ if RT_USING_POSIX
7676
config RT_USING_POSIX_AIO
7777
bool "Enable AIO"
7878
default n
79+
endif
7980

80-
config RT_USING_PTHREADS
81-
bool "Enable pthreads APIs"
82-
default n
81+
config RT_USING_PTHREADS
82+
bool "Enable pthreads APIs"
83+
default n
8384

84-
if RT_USING_PTHREADS
85-
config PTHREAD_NUM_MAX
86-
int "Maximum number of pthreads"
87-
default 8
88-
endif
85+
if RT_USING_PTHREADS
86+
config PTHREAD_NUM_MAX
87+
int "Maximum number of pthreads"
88+
default 8
8989
endif
9090

9191
endmenu

0 commit comments

Comments
 (0)