libs/libc: correct config define of arch functions

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an
2023-04-04 15:19:11 +08:00
committed by Gustavo Henrique Nihei
parent d3f659b854
commit 4fbf5f7a4b
5 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
* Public Functions
****************************************************************************/
#ifndef CONFIG_ARCH_STRNCASECMP
#ifndef CONFIG_LIBC_ARCH_STRNCASECMP
#undef strncasecmp /* See mm/README.txt */
int strncasecmp(FAR const char *cs, FAR const char *ct, size_t nb)
{