diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_stat.h')
-rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.h b/compiler-rt/lib/tsan/rtl/tsan_stat.h index 1869c9d1fd8..afb3c22d6d5 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.h +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.h @@ -411,6 +411,7 @@ enum StatType { StatInt_lrand48_r, StatInt_getline, StatInt_getdelim, + StatInt_iconv, StatInt_pthread_attr_getdetachstate, StatInt_pthread_attr_getguardsize, |