Commit 8970acb750ecf4b86883d9ea1a8cb280517e6c86

Edward Thomson 2020-05-15T10:29:41

thread: don't use the global tlsdata for thread exit We want to store a pointer to emulate `pthread_exit` on Windows. Do this within the threading infrastructure so that it could potentially be re-used outside of the context of libgit2 itself.