Update the list of known issues.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jul 15 17:47:51 2008 +0000 (2008-07-15)
changeset 6717abb354d4570
parent 670 fd6a9a8055cb
child 672 889b448303ae
Update the list of known issues.

/trunk/docs/known-issues.txt | 13 0 13 0 -------------
1 file changed, 13 deletions(-)
docs/known-issues.txt
     1.1 --- a/docs/known-issues.txt	Tue Jul 15 09:57:10 2008 +0000
     1.2 +++ b/docs/known-issues.txt	Tue Jul 15 17:47:51 2008 +0000
     1.3 @@ -5,16 +5,3 @@
     1.4  exported from linux-2.6.25 and up. Starting with glibc-2.6.1, patches are
     1.5  available that solves the issue. Switch to at least 2.6.1 if you can, or try
     1.6  to backport the fix (should be quite easy).
     1.7 -
     1.8 -----
     1.9 -dmalloc does not build
    1.10 -
    1.11 -This broken build has been observed for big endian ARM with glibc and NPTL,
    1.12 -and with i686 with glibc and NPTL.
    1.13 -
    1.14 -This has not been fully investigated yet. There is a name clash with strdup,
    1.15 -where it is a macro somewhere, and dmalloc tries to re-declare a strdup
    1.16 -function in dmalloc.h, but the declaration is overwritten with the macro
    1.17 -expansion, and thus the build is broken.
    1.18 -
    1.19 -The common denominator seems to be NPTL.