diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_stat.h')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.h b/compiler-rt/lib/tsan/rtl/tsan_stat.h index 062354e6193..64b12a6628f 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.h +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.h @@ -184,6 +184,9 @@ enum StatType { StatInt_dup2, StatInt_dup3, StatInt_eventfd, + StatInt_signalfd, + StatInt_inotify_init, + StatInt_inotify_init1, StatInt_socket, StatInt_socketpair, StatInt_connect, |

