summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_stat.h
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-07-30 12:46:59 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-07-30 12:46:59 +0000
commit5ec19bc74b52fd962f079086c2fa615d6d3f0864 (patch)
tree1dd67aee0303e0078b1937b1e2855ecdb8c115ed /lib/tsan/rtl/tsan_stat.h
parent103e5b744497fdc57be9efe5e6ef40a896736993 (diff)
downloadcompiler-rt-5ec19bc74b52fd962f079086c2fa615d6d3f0864.tar.gz
[msan] Intercept confstr.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@187412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/tsan/rtl/tsan_stat.h')
-rw-r--r--lib/tsan/rtl/tsan_stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tsan/rtl/tsan_stat.h b/lib/tsan/rtl/tsan_stat.h
index 613172153..606ee66e7 100644
--- a/lib/tsan/rtl/tsan_stat.h
+++ b/lib/tsan/rtl/tsan_stat.h
@@ -347,6 +347,7 @@ enum StatType {
StatInt_tcgetattr,
StatInt_realpath,
StatInt_canonicalize_file_name,
+ StatInt_confstr,
// Dynamic annotations.
StatAnnotation,