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.20-148-g97827bf


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  97827bfc5f5e039f29766369035cf73f0df27888 (commit)
      from  5e4df2848d5b0cfa8bedd9ef540e85cd33ff8f3b (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=97827bfc5f5e039f29766369035cf73f0df27888

commit 97827bfc5f5e039f29766369035cf73f0df27888
Author: Andreas Schwab <schwab@suse.de>
Date:   Wed Sep 17 12:34:24 2014 +0200

    Remove unused include

diff --git a/ChangeLog b/ChangeLog
index aabcd62..a6e6e65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-04  Andreas Schwab  <schwab@suse.de>
+
+	* posix/regex_internal.h: Don't include <locale/elem-hash.h>.
+
 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
 	* sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
diff --git a/posix/regex_internal.h b/posix/regex_internal.h
index d1ed3dc..5c39f05 100644
--- a/posix/regex_internal.h
+++ b/posix/regex_internal.h
@@ -62,7 +62,6 @@
 # ifndef _RE_DEFINE_LOCALE_FUNCTIONS
 #  define _RE_DEFINE_LOCALE_FUNCTIONS 1
 #   include <locale/localeinfo.h>
-#   include <locale/elem-hash.h>
 #   include <locale/coll-lookup.h>
 # endif
 #endif

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

Summary of changes:
 ChangeLog              |    4 ++++
 posix/regex_internal.h |    1 -
 2 files changed, 4 insertions(+), 1 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]