summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_stat.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2013-03-20 14:01:10 +0000
committerDmitry Vyukov <dvyukov@google.com>2013-03-20 14:01:10 +0000
commit0ebfc6fb9ba161e994dfd1c3ce898b0895d83c33 (patch)
tree131b65b1754e39fbab911a1d431794d73a8c9eeb /lib/tsan/rtl/tsan_stat.h
parentae4cf313552e707c4a21116ef67c4f389a442aa6 (diff)
downloadcompiler-rt-0ebfc6fb9ba161e994dfd1c3ce898b0895d83c33.tar.gz
compiler-rt-0ebfc6fb9ba161e994dfd1c3ce898b0895d83c33.tar.bz2
compiler-rt-0ebfc6fb9ba161e994dfd1c3ce898b0895d83c33.tar.xz
tsan: call fflush(0) on exit again
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@177522 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 4d8c61c7..c30e5ccf 100644
--- a/lib/tsan/rtl/tsan_stat.h
+++ b/lib/tsan/rtl/tsan_stat.h
@@ -237,6 +237,7 @@ enum StatType {
StatInt_fclose,
StatInt_fread,
StatInt_fwrite,
+ StatInt_fflush,
StatInt_puts,
StatInt_rmdir,
StatInt_opendir,