Skip to content

Commit 2fd4f15

Browse files
MinyazevRiakov
authored andcommitted
Fix compile error
1 parent d87b97d commit 2fd4f15

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)