summaryrefslogtreecommitdiffstats
path: root/deps/jemalloc/msvc/test_threads/test_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/msvc/test_threads/test_threads.h')
-rw-r--r--deps/jemalloc/msvc/test_threads/test_threads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/jemalloc/msvc/test_threads/test_threads.h b/deps/jemalloc/msvc/test_threads/test_threads.h
new file mode 100644
index 0000000..64d0cdb
--- /dev/null
+++ b/deps/jemalloc/msvc/test_threads/test_threads.h
@@ -0,0 +1,3 @@
+#pragma once
+
+int test_threads();