about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
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>