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(-)
This commit is contained in:
Yann E. MORIN" 2008-08-07 21:33:09 +00:00
parent 2ad2fc7f26
commit 9382ba4cda

View File

@ -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).