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

This commit is contained in:
Roland McGrath 2014-05-16 12:57:10 -07:00 committed by Andreas Schwab
parent 987c02692a
commit 5190c17f22
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2014-05-30 Roland McGrath <roland@hack.frob.com>
* sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
* sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
2014-05-30 Ondřej Bílka <neleai@seznam.cz>
* malloc/malloc.c (malloc_info): Inline mi_arena.

View File

@ -1,4 +1,5 @@
/* Copyright (C) 2010-2014 Free Software Foundation, Inc.
/* ARCH_FORK definition for Linux fork implementation. m68k version.
Copyright (C) 2010-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
@ -25,5 +26,3 @@
INLINE_SYSCALL (clone, 5, \
CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, 0, \
NULL, &THREAD_SELF->tid, NULL)
#include <sysdeps/unix/sysv/linux/fork.c>