diff --git a/lib/libc/gen/wordexp.c b/lib/libc/gen/wordexp.c index dd16fcffc262..48e207ce1e69 100644 --- a/lib/libc/gen/wordexp.c +++ b/lib/libc/gen/wordexp.c @@ -210,7 +210,7 @@ we_askshell(const char *words, wordexp_t *we, int flags) * special characters: |&;<>(){} * or command substitutions when WRDE_NOCMD is set in flags. */ -int +static int we_check(const char *words, int flags) { char c;