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

This commit is contained in:
Roland McGrath 2014-06-25 11:17:28 -07:00 committed by David Holsgrove
parent 0cdcad1769
commit 8b4b5da7b6
1 changed files with 2 additions and 4 deletions

View File

@ -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>