diff options
author | Kostya Serebryany <kcc@google.com> | 2012-12-06 14:43:11 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@gcc.gnu.org> | 2012-12-06 14:43:11 +0000 |
commit | 695edbac5c1b02ac162a301d6886dc073b0361fb (patch) | |
tree | 1f745ce7339c78271d4e10927b85f87464a29e01 /libsanitizer/tsan/tsan_stat.h | |
parent | c8211767c5f4e6bcce383122cddcbe812b871182 (diff) | |
download | gcc-695edbac5c1b02ac162a301d6886dc073b0361fb.zip gcc-695edbac5c1b02ac162a301d6886dc073b0361fb.tar.gz gcc-695edbac5c1b02ac162a301d6886dc073b0361fb.tar.bz2 |
[libsanitizer] merge from upstream r169392
From-SVN: r194255
Diffstat (limited to 'libsanitizer/tsan/tsan_stat.h')
-rw-r--r-- | libsanitizer/tsan/tsan_stat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsanitizer/tsan/tsan_stat.h b/libsanitizer/tsan/tsan_stat.h index 51e4c4a..0dc1cd9 100644 --- a/libsanitizer/tsan/tsan_stat.h +++ b/libsanitizer/tsan/tsan_stat.h @@ -133,6 +133,7 @@ enum StatType { StatInt_atexit, StatInt___cxa_guard_acquire, StatInt___cxa_guard_release, + StatInt___cxa_guard_abort, StatInt_pthread_create, StatInt_pthread_join, StatInt_pthread_detach, |