mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
badwords: catch and fix threading-related words
Also: - sync newlines between the two threaded examples. Closes #20001
This commit is contained in:
parent
8dadff9434
commit
61273f5812
25 changed files with 45 additions and 38 deletions
|
|
@ -52,7 +52,7 @@ struct memdebug {
|
|||
* For advanced analysis, record a log file and write perl scripts to analyze
|
||||
* them!
|
||||
*
|
||||
* Do not use these with multithreaded test programs!
|
||||
* Do not use these with multi-threaded test programs!
|
||||
*/
|
||||
|
||||
FILE *curl_dbg_logfile = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue