mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
libs/libc: correct config define of arch functions
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
d3f659b854
commit
4fbf5f7a4b
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user