Commit 246bc3cc by Edward Thomson

threadstate: rename tlsdata when building w/o threads

parent 20450cbe
......@@ -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