From 5085af05bdfd7b4656abdd79e7da50022e3e1cad Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 14 May 2014 13:28:40 -0700 Subject: [PATCH] Fix powerpc fork after i386 reorganization. --- ChangeLog | 3 +++ nptl/sysdeps/unix/sysv/linux/powerpc/fork.c | 1 - sysdeps/unix/sysv/linux/powerpc/fork.h | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 nptl/sysdeps/unix/sysv/linux/powerpc/fork.c create mode 100644 sysdeps/unix/sysv/linux/powerpc/fork.h diff --git a/ChangeLog b/ChangeLog index 9f4d414..342840a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-05-14 Roland McGrath + * sysdeps/unix/sysv/linux/powerpc/fork.h: New file. + * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed. + * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed. * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed. diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/fork.c b/nptl/sysdeps/unix/sysv/linux/powerpc/fork.c deleted file mode 100644 index 06b7e1c..0000000 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/fork.c +++ /dev/null @@ -1 +0,0 @@ -#include "../i386/fork.c" diff --git a/sysdeps/unix/sysv/linux/powerpc/fork.h b/sysdeps/unix/sysv/linux/powerpc/fork.h new file mode 100644 index 0000000..14b238a --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/fork.h @@ -0,0 +1 @@ +#include -- 2.7.4