Add declaration to eliminate -Wmissing-prototypes warning.
This commit is contained in:
parent
7ca26e3831
commit
d5cc6f7378
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288004
@ -33,6 +33,8 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
__weak_reference(__strchrnul, strchrnul);
|
||||
|
||||
char *__strchrnul(const char *, int);
|
||||
|
||||
char *
|
||||
__strchrnul(const char *p, int ch)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user