summaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
diff options
context:
space:
mode:
authorThomas Guillem <thomas@gllm.fr>2022-04-05 15:46:03 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-06-07 13:34:03 +0200
commit23af112f5556d6a785c17e09f2422ac931405f61 (patch)
tree7da52fda05efd040e5df0c766c462a8020ec341e /lib/Makefile.inc
parent134963a5efdc3906257c88ce62dba8d46c292908 (diff)
downloadcurl-23af112f5556d6a785c17e09f2422ac931405f61.tar.gz
lib: make curl_global_init() threadsafe when possible
Use a posix pthread or a Windows SRWLOCK to lock curl_global_init*() and curl_global_cleanup(). Closes #8680
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r--lib/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index 1ab007896..f756515d6 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -262,6 +262,7 @@ LIB_HFILES = \
doh.h \
dotdot.h \
dynbuf.h \
+ easy_lock.h \
easyif.h \
easyoptions.h \
escape.h \