From: Roland McGrath Date: Wed, 25 Jun 2014 18:17:28 +0000 (-0700) Subject: MicroBlaze: Convert fork.c to arch-fork.h X-Git-Tag: upstream/2.30~7185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b4b5da7b69321d876e5e4c5f6dbfd81f9f60276;p=external%2Fglibc.git MicroBlaze: Convert fork.c to arch-fork.h --- diff --git a/sysdeps/unix/sysv/linux/microblaze/nptl/fork.c b/sysdeps/unix/sysv/linux/microblaze/arch-fork.h similarity index 89% rename from sysdeps/unix/sysv/linux/microblaze/nptl/fork.c rename to sysdeps/unix/sysv/linux/microblaze/arch-fork.h index 66888a6..fa737ad 100644 --- a/sysdeps/unix/sysv/linux/microblaze/nptl/fork.c +++ b/sysdeps/unix/sysv/linux/microblaze/arch-fork.h @@ -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