Commit c2040e01 authored by Dan Melnic's avatar Dan Melnic Committed by Facebook Github Bot

Use FOLLY_EXPORT for StaticMetaBase::getThreadEntryList()

Summary: Use FOLLY_EXPORT for StaticMetaBase::getThreadEntryList()

Reviewed By: yfeldblum

Differential Revision: D8640044

fbshipit-source-id: 0907af4b091681a986ac2b0e963bc1c5258dd5c1
parent 39e1a6e9
......@@ -350,7 +350,7 @@ struct StaticMetaBase {
t->next = t->prev = t;
}
static ThreadEntryList* getThreadEntryList();
FOLLY_EXPORT static ThreadEntryList* getThreadEntryList();
static void onThreadExit(void* ptr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment