summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_stat.h
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-10-22 12:24:48 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-10-22 12:24:48 +0000
commit0229c09d431af50fcbff953aa54d30f15691aae8 (patch)
tree5a539d24c98a8259d76af08528ff51b58fe3d180 /compiler-rt/lib/tsan/rtl/tsan_stat.h
parenteb68d9d9853379286741914152ca7100e7dcc33c (diff)
downloadbcm5719-llvm-0229c09d431af50fcbff953aa54d30f15691aae8.tar.gz
bcm5719-llvm-0229c09d431af50fcbff953aa54d30f15691aae8.zip
[sanitizer] Intercept initgroups.
llvm-svn: 193158
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_stat.h')
-rw-r--r--compiler-rt/lib/tsan/rtl/tsan_stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.h b/compiler-rt/lib/tsan/rtl/tsan_stat.h
index a3deef85b6f..237a8921e4d 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_stat.h
+++ b/compiler-rt/lib/tsan/rtl/tsan_stat.h
@@ -379,6 +379,7 @@ enum StatType {
StatInt_statvfs64,
StatInt_fstatvfs,
StatInt_fstatvfs64,
+ StatInt_initgroups,
// Dynamic annotations.
StatAnnotation,
OpenPOWER on IntegriCloud