]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
posix: remove glob internal bogus extern decl
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 9 Oct 2017 17:53:16 +0000 (14:53 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 9 Oct 2017 17:55:26 +0000 (14:55 -0300)
Sync with gnulib f586d709f07.  Checked on x86_64-linux-gnu.

* lib/glob.c (__glob_pattern_type): Remove now-spurious
extern declaration.

ChangeLog
posix/glob.c

index 3d3bb805f587c22b3c56deb21caa1b288f613d7a..b8695b2d033e3b44edbc013620017cafa0c18183 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 98122dac8821b41824e7bcd4f8ef99711ec1ed0c..076ab2bd7257dd2b6ffe40259925ff08a755578a 100644 (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;