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-408-g4ef6bef


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  4ef6befaf5e768863d2f70c7b15a283d819c7c99 (commit)
      from  4c68138bc4f9ef602636767bb0373583b3556ba2 (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=4ef6befaf5e768863d2f70c7b15a283d819c7c99

commit 4ef6befaf5e768863d2f70c7b15a283d819c7c99
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed May 14 10:57:40 2014 -0700

    Update s390 timer_*.c files for x86_64 file moves.

diff --git a/ChangeLog b/ChangeLog
index 02c09a2..aa264ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,11 @@
 	Likewise.
 	* nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
 	Likewise.
+	* nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
+	* nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
+	* nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
+	* nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
+	* nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
 
 	* sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
 	that was previously under [RESET_PID].
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c
index 172223a..d307135 100644
--- a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c
+++ b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c
@@ -1 +1 @@
-#include "../x86_64/timer_create.c"
+#include <sysdeps/unix/sysv/linux/x86_64/timer_create.c>
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c
index 537516e..2dd94f5 100644
--- a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c
+++ b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c
@@ -1 +1 @@
-#include "../x86_64/timer_delete.c"
+#include <sysdeps/unix/sysv/linux/x86_64/timer_delete.c>
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c
index 3f21a73..22eaff5 100644
--- a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c
+++ b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c
@@ -1 +1 @@
-#include "../x86_64/timer_getoverr.c"
+#include <sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c>
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c
index a50143a..cea524b 100644
--- a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c
+++ b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c
@@ -1 +1 @@
-#include "../x86_64/timer_gettime.c"
+#include <sysdeps/unix/sysv/linux/x86_64/timer_gettime.c>
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c
index 37baeff..fa23114 100644
--- a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c
+++ b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c
@@ -1 +1 @@
-#include "../x86_64/timer_settime.c"
+#include <sysdeps/unix/sysv/linux/x86_64/timer_settime.c>

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

Summary of changes:
 ChangeLog                                          |    5 +++++
 .../unix/sysv/linux/s390/s390-64/timer_create.c    |    2 +-
 .../unix/sysv/linux/s390/s390-64/timer_delete.c    |    2 +-
 .../unix/sysv/linux/s390/s390-64/timer_getoverr.c  |    2 +-
 .../unix/sysv/linux/s390/s390-64/timer_gettime.c   |    2 +-
 .../unix/sysv/linux/s390/s390-64/timer_settime.c   |    2 +-
 6 files changed, 10 insertions(+), 5 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]