This is the mail archive of the
libc-ports@sources.redhat.com
mailing list for the libc-ports project.
Re: [patch] fix building of mips/nptl/fork.c
On Saturday 11 March 2006 03:05, Mike Frysinger wrote:
> * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Use correct path to
> vfork.c.
err that changelog entry should obviously read 'fork.c' ... stupid copy &
paste ;)
-mike
2006-03-11 Mike Frysinger <vapier@gentoo.org>
* sysdeps/unix/sysv/linux/mips/nptl/fork.c: Use correct path to fork.c.
--- sysdeps/unix/sysv/linux/mips/nptl/fork.c
+++ sysdeps/unix/sysv/linux/mips/nptl/fork.c
@@ -1 +1 @@
-#include "../i386/fork.c"
+#include <nptl/sysdeps/unix/sysv/linux/i386/fork.c>