MicroBlaze: Convert fork.c to arch-fork.h
authorRoland McGrath <roland@hack.frob.com>
Wed, 25 Jun 2014 18:17:28 +0000 (11:17 -0700)
committerDavid Holsgrove <david.holsgrove@xilinx.com>
Tue, 1 Jul 2014 04:57:50 +0000 (14:57 +1000)
sysdeps/unix/sysv/linux/microblaze/arch-fork.h [moved from sysdeps/unix/sysv/linux/microblaze/nptl/fork.c with 89% similarity]

@@ -1,5 +1,5 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
-
+/* ARCH_FORK definition for Linux fork implementation.  MicroBlaze version.
+   Copyright (C) 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 +25,3 @@
   INLINE_SYSCALL (clone, 5,                                                   \
                   CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, 0,     \
                   NULL, NULL, &THREAD_SELF->tid)
-
-#include <nptl/sysdeps/unix/sysv/linux/fork.c>