We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab94d6 commit dd4d338Copy full SHA for dd4d338
Objects/mimalloc/prim/unix/prim.c
@@ -751,7 +751,7 @@ bool _mi_prim_random_buf(void* buf, size_t buf_len) {
751
752
#elif defined(__ANDROID__) || defined(__DragonFly__) || \
753
defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \
754
- defined(__sun)
+ defined(__sun) || defined(__CYGWIN__)
755
756
#include <stdlib.h>
757
bool _mi_prim_random_buf(void* buf, size_t buf_len) {
0 commit comments