commit | 5e2d3776a314629680921abd1d55d89d95a2da90 | [log] [tgz] |
---|---|---|
author | Alexey Samsonov <[email protected]> | Wed Oct 16 08:20:31 2013 +0000 |
committer | Alexey Samsonov <[email protected]> | Wed Oct 16 08:20:31 2013 +0000 |
tree | 86524a10e4ad7c9d05e8006cb67f822f283c2a1a | |
parent | e852e41d345c4be4ca28962cbc6c6d59717759c7 [diff] [blame] |
Make some pthread_mutex_* and pthread_cond_* interceptors common. Reviewers: eugenis, dvyukov Reviewed By: dvyukov CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D1937 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@192774 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/interception/interception_win.h b/lib/interception/interception_win.h index c64af1b..f2727c9 100644 --- a/lib/interception/interception_win.h +++ b/lib/interception/interception_win.h
@@ -41,5 +41,8 @@ (::__interception::uptr*)&REAL(func)) #endif +#define INTERCEPT_FUNCTION_VER_WIN(func, symver) \ + INTERCEPT_FUNCTION_WIN(func) + #endif // INTERCEPTION_WIN_H #endif // _WIN32