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 roland/nptl-s390 updated. glibc-2.19-573-gede9f10


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, roland/nptl-s390 has been updated
       via  ede9f10afee4d6b8cbfe99ba71fe2a00164f6ebb (commit)
      from  71ce4ac3a24325bf9d46cd151f2d41e1c4312f22 (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=ede9f10afee4d6b8cbfe99ba71fe2a00164f6ebb

commit ede9f10afee4d6b8cbfe99ba71fe2a00164f6ebb
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Jun 12 14:59:31 2014 -0700

    S390: Move NPTL public headers to sysdeps/s390/nptl/.

diff --git a/ChangeLog b/ChangeLog
index 5bb7a38..7222e82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-06-12  Roland McGrath  <roland@hack.frob.com>
 
+	* nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
+	* sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
+	* nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
+	* sysdeps/s390/nptl/bits/semaphore.h: ... here.
+
 	* nptl/sysdeps/s390/Makefile: Moved ...
 	* sysdeps/s390/nptl/Makefile: ... here.
 	* nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h b/sysdeps/s390/nptl/bits/pthreadtypes.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
rename to sysdeps/s390/nptl/bits/pthreadtypes.h
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h b/sysdeps/s390/nptl/bits/semaphore.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h
rename to sysdeps/s390/nptl/bits/semaphore.h

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

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