This commit is contained in:
freemine 2021-01-24 09:44:47 +08:00
parent 6edc669fd3
commit 15b7973e48
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ extern "C" {
#define threadlocal __thread
#else
// #define threadlocal
#error please follow with the target platform's thread-local implementation
#error please follow with the thread-local implementation on the target platform
#endif
#ifdef __cplusplus