EricWF added inline comments.
================ Comment at: include/__threading_support:580 +int __libcpp_tls_create(__libcpp_tls_key* __key, + void(_LIBCPP_TLS_DESTRUCTOR_CC* __at_exit)(void*)) +{ ---------------- The `_LIBCPP_TLS_DESTRUCTOR_CC` needs to appear an the initial declaration as well. Repository: rL LLVM https://reviews.llvm.org/D28220 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits