mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Make local functions static.
This commit is contained in:
@ -208,7 +208,7 @@ struct test_case_struct
|
||||
static int testit (struct test_case_struct *tc);
|
||||
static int tests;
|
||||
|
||||
void
|
||||
static void
|
||||
command_line_test (const char *words)
|
||||
{
|
||||
wordexp_t we;
|
||||
|
Reference in New Issue
Block a user