* 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-26 Paul Eggert <eggert@cs.ucla.edu>
+
+ 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 <eggert@cs.ucla.edu>
uniname/uniname-tests: integer overflow fix
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;