Add declaration to eliminate -Wmissing-prototypes warning.

This commit is contained in:
Craig Rodrigues 2015-09-20 03:51:15 +00:00
parent 7ca26e3831
commit d5cc6f7378
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288004

View File

@ -33,6 +33,8 @@ __FBSDID("$FreeBSD$");
__weak_reference(__strchrnul, strchrnul);
char *__strchrnul(const char *, int);
char *
__strchrnul(const char *p, int ch)
{