forked from OSchip/llvm-project
[sanitizer] Fix double definition of a function.
llvm-svn: 243055
This commit is contained in:
parent
2a892a630b
commit
6bd82ce870
|
@ -16,6 +16,8 @@
|
|||
|
||||
namespace __sanitizer {
|
||||
|
||||
#if SANITIZER_LINUX
|
||||
void WriteToSyslog(const char *buffer) {}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue