commit | edecc3839553adedd004b87081b9fa248df7a428 | [log] [tgz] |
---|---|---|
author | Alexey Samsonov <samsonov@google.com> | Wed Oct 16 08:20:31 2013 +0000 |
committer | Alexey Samsonov <samsonov@google.com> | Wed Oct 16 08:20:31 2013 +0000 |
tree | 9a783cccbfde21bef775c094c468276b86a25aa5 | |
parent | c2ccbaffa334bdd7f1c4923589543001cfff7b5c [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 llvm-svn: 192774
diff --git a/compiler-rt/lib/interception/interception_mac.h b/compiler-rt/lib/interception/interception_mac.h index 5059489..e5a35c6 100644 --- a/compiler-rt/lib/interception/interception_mac.h +++ b/compiler-rt/lib/interception/interception_mac.h
@@ -22,6 +22,7 @@ #define INTERCEPTION_MAC_H #define INTERCEPT_FUNCTION_MAC(func) +#define INTERCEPT_FUNCTION_VER_MAC(func, symver) #endif // INTERCEPTION_MAC_H #endif // __APPLE__