forked from OSchip/llvm-project
[asan] Fix lint failure in asan_interface.h
This commit is contained in:
parent
13e04607f7
commit
cd751bcd52
|
@ -252,7 +252,8 @@ extern "C" {
|
||||||
|
|
||||||
SANITIZER_INTERFACE_ATTRIBUTE void __asan_handle_vfork(void *sp);
|
SANITIZER_INTERFACE_ATTRIBUTE void __asan_handle_vfork(void *sp);
|
||||||
|
|
||||||
SANITIZER_INTERFACE_ATTRIBUTE int __asan_update_allocation_context(void* addr);
|
SANITIZER_INTERFACE_ATTRIBUTE int __asan_update_allocation_context(
|
||||||
|
void *addr);
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
|
|
||||||
#endif // ASAN_INTERFACE_INTERNAL_H
|
#endif // ASAN_INTERFACE_INTERNAL_H
|
||||||
|
|
Loading…
Reference in New Issue