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-492-ga6bea3c


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  a6bea3ca7b86de9dd5c7468984173f32e35a59bb (commit)
      from  3dfb9a5cbee3232cb38237f65759b6f230e790c0 (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=a6bea3ca7b86de9dd5c7468984173f32e35a59bb

commit a6bea3ca7b86de9dd5c7468984173f32e35a59bb
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue May 27 12:58:01 2014 -0700

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

diff --git a/ChangeLog b/ChangeLog
index 3ddd69b..3d11ba1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-27  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
+	* nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
+
 2014-05-27  OndÅ?ej Bílka  <neleai@seznam.cz>
 
 	* elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/fork.c b/sysdeps/unix/sysv/linux/sh/arch-fork.h
similarity index 89%
rename from nptl/sysdeps/unix/sysv/linux/sh/fork.c
rename to sysdeps/unix/sysv/linux/sh/arch-fork.h
index 60d3b86..a1864de 100644
--- a/nptl/sysdeps/unix/sysv/linux/sh/fork.c
+++ b/sysdeps/unix/sysv/linux/sh/arch-fork.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2003-2014 Free Software Foundation, Inc.
+/* ARCH_FORK definition for Linux fork implementation.  SH version.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -25,5 +26,3 @@
   INLINE_SYSCALL (clone, 5,						      \
 		  CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, 0,     \
 		  NULL, &THREAD_SELF->tid, NULL)
-
-#include "../fork.c"

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

Summary of changes:
 ChangeLog                                          |    5 +++++
 .../unix/sysv/linux/sh/arch-fork.h                 |    5 ++---
 2 files changed, 7 insertions(+), 3 deletions(-)
 rename nptl/sysdeps/unix/sysv/linux/sh/fork.c => sysdeps/unix/sysv/linux/sh/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]