source: patches/glibc-2.4-mips_fixes-1.patch@ e7a7a6f

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since e7a7a6f was 4af05f3, checked in by Jim Gifford <clfs@…>, 18 years ago

Added: glibc 2.4

  • Property mode set to 100644
File size: 607 bytes
RevLine 
[4af05f3]1Submitted By: Jim Gifford (patches at jg555 dot com)
2Date: 2006-03-16
3Initial Package Version: 2.4
4Origin: Daniel Jacobwitz
5Upstream Status: Applied
6Description: Fixes for MIPS architecture
7
8diff -Naur glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c
9--- glibc-2.4.orig/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c 2005-03-28 01:21:52.000000000 -0800
10+++ glibc-2.4/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c 2006-03-15 14:35:34.000000000 -0800
11@@ -1 +1 @@
12-#include "../i386/fork.c"
13+#include <sysdeps/unix/sysv/linux/i386/fork.c>
Note: See TracBrowser for help on using the repository browser.