Add a file documenting known issues.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Apr 30 16:58:23 2008 +0000 (2008-04-30)
changeset 469bac4b330b8be
parent 468 c310ff1d697f
child 470 341c43d832f1
Add a file documenting known issues.

/trunk/docs/known-issues.txt | 5 5 0 0 +++++
1 file changed, 5 insertions(+)
docs/known-issues.txt
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/known-issues.txt	Wed Apr 30 16:58:23 2008 +0000
     1.3 @@ -0,0 +1,5 @@
     1.4 +Glibc does not build: asm/page.h not found
     1.5 +
     1.6 +As of linux-2.6.25, asm/page.h is no longer exported.
     1.7 +This means the glibc up to and including 2.6.1 will not build against headers
     1.8 +exported from linux-2.6.25 and up. Status of glibc 2.7 and above is unknown.