mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
m68k: Convert fork.c to arch-fork.h
This commit is contained in:
committed by
Andreas Schwab
parent
987c02692a
commit
5190c17f22
@@ -1,3 +1,8 @@
|
|||||||
|
2014-05-30 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
|
||||||
|
* sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
|
||||||
|
|
||||||
2014-05-30 Ondřej Bílka <neleai@seznam.cz>
|
2014-05-30 Ondřej Bílka <neleai@seznam.cz>
|
||||||
|
|
||||||
* malloc/malloc.c (malloc_info): Inline mi_arena.
|
* malloc/malloc.c (malloc_info): Inline mi_arena.
|
||||||
|
@@ -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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
|
Contributed by Maxim Kuvyrkov <maxim@codesourcery.com>, 2010.
|
||||||
|
|
||||||
@@ -25,5 +26,3 @@
|
|||||||
INLINE_SYSCALL (clone, 5, \
|
INLINE_SYSCALL (clone, 5, \
|
||||||
CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, 0, \
|
CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, 0, \
|
||||||
NULL, &THREAD_SELF->tid, NULL)
|
NULL, &THREAD_SELF->tid, NULL)
|
||||||
|
|
||||||
#include <sysdeps/unix/sysv/linux/fork.c>
|
|
Reference in New Issue
Block a user