Skip to content

Commit 34e1592

Browse files
committed
Fix compile error
1 parent cbd80eb commit 34e1592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanitizers/sanitizers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838

3939
extern std::atomic<char*> globalSanitizerLogPath;
4040

41-
extern void initSanitizerPath(const char* path);
41+
extern "C" void initSanitizerPath(const char* path);
4242
#endif

0 commit comments

Comments
 (0)