diff --git a/sparc-shared-mapping.patch b/sparc-shared-mapping.patch index 8ccd92b..e133568 100644 --- a/sparc-shared-mapping.patch +++ b/sparc-shared-mapping.patch @@ -8,21 +8,6 @@ Subject: [PATCH] Use shared mapping to reserve memory when creating locale archi locale/programs/locarchive.c | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) -diff --git a/ChangeLog b/ChangeLog -index c5ba42c..bbd6076 100644 ---- a/ChangeLog -+++ b/ChangeLog -@@ -1,3 +1,10 @@ -+2009-10-27 Aurelien Jarno -+ -+ [BZ #10855] -+ * locale/programs/locarchive.c: use MMAP_SHARED to reserve memory -+ used later with MMAP_FIXED | MMAP_SHARED to cope with different -+ alignment restrictions. -+ - 2010-02-08 Andreas Schwab - - [BZ #11155] diff --git a/locale/programs/locarchive.c b/locale/programs/locarchive.c index a585058..4335369 100644 --- a/locale/programs/locarchive.c @@ -54,6 +39,16 @@ index a585058..4335369 100644 -1, 0)) != MAP_FAILED)) xflags = MAP_FIXED; else --- -1.6.4 - +--- glibc-2.11.1/ChangeLog.orig 2010-02-10 17:01:30.000000000 -0600 ++++ glibc-2.11.1/ChangeLog 2010-02-10 17:02:25.000000000 -0600 +@@ -1,3 +1,10 @@ ++2009-10-27 Aurelien Jarno ++ ++ [BZ #10855] ++ * locale/programs/locarchive.c: use MMAP_SHARED to reserve memory ++ used later with MMAP_FIXED | MMAP_SHARED to cope with different ++ alignment restrictions. ++ + 2009-11-24 Ulrich Drepper + + * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available