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-454-gdf54acb


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  df54acbb7b0a2efe22e7bf369ff1055211b9fe58 (commit)
      from  bb7d033799b8456c7a8c63cdc969d34b179d8db6 (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=df54acbb7b0a2efe22e7bf369ff1055211b9fe58

commit df54acbb7b0a2efe22e7bf369ff1055211b9fe58
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri May 16 13:09:39 2014 -0700

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

diff --git a/ChangeLog b/ChangeLog
index 2ad5f7d..e538bca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-16  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
+	* sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
+
 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
 
 	* nscd/Depend (linuxthreads): Remove.
diff --git a/sysdeps/unix/sysv/linux/aarch64/nptl/fork.c b/sysdeps/unix/sysv/linux/aarch64/arch-fork.h
similarity index 88%
rename from sysdeps/unix/sysv/linux/aarch64/nptl/fork.c
rename to sysdeps/unix/sysv/linux/aarch64/arch-fork.h
index 79a2ec5..56d26f9 100644
--- a/sysdeps/unix/sysv/linux/aarch64/nptl/fork.c
+++ b/sysdeps/unix/sysv/linux/aarch64/arch-fork.h
@@ -1,5 +1,5 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
-
+/* ARCH_FORK definition for Linux fork implementation.  AArch64 version.
+   Copyright (C) 2005-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
@@ -26,5 +26,3 @@
   INLINE_SYSCALL (clone, 5,						\
 		  CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD,	\
 		  NULL, NULL, NULL, &THREAD_SELF->tid)
-
-#include <sysdeps/unix/sysv/linux/fork.c>

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

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


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]