Skip to content

Commit 246bc3c

Browse files
committed
threadstate: rename tlsdata when building w/o threads
1 parent 20450cb commit 246bc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/threadstate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ static void git_threadstate_global_shutdown(void)
135135

136136
int git_threadstate_global_init(void)
137137
{
138-
return git_runtime_shutdown_register(git_tlsdata_global_shutdown);
138+
return git_runtime_shutdown_register(git_threadstate_global_shutdown);
139139
}
140140

141141
git_threadstate *git_threadstate_get(void)

0 commit comments

Comments
 (0)