summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strchrnul.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strchrnul.c')
-rw-r--r--lib/libc/string/strchrnul.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/string/strchrnul.c b/lib/libc/string/strchrnul.c
index 98e652d..893468c 100644
--- a/lib/libc/string/strchrnul.c
+++ b/lib/libc/string/strchrnul.c
@@ -33,6 +33,8 @@ __FBSDID("$FreeBSD$");
__weak_reference(__strchrnul, strchrnul);
+char *__strchrnul(const char *, int);
+
char *
__strchrnul(const char *p, int ch)
{
OpenPOWER on IntegriCloud