diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-14 13:28:40 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-14 13:28:40 -0700 |
commit | 5085af05bdfd7b4656abdd79e7da50022e3e1cad (patch) | |
tree | a4cde0acd90dba7aee84b139ea48633c0ad2b1a7 /nptl | |
parent | 5aa618fb5b6a5414d4c36aeffec602b19ba36849 (diff) | |
download | glibc-5085af05bdfd7b4656abdd79e7da50022e3e1cad.tar.gz glibc-5085af05bdfd7b4656abdd79e7da50022e3e1cad.tar.xz glibc-5085af05bdfd7b4656abdd79e7da50022e3e1cad.zip |
Fix powerpc fork after i386 reorganization.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/powerpc/fork.c | 1 |
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" |