diff options
Diffstat (limited to 'third_party/tcmalloc/vendor/src/maybe_threads.cc')
-rw-r--r-- | third_party/tcmalloc/vendor/src/maybe_threads.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/tcmalloc/vendor/src/maybe_threads.cc b/third_party/tcmalloc/vendor/src/maybe_threads.cc index 6b7d7b9..cda1d63 100644 --- a/third_party/tcmalloc/vendor/src/maybe_threads.cc +++ b/third_party/tcmalloc/vendor/src/maybe_threads.cc @@ -63,7 +63,7 @@ extern "C" { int pthread_setspecific(pthread_key_t, const void*) __THROW ATTRIBUTE_WEAK; int pthread_once(pthread_once_t *, void (*)(void)) - __THROW ATTRIBUTE_WEAK; + ATTRIBUTE_WEAK; } #define MAX_PERTHREAD_VALS 16 |