posix: remove glob internal bogus extern decl

Sync with gnulib f586d709f07.  Checked on x86_64-linux-gnu.

	* lib/glob.c (__glob_pattern_type): Remove now-spurious
	extern declaration.
This commit is contained in:
Adhemerval Zanella 2017-10-09 14:53:16 -03:00
parent c7509db215
commit bedac13671
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2017-10-09 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* lib/glob.c (__glob_pattern_type): Remove now-spurious
extern declaration.
2017-10-09 Joseph Myers <joseph@codesourcery.com>
* sysdeps/ieee754/ldbl-opt/w_scalbln.c: Remove file.

View File

@ -230,9 +230,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;