mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
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:
parent
c7509db215
commit
bedac13671
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user