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.19-538-g68e6b6b


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  68e6b6b1bfa53f884b4184ffef95c6c87e284e68 (commit)
      from  4d3ae034b7c02b6a94e04ec7a32582379b6f4716 (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=68e6b6b1bfa53f884b4184ffef95c6c87e284e68

commit 68e6b6b1bfa53f884b4184ffef95c6c87e284e68
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Jun 6 15:09:56 2014 -0700

    Move NPTL public ABI headers for SH to sysdeps/sh/nptl/.

diff --git a/ChangeLog b/ChangeLog
index 3821096..79c68fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-06-06  Roland McGrath  <roland@hack.frob.com>
+
+	* nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
+	* sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
+	* nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
+	* sysdeps/sh/nptl/bits/semaphore.h: ... here.
+
 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
 
 	* crypt/crypt-private.h [DOS]: Add some includes taken from the
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h b/sysdeps/sh/nptl/bits/pthreadtypes.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
rename to sysdeps/sh/nptl/bits/pthreadtypes.h
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h b/sysdeps/sh/nptl/bits/semaphore.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h
rename to sysdeps/sh/nptl/bits/semaphore.h

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

Summary of changes:
 ChangeLog                                          |    7 +++++++
 .../sh => sysdeps/sh/nptl}/bits/pthreadtypes.h     |    0
 .../linux/sh => sysdeps/sh/nptl}/bits/semaphore.h  |    0
 3 files changed, 7 insertions(+), 0 deletions(-)
 rename {nptl/sysdeps/unix/sysv/linux/sh => sysdeps/sh/nptl}/bits/pthreadtypes.h (100%)
 rename {nptl/sysdeps/unix/sysv/linux/sh => sysdeps/sh/nptl}/bits/semaphore.h (100%)


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]