muncge changelog portion of the patch to apply cleaning on the F-12 glibc
This commit is contained in:
parent
9e3dadf3ad
commit
29880e399c
@ -8,21 +8,6 @@ Subject: [PATCH] Use shared mapping to reserve memory when creating locale archi
|
|||||||
locale/programs/locarchive.c | 6 +++---
|
locale/programs/locarchive.c | 6 +++---
|
||||||
2 files changed, 10 insertions(+), 3 deletions(-)
|
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 <aurelien@aurel32.net>
|
|
||||||
+
|
|
||||||
+ [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 <schwab@redhat.com>
|
|
||||||
|
|
||||||
[BZ #11155]
|
|
||||||
diff --git a/locale/programs/locarchive.c b/locale/programs/locarchive.c
|
diff --git a/locale/programs/locarchive.c b/locale/programs/locarchive.c
|
||||||
index a585058..4335369 100644
|
index a585058..4335369 100644
|
||||||
--- a/locale/programs/locarchive.c
|
--- a/locale/programs/locarchive.c
|
||||||
@ -54,6 +39,16 @@ index a585058..4335369 100644
|
|||||||
-1, 0)) != MAP_FAILED))
|
-1, 0)) != MAP_FAILED))
|
||||||
xflags = MAP_FIXED;
|
xflags = MAP_FIXED;
|
||||||
else
|
else
|
||||||
--
|
--- glibc-2.11.1/ChangeLog.orig 2010-02-10 17:01:30.000000000 -0600
|
||||||
1.6.4
|
+++ glibc-2.11.1/ChangeLog 2010-02-10 17:02:25.000000000 -0600
|
||||||
|
@@ -1,3 +1,10 @@
|
||||||
|
+2009-10-27 Aurelien Jarno <aurelien@aurel32.net>
|
||||||
|
+
|
||||||
|
+ [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 <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
|
||||||
|
Loading…
x
Reference in New Issue
Block a user