1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

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

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>