Cloning error in functin name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1648 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
e6ff50cbcd
commit
4bdf936730
@ -51,8 +51,8 @@
|
||||
* Global Functions
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_STRNCMP
|
||||
int strncmp(const char *cs, const char *ct, size_t nb)
|
||||
#ifndef CONFIG_ARCH_STRNCASECMP
|
||||
int strncasecmp(const char *cs, const char *ct, size_t nb)
|
||||
{
|
||||
register signed char result = 0;
|
||||
for (; nb > 0; nb--)
|
||||
|
Loading…
Reference in New Issue
Block a user