| Index: src/IceTLS.h
|
| diff --git a/src/IceTLS.h b/src/IceTLS.h
|
| index ee1fe24687162c28a7e7dbf72c1b40a0fabea2b5..683766849e5287bb1b60255b15b96b3fc8615567 100644
|
| --- a/src/IceTLS.h
|
| +++ b/src/IceTLS.h
|
| @@ -6,12 +6,13 @@
|
| // License. See LICENSE.TXT for details.
|
| //
|
| //===----------------------------------------------------------------------===//
|
| -//
|
| -// This file defines macros for working around the lack of support for
|
| -// thread_local in MacOS 10.6. It assumes std::thread is written in
|
| -// terms of pthread. Define ICE_THREAD_LOCAL_HACK to enable the
|
| -// pthread workarounds.
|
| -//
|
| +///
|
| +/// \file
|
| +/// This file defines macros for working around the lack of support for
|
| +/// thread_local in MacOS 10.6. It assumes std::thread is written in
|
| +/// terms of pthread. Define ICE_THREAD_LOCAL_HACK to enable the
|
| +/// pthread workarounds.
|
| +///
|
| //===----------------------------------------------------------------------===//
|
|
|
| #ifndef SUBZERO_SRC_ICETLS_H
|
|
|