Fix mips fork after i386 reorganization.
authorRoland McGrath <roland@hack.frob.com>
Wed, 14 May 2014 21:00:23 +0000 (14:00 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 14 May 2014 21:00:23 +0000 (14:00 -0700)
ChangeLog
sysdeps/unix/sysv/linux/mips/fork.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/nptl/fork.c [deleted file]

index 7c57a6e..c685bc7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/sysdeps/unix/sysv/linux/mips/fork.h b/sysdeps/unix/sysv/linux/mips/fork.h
new file mode 100644 (file)
index 0000000..14b238a
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/fork.h>
diff --git a/sysdeps/unix/sysv/linux/mips/nptl/fork.c b/sysdeps/unix/sysv/linux/mips/nptl/fork.c
deleted file mode 100644 (file)
index d31889e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/unix/sysv/linux/i386/fork.c>