From: Roland McGrath Date: Fri, 16 May 2014 20:09:39 +0000 (-0700) Subject: AArch64: Convert fork.c to arch-fork.h X-Git-Tag: glibc-2.20~458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df54acbb7b0a2efe22e7bf369ff1055211b9fe58;p=thirdparty%2Fglibc.git AArch64: Convert fork.c to arch-fork.h --- diff --git a/ChangeLog b/ChangeLog index 2ad5f7de9af..e538bca0d1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-05-16 Roland McGrath + + * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file. + * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed. + 2014-05-21 Joseph Myers * nscd/Depend (linuxthreads): Remove. diff --git a/sysdeps/unix/sysv/linux/aarch64/nptl/fork.c b/sysdeps/unix/sysv/linux/aarch64/arch-fork.h similarity index 88% rename from sysdeps/unix/sysv/linux/aarch64/nptl/fork.c rename to sysdeps/unix/sysv/linux/aarch64/arch-fork.h index 79a2ec58618..56d26f9f295 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