summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_stat.h
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-10-18 11:14:16 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-10-18 11:14:16 +0000
commit5cee73e486aaa617a9627bb69a6447d3369b62cc (patch)
tree5c8c1975418d3a9c0c7bf87a1eb3d4527cce7251 /lib/tsan/rtl/tsan_stat.h
parent00dc24362d11540c39d57d27de846ce5823110cd (diff)
downloadcompiler-rt-5cee73e486aaa617a9627bb69a6447d3369b62cc.tar.gz
[sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@192965 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/tsan/rtl/tsan_stat.h')
-rw-r--r--lib/tsan/rtl/tsan_stat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/tsan/rtl/tsan_stat.h b/lib/tsan/rtl/tsan_stat.h
index c98ad6bcb..a3deef85b 100644
--- a/lib/tsan/rtl/tsan_stat.h
+++ b/lib/tsan/rtl/tsan_stat.h
@@ -371,6 +371,14 @@ enum StatType {
StatInt_dlclose,
StatInt_getmntent,
StatInt_getmntent_r,
+ StatInt_statfs,
+ StatInt_statfs64,
+ StatInt_fstatfs,
+ StatInt_fstatfs64,
+ StatInt_statvfs,
+ StatInt_statvfs64,
+ StatInt_fstatvfs,
+ StatInt_fstatvfs64,
// Dynamic annotations.
StatAnnotation,