Unverified Commit b106834d by Edward Thomson Committed by GitHub

Merge pull request #5668 from libgit2/ethomson/tlsdata

threadstate: rename tlsdata when building w/o threads
parents 20450cbe 246bc3cc
......@@ -135,7 +135,7 @@ static void git_threadstate_global_shutdown(void)
int git_threadstate_global_init(void)
{
return git_runtime_shutdown_register(git_tlsdata_global_shutdown);
return git_runtime_shutdown_register(git_threadstate_global_shutdown);
}
git_threadstate *git_threadstate_get(void)
......
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