summaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-05-16 22:02:44 +0000
committerJakub Jelinek <jakub@redhat.com>2008-05-16 22:02:44 +0000
commit4681f435969ca9806da160d3ae564668ddfecfe2 (patch)
treeef72f3c416efb355d193caf746e760f8de52b113 /string
parent78463734c14d180e4d8e16c6e66fb213fc3479c0 (diff)
Updated to fedora-glibc-20080516T2152cvs/fedora-glibc-2_8_90-2
Diffstat (limited to 'string')
-rw-r--r--string/strcasestr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strcasestr.c b/string/strcasestr.c
index 9de19aafa8..92f2eac7c8 100644
--- a/string/strcasestr.c
+++ b/string/strcasestr.c
@@ -46,7 +46,7 @@
&& ((h_l) = (j) + (n_l)))
#define CANON_ELEMENT(c) TOLOWER (c)
#define CMP_FUNC(p1, p2, l) \
- strncasecmp ((const char *) (p1), (const char *) (p2), l)
+ __strncasecmp ((const char *) (p1), (const char *) (p2), l)
#include "str-two-way.h"
#undef strcasestr