diff options
Diffstat (limited to 'gnu/llvm/libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp')
-rw-r--r-- | gnu/llvm/libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/llvm/libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp b/gnu/llvm/libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp new file mode 100644 index 00000000000..46161babdb1 --- /dev/null +++ b/gnu/llvm/libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp @@ -0,0 +1,4 @@ +#define HAVE_THREAD_SAFETY_ATTRIBUTES +#include "../src/mutex.h" + +int main() {} |