summaryrefslogtreecommitdiff
path: root/libsanitizer/tsan/tsan_interceptors.h
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-24 00:18:36 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-24 00:18:36 +0000
commit72beb8964e32ed37dc01bb12bdc13ce73d45ffef (patch)
tree24f0c6a6a6a9f8245d39b259240c6a3e769a5e56 /libsanitizer/tsan/tsan_interceptors.h
parent2b2578c81b69bc311140c798fc0cd2b4d2f94b68 (diff)
downloadgcc-72beb8964e32ed37dc01bb12bdc13ce73d45ffef.tar.gz
PR sanitizer/79168
* merge.sh (change_comment_headers): Don't remove 2nd and 3rd line if the 3rd line doesn't contain 'The LLVM Compiler Infrastructure' text. * sanitizer_common/sanitizer_linux_mips64.S: Regenerated. * sanitizer_common/sanitizer_linux_x86_64.S: Likewise. * tsan/tsan_ppc_regs.h: Likewise. * tsan/tsan_rtl_aarch64.S: Likewise. * tsan/tsan_rtl_mips64.S: Likewise. * tsan/tsan_rtl_ppc64.S: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244844 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libsanitizer/tsan/tsan_interceptors.h')
-rw-r--r--libsanitizer/tsan/tsan_interceptors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsanitizer/tsan/tsan_interceptors.h b/libsanitizer/tsan/tsan_interceptors.h
index 97fa5085a78..a0f9a0753a6 100644
--- a/libsanitizer/tsan/tsan_interceptors.h
+++ b/libsanitizer/tsan/tsan_interceptors.h
@@ -1,4 +1,6 @@
#ifndef TSAN_INTERCEPTORS_H
+#define TSAN_INTERCEPTORS_H
+
#include "sanitizer_common/sanitizer_stacktrace.h"
#include "tsan_rtl.h"