mirror of
https://github.com/curl/curl.git
synced 2026-04-28 06:22:13 +03:00
We have and provide Curl_strerror() internally for a reason: strerror() is not necessarily thread-safe so we should always try to avoid it. Extended checksrc to warn for this, but feature the check disabled by default and only enable it in lib/ Closes #7685
1 line
16 B
Text
1 line
16 B
Text
enable STRERROR
|