Disable tracking of fdopen() calls in the low-level memory leak tracking

code when fdopen() is not available, to avoid compiler error.
This commit is contained in:
Yang Tse
2008-09-13 03:45:03 +00:00
parent 7fdfd938e0
commit 89367d47a8
3 changed files with 9 additions and 1 deletions

View File

@@ -6,6 +6,10 @@
Changelog
Yang Tse (13 Sep 2008)
- Disable tracking of fdopen() calls in the low-level memory leak tracking
code when fdopen() is not available, to avoid compiler error.
Yang Tse (12 Sep 2008)
- Further adjust detection of strerror_r() in the configure process, and
ensure that errno is not modified inside Curl_strerror().