mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
requests from the Memcheck requests and putting the descriptions in the appropriate parts of the docs. Removed the __VALGRIND_SOME_SKIN_H test -- it was designed to prevent people #including valgrind.h when they probably want memcheck.h, but it's actually a reasonable thing to do to #include valgrind.h alone, because there are some requests in valgrind.h. Removed references to VALGRIND_MAKE_NOACCESS_STACK from the docs, as it doesn't exist in the implementation. Fixed a few other minor things. MERGE TO STABLE git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1880