diff options
| author | Alexander Potapenko <glider@google.com> | 2012-09-11 09:26:35 +0000 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2012-09-11 09:26:35 +0000 |
| commit | 1a471772b019b528f7f4c09b02ede47f65dd0824 (patch) | |
| tree | 99fc4cdc384d7edaf11f5dcd2cb6ab164e8cefaa /compiler-rt/lib/tsan/rtl/tsan_stat.h | |
| parent | 69a56fffae3b16f72991eca3fe2f51f8806b1593 (diff) | |
| download | bcm5719-llvm-1a471772b019b528f7f4c09b02ede47f65dd0824.tar.gz bcm5719-llvm-1a471772b019b528f7f4c09b02ede47f65dd0824.zip | |
Interceptors for lockf and lockf64, minor calloc() fix.
llvm-svn: 163602
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_stat.h')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.h b/compiler-rt/lib/tsan/rtl/tsan_stat.h index d99491f745a..08cd1ded820 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.h +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.h @@ -181,6 +181,8 @@ enum StatType { StatInt_pwrite64, StatInt_writev, StatInt_pwritev64, + StatInt_lockf, + StatInt_lockf64, StatInt_send, StatInt_sendmsg, StatInt_recv, |

