summaryrefslogtreecommitdiff
path: root/libc/string/strcasestr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strcasestr.c')
-rw-r--r--libc/string/strcasestr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/strcasestr.c b/libc/string/strcasestr.c
index afef59985..ab588c052 100644
--- a/libc/string/strcasestr.c
+++ b/libc/string/strcasestr.c
@@ -54,3 +54,4 @@ char *strcasestr(const char *s1, const char *s2)
return (*p) ? NULL : (char *) s1;
#endif
}
+libc_hidden_def(strcasestr)