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-506-g5190c17


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  5190c17f2280d3aa27cfb057816d09d9af03b167 (commit)
      from  987c02692a88b8c9024cb99187434aad02c3c047 (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=5190c17f2280d3aa27cfb057816d09d9af03b167

commit 5190c17f2280d3aa27cfb057816d09d9af03b167
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri May 16 12:57:10 2014 -0700

    m68k: Convert fork.c to arch-fork.h

diff --git a/ChangeLog b/ChangeLog
index c2351d2..06d529d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-30  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
+	* sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
+
 2014-05-30  OndÅ?ej Bílka  <neleai@seznam.cz>
 
 	* malloc/malloc.c (malloc_info): Inline mi_arena.
diff --git a/sysdeps/unix/sysv/linux/m68k/nptl/fork.c b/sysdeps/unix/sysv/linux/m68k/arch-fork.h
similarity index 89%
rename from sysdeps/unix/sysv/linux/m68k/nptl/fork.c
rename to sysdeps/unix/sysv/linux/m68k/arch-fork.h
index 69f9c6f..27aa628 100644
--- a/sysdeps/unix/sysv/linux/m68k/nptl/fork.c
+++ b/sysdeps/unix/sysv/linux/m68k/arch-fork.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2010-2014 Free Software Foundation, Inc.
+/* ARCH_FORK definition for Linux fork implementation.  m68k version.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
 
@@ -25,5 +26,3 @@
   INLINE_SYSCALL (clone, 5,						      \
 		  CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, 0,     \
 		  NULL, &THREAD_SELF->tid, NULL)
-
-#include <sysdeps/unix/sysv/linux/fork.c>

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

Summary of changes:
 ChangeLog                                          |    5 +++++
 .../sysv/linux/m68k/{nptl/fork.c => arch-fork.h}   |    5 ++---
 2 files changed, 7 insertions(+), 3 deletions(-)
 rename sysdeps/unix/sysv/linux/m68k/{nptl/fork.c => arch-fork.h} (89%)


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]