commit | c950e77d1d0431b9fa9144e9ea7eaa858d8e032e | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Fri Dec 17 14:46:43 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Fri Dec 17 14:46:43 2010 +0000 |
tree | 31a672a40ebda8b5227d84a342b243b1099c6700 | |
parent | 166cfa3a428aaf9f0cf780461b4c21aea45eb905 [diff] [blame] |
Effort to reduce the number of exported symbols llvm-svn: 122057
diff --git a/libcxx/include/thread b/libcxx/include/thread index abb56f4..8b3edb7 100644 --- a/libcxx/include/thread +++ b/libcxx/include/thread
@@ -297,7 +297,7 @@ class __assoc_sub_state; -class __thread_struct_imp; +class _LIBCPP_HIDDEN __thread_struct_imp; class __thread_struct {