Fix style [1], add static keyword before static function definition.

Noted by:	bapt [1]
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
This commit is contained in:
kib 2017-05-18 09:31:30 +00:00
parent 698449e746
commit 2e07e1ff4d

View File

@ -5378,7 +5378,8 @@ parse_integer(const char *str)
return (n);
}
void print_usage(const char *argv0)
static void
print_usage(const char *argv0)
{
rtld_printf("Usage: %s [-h] [-f <FD>] [--] <binary> [<args>]\n"