Add a file documenting known issues.

/trunk/docs/known-issues.txt |    5     5     0     0 +++++
 1 file changed, 5 insertions(+)
This commit is contained in:
Yann E. MORIN" 2008-04-30 16:58:23 +00:00
parent 886c3e7c8b
commit 3d96f4fb51

5
docs/known-issues.txt Normal file
View File

@ -0,0 +1,5 @@
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.1 will not build against headers
exported from linux-2.6.25 and up. Status of glibc 2.7 and above is unknown.