docs/known-issues.txt
branch1.2
changeset 739 8ebf5ea601d8
parent 538 2d3057a4b2c9
child 769 722d8cc91946
     1.1 --- a/docs/known-issues.txt	Mon May 26 20:28:11 2008 +0000
     1.2 +++ b/docs/known-issues.txt	Sun Jul 27 14:28:36 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.