mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 04:30:48 +00:00
cygwin also doesn't have qsort_r
This commit is contained in:
parent
891b0277af
commit
90a4340aaa
@ -612,7 +612,7 @@ void git__qsort_r(
|
||||
#if defined(__MINGW32__) || defined(AMIGA) || \
|
||||
defined(__OpenBSD__) || defined(__NetBSD__) || \
|
||||
defined(__gnu_hurd__) || defined(__ANDROID_API__) || \
|
||||
defined(__sun) || \
|
||||
defined(__sun) || defined(__CYGWIN__) || \
|
||||
(__GLIBC__ == 2 && __GLIBC_MINOR__ < 8)
|
||||
git__insertsort_r(els, nel, elsize, NULL, cmp, payload);
|
||||
#elif defined(GIT_WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user