summaryrefslogtreecommitdiff
path: root/include/thread
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-12-17 14:46:43 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-12-17 14:46:43 +0000
commit2d72b1e393e35d61917d6d0ce069482ab11e96d1 (patch)
treecd09e48e86246a173f74b7e7e52ed969169352ad /include/thread
parente48e36623b011f4c9036b9a774e4016d1a476440 (diff)
downloadlibcxx-2d72b1e393e35d61917d6d0ce069482ab11e96d1.tar.gz
Effort to reduce the number of exported symbols
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@122057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/thread')
-rw-r--r--include/thread2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/thread b/include/thread
index abb56f4cb..8b3edb7f6 100644
--- a/include/thread
+++ b/include/thread
@@ -297,7 +297,7 @@ public:
class __assoc_sub_state;
-class __thread_struct_imp;
+class _LIBCPP_HIDDEN __thread_struct_imp;
class __thread_struct
{