summaryrefslogtreecommitdiff
path: root/libsanitizer/tsan/tsan_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsanitizer/tsan/tsan_stat.h')
-rw-r--r--libsanitizer/tsan/tsan_stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsanitizer/tsan/tsan_stat.h b/libsanitizer/tsan/tsan_stat.h
index 51e4c4a377e..0dc1cd9a90d 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,