mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-22 04:16:27 -05:00
The _POSIX_THREAD_SAFE_FUNCTIONS constant is supposed to be defined only if flockfile() and friends are available. MinGW-w64 defines that constant, but the functions are not available. Work around that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>