about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-16 12:57:10 -0700
committerAndreas Schwab <schwab@linux-m68k.org>2014-05-30 18:44:55 +0200
commit5190c17f2280d3aa27cfb057816d09d9af03b167 (patch)
treef63a8423f9566a3bff62dc8963b9da321a587b9a /sysdeps
parent987c02692a88b8c9024cb99187434aad02c3c047 (diff)
downloadglibc-5190c17f2280d3aa27cfb057816d09d9af03b167.tar.gz
glibc-5190c17f2280d3aa27cfb057816d09d9af03b167.tar.xz
glibc-5190c17f2280d3aa27cfb057816d09d9af03b167.zip
m68k: Convert fork.c to arch-fork.h
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/m68k/arch-fork.h (renamed from sysdeps/unix/sysv/linux/m68k/nptl/fork.c)5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/nptl/fork.c b/sysdeps/unix/sysv/linux/m68k/arch-fork.h
index 69f9c6f202..27aa6286c8 100644
--- a/sysdeps/unix/sysv/linux/m68k/nptl/fork.c
+++ b/sysdeps/unix/sysv/linux/m68k/arch-fork.h
@@ -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>