Author: jim Date: 2005-10-18 01:15:47 -0600 (Tue, 18 Oct 2005) New Revision: 1202
Added: trunk/glibc/glibc-20051017-remap_update-1.patch Modified: trunk/ Log: [EMAIL PROTECTED]: jim | 2005-10-18 00:13:36 -0700 Added: glibc-20051017-remap_update-1.patch Property changes on: trunk ___________________________________________________________________ Name: svk:merge - cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1398 + cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1402 Added: trunk/glibc/glibc-20051017-remap_update-1.patch =================================================================== --- trunk/glibc/glibc-20051017-remap_update-1.patch 2005-10-18 04:50:21 UTC (rev 1201) +++ trunk/glibc/glibc-20051017-remap_update-1.patch 2005-10-18 07:15:47 UTC (rev 1202) @@ -0,0 +1,26 @@ +Submitted By: Jim Gifford (patches at jg555 dot com) +Date: 2005-10-18 +Initial Package Version: 20051017 Snapshot +Origin: Jim Gifford based on BZ 1458 +Upstream Status: Sent +Description: Fixes MREMAP_FIXED error that can occur on the MIPS + and ALPHA architectures using the current glibc snapshot. + +--- glibc-20051017/sysdeps/unix/sysv/linux/alpha/bits/mman.h.orig 2005-10-18 07:07:00.000000000 +0000 ++++ glibc-20051017/sysdeps/unix/sysv/linux/alpha/bits/mman.h 2005-10-18 07:07:11.000000000 +0000 +@@ -86,6 +86,7 @@ + /* Flags for `mremap'. */ + #ifdef __USE_GNU + # define MREMAP_MAYMOVE 1 ++# define MREMAP_FIXED 2 + #endif + + /* Advice to `madvise'. */ +--- glibc-20051017/sysdeps/unix/sysv/linux/mips/bits/mman.h.orig 2005-10-18 06:59:19.000000000 +0000 ++++ glibc-20051017/sysdeps/unix/sysv/linux/mips/bits/mman.h 2005-10-18 06:59:51.000000000 +0000 +@@ -89,4 +89,5 @@ + /* Flags for `mremap'. */ + #ifdef __USE_GNU + # define MREMAP_MAYMOVE 1 ++# define MREMAP_FIXED 2 + #endif -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
