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-414-g5085af0


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  5085af05bdfd7b4656abdd79e7da50022e3e1cad (commit)
      from  5aa618fb5b6a5414d4c36aeffec602b19ba36849 (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=5085af05bdfd7b4656abdd79e7da50022e3e1cad

commit 5085af05bdfd7b4656abdd79e7da50022e3e1cad
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed May 14 13:28:40 2014 -0700

    Fix powerpc fork after i386 reorganization.

diff --git a/ChangeLog b/ChangeLog
index 9f4d414..342840a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-05-14  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
+	* nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
+
 	* nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
 	* nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
 
diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/fork.c b/nptl/sysdeps/unix/sysv/linux/powerpc/fork.c
deleted file mode 100644
index 06b7e1c..0000000
--- a/nptl/sysdeps/unix/sysv/linux/powerpc/fork.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "../i386/fork.c"
diff --git a/sysdeps/unix/sysv/linux/powerpc/fork.h b/sysdeps/unix/sysv/linux/powerpc/fork.h
new file mode 100644
index 0000000..14b238a
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/powerpc/fork.h
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/fork.h>

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

Summary of changes:
 ChangeLog                                   |    3 +++
 nptl/sysdeps/unix/sysv/linux/powerpc/fork.c |    1 -
 sysdeps/unix/sysv/linux/powerpc/fork.h      |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)
 delete mode 100644 nptl/sysdeps/unix/sysv/linux/powerpc/fork.c
 create mode 100644 sysdeps/unix/sysv/linux/powerpc/fork.h


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]