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-416-g65c8932


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  65c89320e2968c55feddfbdacd09c0a6cc0b006c (commit)
      from  348f8e8c26178d7e5b7b64c16ab5c1a773916781 (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=65c89320e2968c55feddfbdacd09c0a6cc0b006c

commit 65c89320e2968c55feddfbdacd09c0a6cc0b006c
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed May 14 14:00:23 2014 -0700

    Fix mips fork after i386 reorganization.

diff --git a/ChangeLog b/ChangeLog
index 7c57a6e..c685bc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-05-14  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/unix/sysv/linux/mips/fork.h: New file.
+	* sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
+
 	* nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
 	* nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
 	* sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
diff --git a/sysdeps/unix/sysv/linux/mips/fork.h b/sysdeps/unix/sysv/linux/mips/fork.h
new file mode 100644
index 0000000..14b238a
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/mips/fork.h
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/fork.h>
diff --git a/sysdeps/unix/sysv/linux/mips/nptl/fork.c b/sysdeps/unix/sysv/linux/mips/nptl/fork.c
deleted file mode 100644
index d31889e..0000000
--- a/sysdeps/unix/sysv/linux/mips/nptl/fork.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/unix/sysv/linux/i386/fork.c>

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

Summary of changes:
 ChangeLog                                        |    3 +++
 sysdeps/unix/sysv/linux/{powerpc => mips}/fork.h |    0
 sysdeps/unix/sysv/linux/mips/nptl/fork.c         |    1 -
 3 files changed, 3 insertions(+), 1 deletions(-)
 copy sysdeps/unix/sysv/linux/{powerpc => mips}/fork.h (100%)
 delete mode 100644 sysdeps/unix/sysv/linux/mips/nptl/fork.c


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]