summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-14 13:28:40 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-14 13:28:40 -0700
commit5085af05bdfd7b4656abdd79e7da50022e3e1cad (patch)
treea4cde0acd90dba7aee84b139ea48633c0ad2b1a7 /nptl/sysdeps/unix/sysv
parent5aa618fb5b6a5414d4c36aeffec602b19ba36849 (diff)
Fix powerpc fork after i386 reorganization.
Diffstat (limited to 'nptl/sysdeps/unix/sysv')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/powerpc/fork.c1
1 files changed, 0 insertions, 1 deletions
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"