llvm-svn: 342361
This commit is contained in:
Fangrui Song 2018-09-17 07:40:42 +00:00
parent 5fe3620261
commit cac6d21731
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ typedef pthread_t __libcpp_thread_id;
typedef pthread_t __libcpp_thread_t; typedef pthread_t __libcpp_thread_t;
// Thrad Local Storage // Thread Local Storage
typedef pthread_key_t __libcpp_tls_key; typedef pthread_key_t __libcpp_tls_key;
#define _LIBCPP_TLS_DESTRUCTOR_CC #define _LIBCPP_TLS_DESTRUCTOR_CC