diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-10-09 14:53:16 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-10-09 14:55:26 -0300 |
commit | bedac136717a1c26fa579aca82124ce3c22254bf (patch) | |
tree | 6a154b63c5575946a1e98d0c4d58ed3ee7245474 /posix | |
parent | c7509db215198d3cc460f9291d976d9d9b3102cb (diff) | |
download | glibc-bedac136717a1c26fa579aca82124ce3c22254bf.tar.gz glibc-bedac136717a1c26fa579aca82124ce3c22254bf.tar.xz glibc-bedac136717a1c26fa579aca82124ce3c22254bf.zip |
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.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/glob.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/posix/glob.c b/posix/glob.c index 98122dac88..076ab2bd72 100644 --- a/posix/glob.c +++ b/posix/glob.c @@ -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; |