From: Adhemerval Zanella Date: Mon, 9 Oct 2017 17:53:16 +0000 (-0300) Subject: posix: remove glob internal bogus extern decl X-Git-Tag: glibc-2.27~713 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bedac136717a1c26fa579aca82124ce3c22254bf;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 3d3bb805f58..b8695b2d033 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-10-09 Adhemerval Zanella + + * lib/glob.c (__glob_pattern_type): Remove now-spurious + extern declaration. + 2017-10-09 Joseph Myers * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Remove file. diff --git a/posix/glob.c b/posix/glob.c index 98122dac882..076ab2bd725 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;