aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorBryan Kadzban <bryan@linuxfromscratch.org>2009-06-12 05:25:14 +0000
committerBryan Kadzban <bryan@linuxfromscratch.org>2009-06-12 05:25:14 +0000
commit2594b0a146eb4f5f16c71dc2d916b0d6a7297560 (patch)
tree7bf51a368840e68b40af00c94e858b8ef18643e1 /chapter01
parent8e66c9dc50b02028e13b713df79810384f041872 (diff)
Add a sed to glibc to fix the constants passed to futex(2) in 32-bit builds. Seems to fix testsuite hangs (the tst-mutex9 process never exits, for instance).
This change is in upstream git, so this can be reverted once we upgrade glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0f454eb96..b7799ba2a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -38,6 +38,17 @@
-->
<listitem>
+ <para>2009-06-11</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bryan] - Add a sed to glibc to fix the constants passed
+ to futex(2) in 32-bit builds with certain --enable-kernel values,
+ including our 2.6.18.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2009-06-06</para>
<itemizedlist>
<listitem>