diff options
author | Kostya Serebryany <kcc@google.com> | 2013-02-21 10:57:10 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@gcc.gnu.org> | 2013-02-21 10:57:10 +0000 |
commit | 7df59255e1accc8f95b4d90d1a17c60cd0e6e40e (patch) | |
tree | 0ad34c195787ec507c5bcdbb710bf127eb3a2fb5 /libsanitizer/tsan/tsan_stat.h | |
parent | 22deefcbb7c556a99fd72c1fb92a3a35b6dfd4b4 (diff) | |
download | gcc-7df59255e1accc8f95b4d90d1a17c60cd0e6e40e.zip gcc-7df59255e1accc8f95b4d90d1a17c60cd0e6e40e.tar.gz gcc-7df59255e1accc8f95b4d90d1a17c60cd0e6e40e.tar.bz2 |
libsanitizer merge from upstream r175733
From-SVN: r196201
Diffstat (limited to 'libsanitizer/tsan/tsan_stat.h')
-rw-r--r-- | libsanitizer/tsan/tsan_stat.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libsanitizer/tsan/tsan_stat.h b/libsanitizer/tsan/tsan_stat.h index 1d6c54c..8b08a02 100644 --- a/libsanitizer/tsan/tsan_stat.h +++ b/libsanitizer/tsan/tsan_stat.h @@ -262,6 +262,14 @@ enum StatType { StatInt___isoc99_fscanf, StatInt_on_exit, StatInt___cxa_atexit, + StatInt_localtime, + StatInt_localtime_r, + StatInt_gmtime, + StatInt_gmtime_r, + StatInt_ctime, + StatInt_ctime_r, + StatInt_asctime, + StatInt_asctime_r, // Dynamic annotations. StatAnnotation, |