diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-25 11:17:28 -0700 |
---|---|---|
committer | David Holsgrove <david.holsgrove@xilinx.com> | 2014-07-01 14:57:50 +1000 |
commit | 8b4b5da7b69321d876e5e4c5f6dbfd81f9f60276 (patch) | |
tree | ad2dbb45017021db82b89b5a4dd50444992da544 /sysdeps | |
parent | 0cdcad1769a962583788841f6dc2df1efe989245 (diff) | |
download | glibc-8b4b5da7b69321d876e5e4c5f6dbfd81f9f60276.tar.gz glibc-8b4b5da7b69321d876e5e4c5f6dbfd81f9f60276.tar.xz glibc-8b4b5da7b69321d876e5e4c5f6dbfd81f9f60276.zip |
MicroBlaze: Convert fork.c to arch-fork.h
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/arch-fork.h (renamed from sysdeps/unix/sysv/linux/microblaze/nptl/fork.c) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/nptl/fork.c b/sysdeps/unix/sysv/linux/microblaze/arch-fork.h index 66888a6b08..fa737ad3ac 100644 --- a/sysdeps/unix/sysv/linux/microblaze/nptl/fork.c +++ b/sysdeps/unix/sysv/linux/microblaze/arch-fork.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2005-2014 Free Software Foundation, Inc. - +/* ARCH_FORK definition for Linux fork implementation. MicroBlaze version. + Copyright (C) 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 @@ -25,5 +25,3 @@ INLINE_SYSCALL (clone, 5, \ CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, 0, \ NULL, NULL, &THREAD_SELF->tid) - -#include <nptl/sysdeps/unix/sysv/linux/fork.c> |