Fix mips fork after i386 reorganization.

This commit is contained in:
Roland McGrath 2014-05-14 14:00:23 -07:00
parent 348f8e8c26
commit 65c89320e2
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/mips/fork.h: New file.
* sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
* nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
* nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
* sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.

View File

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

View File

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