Fix powerpc fork after i386 reorganization.

This commit is contained in:
Roland McGrath 2014-05-14 13:28:40 -07:00
parent 5aa618fb5b
commit 5085af05bd
3 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -1 +0,0 @@
#include "../i386/fork.c"

View File

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/i386/fork.h>