>From 3869eefa5b430ec8b23e71b5f150c6a7d8aacb50 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 26 Sep 2017 11:02:26 -0700 Subject: [PATCH] glob: remove bogus extern decl * lib/glob.c (__glob_pattern_type): Remove now-spurious extern declaration. Problem reported by Adhemerval Zanella in: https://sourceware.org/ml/libc-alpha/2017-09/msg00972.html --- ChangeLog | 7 +++++++ lib/glob.c | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4585cf12b..440b90686 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-09-26 Paul Eggert + + glob: remove bogus extern decl + * lib/glob.c (__glob_pattern_type): Remove now-spurious + extern declaration. Problem reported by Adhemerval Zanella in: + https://sourceware.org/ml/libc-alpha/2017-09/msg00972.html + 2017-09-25 Paul Eggert uniname/uniname-tests: integer overflow fix diff --git a/lib/glob.c b/lib/glob.c index 2a5e6642e..9d677d982 100644 --- a/lib/glob.c +++ b/lib/glob.c @@ -205,9 +205,6 @@ glob_use_alloca (size_t alloca_used, size_t len) static int glob_in_dir (const char *pattern, const char *directory, int flags, int (*errfunc) (const char *, int), glob_t *pglob, size_t alloca_used); -extern int __glob_pattern_type (const char *pattern, int quote) - attribute_hidden; - static int prefix_array (const char *prefix, char **array, size_t n) __THROWNL; static int collated_compare (const void *, const void *) __THROWNL; -- 2.13.5