Fix powerpc fork after i386 reorganization.
authorRoland McGrath <roland@hack.frob.com>
Wed, 14 May 2014 20:28:40 +0000 (13:28 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 14 May 2014 20:28:40 +0000 (13:28 -0700)
ChangeLog
nptl/sysdeps/unix/sysv/linux/powerpc/fork.c [deleted file]
sysdeps/unix/sysv/linux/powerpc/fork.h [new file with mode: 0644]

index 9f4d414..342840a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-05-14  Roland McGrath  <roland@hack.frob.com>
 
+       * 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 (file)
index 06b7e1c..0000000
+++ /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 (file)
index 0000000..14b238a
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/fork.h>