summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-07-31 02:38:44 -0400
committerJay Satiro <raysatiro@yahoo.com>2015-07-31 02:38:44 -0400
commit23b84e448f97cc5c4f46d3d4021d53396f08dc3c (patch)
tree4adc0da6e59fd069bcf6488bba9a3224e2e219b7
parent0da1f5dc5cf0ddf7aadbb713ee1291ef6fb6ede0 (diff)
downloadgnurl-23b84e448f97cc5c4f46d3d4021d53396f08dc3c.tar.gz
gnurl-23b84e448f97cc5c4f46d3d4021d53396f08dc3c.tar.bz2
gnurl-23b84e448f97cc5c4f46d3d4021d53396f08dc3c.zip
curl_global_init_mem.3: Warn threaded resolver needs thread safe funcs
Bug: http://curl.haxx.se/mail/lib-2015-07/0149.html Reported-by: Eric Ridge
-rw-r--r--docs/libcurl/curl_global_init_mem.35
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/curl_global_init_mem.3 b/docs/libcurl/curl_global_init_mem.3
index 491550e22..a21e63d8b 100644
--- a/docs/libcurl/curl_global_init_mem.3
+++ b/docs/libcurl/curl_global_init_mem.3
@@ -37,8 +37,9 @@ allows the application to set callbacks to replace the otherwise used internal
memory functions.
When you use this function, all callback arguments must be set to valid
-function pointers. \fBIf you are using libcurl with multiple threads the
-callback replacement functions must be thread safe.\fP
+function pointers. \fBIf you are using libcurl from multiple threads or with
+the threaded resolver (the default in Windows) the callback replacement
+functions must be thread safe.\fP
The prototypes for the given callbacks should match these:
.IP "void *malloc_callback(size_t size);"