diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-13 16:26:38 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-13 16:26:38 -0700 |
commit | 45193bb8148dd632774362855dc8b9abd71d50e5 (patch) | |
tree | 635304353e62748f8063995653ae90ef51ccedba | |
parent | f6fdf53382922f51569f9dae0a0552e780a88fd6 (diff) | |
download | glibc-45193bb8148dd632774362855dc8b9abd71d50e5.tar.gz glibc-45193bb8148dd632774362855dc8b9abd71d50e5.tar.xz glibc-45193bb8148dd632774362855dc8b9abd71d50e5.zip |
S390: Convert fork.c to arch-fork.h
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/arch-fork.h (renamed from nptl/sysdeps/unix/sysv/linux/s390/fork.c) | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 39e94f6261..00eefa44ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-06-13 Roland McGrath <roland@hack.frob.com> + + * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file. + * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed. + 2014-06-13 David S. Miller <davem@davemloft.net> * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete. diff --git a/nptl/sysdeps/unix/sysv/linux/s390/fork.c b/sysdeps/unix/sysv/linux/s390/arch-fork.h index 20fe4c9eff..c9c71f26d2 100644 --- a/nptl/sysdeps/unix/sysv/linux/s390/fork.c +++ b/sysdeps/unix/sysv/linux/s390/arch-fork.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2003-2014 Free Software Foundation, Inc. +/* ARCH_FORK definition for Linux fork implementation. S390 version. + Copyright (C) 2003-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003. @@ -26,5 +27,3 @@ INLINE_SYSCALL (clone, 5, \ 0, CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, \ NULL, &THREAD_SELF->tid, NULL) - -#include "../fork.c" |