Skip to content

Commit

Permalink
m68k: Convert fork.c to arch-fork.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath authored and Andreas Schwab committed May 30, 2014
1 parent 987c026 commit 5190c17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* malloc/malloc.c (malloc_info): Inline mi_arena.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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>

0 comments on commit 5190c17

Please sign in to comment.