]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sk/win32-pthread-exit-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Jan 2023 12:37:19 +0000 (21:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Jan 2023 12:37:19 +0000 (21:37 +0900)
commit039e5a0b701c76dce38c397853cea490d5a27373
tree99445163f27ed7393fb7811ef1948d4760dd4a36
parente83d57e34a0f36ed383607aac6a015afd3c0ef0f
parent0006e2e3f1de6a3a5351da298ee52b5d936addfd
Merge branch 'sk/win32-pthread-exit-fix'

An API emulation fix.

* sk/win32-pthread-exit-fix:
  win32: use _endthreadex to terminate threads, not ExitThread