summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-28 13:11:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-28 13:11:43 +0000
commitf53b2945a7d9f1f7cfb4892e7aa3bca711a95e67 (patch)
treea8c54133452fba68307102e7b347151b339c0615
parent080f6519a4fa299e19d51516a4af3e16f28abc26 (diff)
downloadnuttx-f53b2945a7d9f1f7cfb4892e7aa3bca711a95e67.tar.gz
nuttx-f53b2945a7d9f1f7cfb4892e7aa3bca711a95e67.tar.bz2
nuttx-f53b2945a7d9f1f7cfb4892e7aa3bca711a95e67.zip
Cloning error in functin name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1648 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/lib/lib_strncasecmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/lib/lib_strncasecmp.c b/nuttx/lib/lib_strncasecmp.c
index 3fc26baf6..11d499161 100644
--- a/nuttx/lib/lib_strncasecmp.c
+++ b/nuttx/lib/lib_strncasecmp.c
@@ -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--)