summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcasestr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strcasestr.c')
-rw-r--r--lib/libc/string/strcasestr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strcasestr.c b/lib/libc/string/strcasestr.c
index aa74c0176dc..abb3e155491 100644
--- a/lib/libc/string/strcasestr.c
+++ b/lib/libc/string/strcasestr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: strcasestr.c,v 1.3 2006/03/31 05:34:55 deraadt Exp $ */
+/* $OpenBSD: strcasestr.c,v 1.4 2015/08/31 02:53:57 guenther Exp $ */
/* $NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */
/*-
@@ -58,3 +58,4 @@ strcasestr(const char *s, const char *find)
}
return ((char *)s);
}
+DEF_WEAK(strcasestr);