mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:13:38 +03:00
curl_version_info: add CURL_VERSION_THREADSAFE_INIT
This flag can be used to make sure that curl_global_init() is thread-safe. This can be useful for libraries that can't control what other dependencies are doing with Curl. Closes #8680
This commit is contained in:
parent
23af112f55
commit
2ed1012564
10 changed files with 141 additions and 4 deletions
|
|
@ -245,4 +245,4 @@ test2200 test2201 test2202 test2203 test2204 test2205 \
|
|||
test3000 test3001 test3002 test3003 test3004 test3005 test3006 test3007 \
|
||||
test3008 test3009 test3010 test3011 test3012 test3013 test3014 test3015 \
|
||||
test3016 test3017 test3018 test3019 test3020 test3021 test3022 test3023 \
|
||||
test3024 test3025
|
||||
test3024 test3025 test3026
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue