We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd80eb commit 34e1592Copy full SHA for 34e1592
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