S390: Convert fork.c to arch-fork.h
authorRoland McGrath <roland@hack.frob.com>
Fri, 13 Jun 2014 23:26:38 +0000 (16:26 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 13 Jun 2014 23:26:38 +0000 (16:26 -0700)
ChangeLog
sysdeps/unix/sysv/linux/s390/arch-fork.h [moved from nptl/sysdeps/unix/sysv/linux/s390/fork.c with 89% similarity]

index 39e94f6..00eefa4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-13  Roland McGrath  <roland@hack.frob.com>
+
+       * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
+       * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
+
 2014-06-13  David S. Miller  <davem@davemloft.net>
 
        * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
similarity index 89%
rename from nptl/sysdeps/unix/sysv/linux/s390/fork.c
rename to sysdeps/unix/sysv/linux/s390/arch-fork.h
index 20fe4c9..c9c71f2 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 2003-2014 Free Software Foundation, Inc.
+/* ARCH_FORK definition for Linux fork implementation. S390 version.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
 
@@ -26,5 +27,3 @@
   INLINE_SYSCALL (clone, 5,                                                  \
                  0, CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD,     \
                  NULL, &THREAD_SELF->tid, NULL)
-
-#include "../fork.c"