summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-07 21:33:09 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-07 21:33:09 (GMT)
commit9382ba4cda02ac224b99b01c2a3d2b8fbb87063f (patch)
tree337bf12835704b0513b57beff707b4a6e6c87d27 /docs
parent2ad2fc7f2671309fe48872f8ddd6c985df4207e0 (diff)
Update the known issues: empty the file prior to adding new ones.
/trunk/docs/known-issues.txt | 7 0 7 0 ------- 1 file changed, 7 deletions(-)
Diffstat (limited to 'docs')
-rw-r--r--docs/known-issues.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/known-issues.txt b/docs/known-issues.txt
index 084a542..e69de29 100644
--- a/docs/known-issues.txt
+++ b/docs/known-issues.txt
@@ -1,7 +0,0 @@
-Glibc does not build: asm/page.h not found
-
-As of linux-2.6.25, asm/page.h is no longer exported.
-This means the glibc up to and including 2.6 will not build against headers
-exported from linux-2.6.25 and up. Starting with glibc-2.6.1, patches are
-available that solves the issue. Switch to at least 2.6.1 if you can, or try
-to backport the fix (should be quite easy).