From 2594b0a146eb4f5f16c71dc2d916b0d6a7297560 Mon Sep 17 00:00:00 2001 From: Bryan Kadzban Date: Fri, 12 Jun 2009 05:25:14 +0000 Subject: 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 --- chapter01/changelog.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'chapter01') diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0f454eb96..b7799ba2a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> + + 2009-06-11 + + + [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. + + + + 2009-06-06 -- cgit v1.2.3-54-g00ecf