diff options
author | Kostya Serebryany <kcc@google.com> | 2012-12-05 13:19:55 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@gcc.gnu.org> | 2012-12-05 13:19:55 +0000 |
commit | a04084545806300525bb07d0c827480f5282bb55 (patch) | |
tree | 1a9c1fa8fc461362f209a6c9b1abdadaacf74938 /libsanitizer/tsan/tsan_stat.h | |
parent | cc4d934fa0d16330f29953d7ad14ff71e15f0d1b (diff) | |
download | gcc-a04084545806300525bb07d0c827480f5282bb55.zip gcc-a04084545806300525bb07d0c827480f5282bb55.tar.gz gcc-a04084545806300525bb07d0c827480f5282bb55.tar.bz2 |
[libsanitizer] merge from upstream r169371
From-SVN: r194221
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 73d8c04..51e4c4a 100644 --- a/libsanitizer/tsan/tsan_stat.h +++ b/libsanitizer/tsan/tsan_stat.h @@ -95,6 +95,7 @@ enum StatType { StatInt_longjmp, StatInt_siglongjmp, StatInt_malloc, + StatInt___libc_memalign, StatInt_calloc, StatInt_realloc, StatInt_free, |