mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
AArch64: Convert fork.c to arch-fork.h
This commit is contained in:
parent
bb7d033799
commit
df54acbb7b
@ -1,3 +1,8 @@
|
|||||||
|
2014-05-16 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* 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 <joseph@codesourcery.com>
|
2014-05-21 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* nscd/Depend (linuxthreads): Remove.
|
* nscd/Depend (linuxthreads): Remove.
|
||||||
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -26,5 +26,3 @@
|
|||||||
INLINE_SYSCALL (clone, 5, \
|
INLINE_SYSCALL (clone, 5, \
|
||||||
CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, \
|
CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, \
|
||||||
NULL, NULL, NULL, &THREAD_SELF->tid)
|
NULL, NULL, NULL, &THREAD_SELF->tid)
|
||||||
|
|
||||||
#include <sysdeps/unix/sysv/linux/fork.c>
|
|
Loading…
Reference in New Issue
Block a user