aix下使用gcc编译c代码,不支持tlserror: thread-local storage not supported for this target
代码中使用了“__thread”关键字
有人知道怎么解决吗?