diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_stat.cc')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.cc b/compiler-rt/lib/tsan/rtl/tsan_stat.cc index bc1ce9d034f..971e739ce2d 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.cc @@ -384,6 +384,7 @@ void StatOutput(u64 *stat) { name[StatInt_statvfs64] = " statvfs64 "; name[StatInt_fstatvfs] = " fstatvfs "; name[StatInt_fstatvfs64] = " fstatvfs64 "; + name[StatInt_initgroups] = " initgroups "; name[StatAnnotation] = "Dynamic annotations "; name[StatAnnotateHappensBefore] = " HappensBefore "; |

