diff options
Diffstat (limited to 'posix/wordexp.c')
-rw-r--r-- | posix/wordexp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/wordexp.c b/posix/wordexp.c index 4a377001e7..4a6dd7cbd0 100644 --- a/posix/wordexp.c +++ b/posix/wordexp.c @@ -1867,6 +1867,7 @@ parse_dollars (char **word, size_t *word_length, size_t *max_length, } static int +internal_function parse_backtick (char **word, size_t *word_length, size_t *max_length, const char *words, size_t *offset, int flags, wordexp_t *pwordexp, const char *ifs, const char *ifs_white) |