about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--nptl/sysdeps/unix/sysv/linux/powerpc/fork.c1
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/fork.h1
3 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f4d414529..342840a94e 100644
--- 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
index 06b7e1c69f..0000000000
--- 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 0000000000..14b238ad34
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/powerpc/fork.h
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/fork.h>