mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Fix mips fork after i386 reorganization.
This commit is contained in:
parent
348f8e8c26
commit
65c89320e2
@ -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.
|
||||
|
1
sysdeps/unix/sysv/linux/mips/fork.h
Normal file
1
sysdeps/unix/sysv/linux/mips/fork.h
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/sysv/linux/i386/fork.h>
|
@ -1 +0,0 @@
|
||||
#include <sysdeps/unix/sysv/linux/i386/fork.c>
|
Loading…
Reference in New Issue
Block a user