File tree 1 file changed +2
-14
lines changed
1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ menu "klibc options"
220
220
endif
221
221
endmenu # rt_strncmp options
222
222
223
- menu "rt_strncmp options"
223
+ menu "rt_strcmp options"
224
224
config RT_KLIBC_USING_USER_STRCMP
225
225
bool "Enable rt_strcmp to use user-defined version"
226
226
default n
@@ -230,19 +230,7 @@ menu "klibc options"
230
230
bool "Enable rt_strcmp to use libc strcmp"
231
231
default n
232
232
endif
233
- endmenu # rt_strncmp options
234
-
235
- menu "rt_strncmp options"
236
- config RT_KLIBC_USING_USER_STRLEN
237
- bool "Enable rt_strlen to use user-defined version"
238
- default n
239
-
240
- if !RT_KLIBC_USING_USER_STRLEN
241
- config RT_KLIBC_USING_LIBC_STRLEN
242
- bool "Enable rt_strlen to use libc strlen"
243
- default n
244
- endif
245
- endmenu # rt_strncmp options
233
+ endmenu # rt_strcmp options
246
234
247
235
menu "rt_strlen options"
248
236
config RT_KLIBC_USING_USER_STRLEN
You can’t perform that action at this time.
0 commit comments