aboutsummaryrefslogtreecommitdiff
path: root/string/strncase.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/strncase.c')
-rw-r--r--string/strncase.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/strncase.c b/string/strncase.c
index 2558d2969f..9f0ee3c6c7 100644
--- a/string/strncase.c
+++ b/string/strncase.c
@@ -65,5 +65,6 @@ __strncasecmp (const char *s1, const char *s2, size_t n LOCALE_PARAM)
return result;
}
#ifndef __strncasecmp
+libc_hidden_def (__strncasecmp)
weak_alias (__strncasecmp, strncasecmp)
#endif