about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/arch-fork.h (renamed from sysdeps/unix/sysv/linux/aarch64/nptl/fork.c)6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/nptl/fork.c b/sysdeps/unix/sysv/linux/aarch64/arch-fork.h
index 79a2ec5861..56d26f9f29 100644
--- a/sysdeps/unix/sysv/linux/aarch64/nptl/fork.c
+++ b/sysdeps/unix/sysv/linux/aarch64/arch-fork.h
@@ -1,5 +1,5 @@
-/* Copyright (C) 2005-2014 Free Software Foundation, Inc.
-
+/* ARCH_FORK definition for Linux fork implementation.  AArch64 version.
+   Copyright (C) 2005-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
@@ -26,5 +26,3 @@
   INLINE_SYSCALL (clone, 5,						\
 		  CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD,	\
 		  NULL, NULL, NULL, &THREAD_SELF->tid)
-
-#include <sysdeps/unix/sysv/linux/fork.c>