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:
patacongo 2009-03-28 13:11:43 +00:00
parent e6ff50cbcd
commit 4bdf936730

View File

@ -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--)