diff options
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_interception.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_interception.h b/compiler-rt/lib/sanitizer_common/sanitizer_interception.h index 1d1eea13fcf..b63462d2735 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_interception.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_interception.h @@ -7,7 +7,8 @@ // //===----------------------------------------------------------------------===// // -// zzz +// Common macro definitions for interceptors. +// Always use this headers instead of interception/interception.h. // //===----------------------------------------------------------------------===// #ifndef SANITIZER_INTERCEPTION_H |