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.21-41-gae20c9a


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  ae20c9a17cd95b6f367209c2a9075587616ceb42 (commit)
      from  4fc81a777a6720e92460a20d95738c3d1a211bda (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=ae20c9a17cd95b6f367209c2a9075587616ceb42

commit ae20c9a17cd95b6f367209c2a9075587616ceb42
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Feb 8 05:38:03 2015 +0100

    hurd: Fix abi-tag, following ba90e05

diff --git a/ChangeLog b/ChangeLog
index 2e7a028..191c08d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,7 @@
 	_hurd_critical_section_lock, _hurd_critical_section_unlock):
 	Explicit casts from void *.
 	* sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
+	* abi-tags: Rename gnu-gnu os into gnu.
 
 	[BZ #4719]
 	* sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
diff --git a/abi-tags b/abi-tags
index 87cd681..b2ed6f3 100644
--- a/abi-tags
+++ b/abi-tags
@@ -18,7 +18,7 @@
 
 .*-.*-linux.*		0	2.0.0	# earliest compatible kernel version
 
-.*-.*-gnu-gnu.*		1	0.0.0
+.*-.*-gnu.*		1	0.0.0
 
 .*-sun-solaris2.*	2	2.0.0	# just an arbitrary value
 

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

Summary of changes:
 ChangeLog |    1 +
 abi-tags  |    2 +-
 2 files changed, 2 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]