This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26-546-gbedac13


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  bedac136717a1c26fa579aca82124ce3c22254bf (commit)
      from  c7509db215198d3cc460f9291d976d9d9b3102cb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=bedac136717a1c26fa579aca82124ce3c22254bf

commit bedac136717a1c26fa579aca82124ce3c22254bf
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Oct 9 14:53:16 2017 -0300

    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 3d3bb80..b8695b2 100644
--- 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.
diff --git a/posix/glob.c b/posix/glob.c
index 98122da..076ab2b 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;
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    5 +++++
 posix/glob.c |    3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]