We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87b97d commit 2fd4f15Copy full SHA for 2fd4f15
sanitizers/sanitizers.h
@@ -38,5 +38,5 @@
38
39
extern std::atomic<char*> globalSanitizerLogPath;
40
41
-extern void initSanitizerPath(const char* path);
+extern "C" void initSanitizerPath(const char* path);
42
#endif
0 commit comments