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 roland/nptl-sparc created. glibc-2.19-534-g9ad8828


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, roland/nptl-sparc has been created
        at  9ad8828cafa8d1ba1b272605dfd68c0d3112fbb3 (commit)

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=9ad8828cafa8d1ba1b272605dfd68c0d3112fbb3

commit 9ad8828cafa8d1ba1b272605dfd68c0d3112fbb3
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Jun 5 11:52:01 2014 -0700

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

diff --git a/ChangeLog b/ChangeLog
index 17f0c83..2091269 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-05  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
+	* nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
+
 2014-06-05  OndÅ?ej Bílka  <neleai@seznam.cz>
 
 	[BZ #15698]
diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/fork.c b/sysdeps/unix/sysv/linux/sparc/arch-fork.h
similarity index 88%
rename from nptl/sysdeps/unix/sysv/linux/sparc/fork.c
rename to sysdeps/unix/sysv/linux/sparc/arch-fork.h
index c7b90d6..fcb47d0 100644
--- a/nptl/sysdeps/unix/sysv/linux/sparc/fork.c
+++ b/sysdeps/unix/sysv/linux/sparc/arch-fork.h
@@ -1,4 +1,5 @@
-/* Copyright (C) 2003-2014 Free Software Foundation, Inc.
+/* ARCH_FORK definition for Linux fork implementation.  SPARC version.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
 
@@ -24,5 +25,3 @@
 #define ARCH_FORK() \
   INLINE_CLONE_SYSCALL (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, \
 			0, NULL, NULL, &THREAD_SELF->tid)
-
-#include "../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]