mirror of
https://github.com/python/cpython.git
synced 2026-06-04 16:50:51 +00:00
gh-148461: Use arc4random_buf() in mimalloc on Cygwin (#148462)
See also issue #113141.
This commit is contained in:
parent
94bca40ff0
commit
fdf064ca81
1 changed files with 1 additions and 1 deletions
|
|
@ -751,7 +751,7 @@ bool _mi_prim_random_buf(void* buf, size_t buf_len) {
|
|||
|
||||
#elif defined(__ANDROID__) || defined(__DragonFly__) || \
|
||||
defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \
|
||||
defined(__sun)
|
||||
defined(__sun) || defined(__CYGWIN__)
|
||||
|
||||
#include <stdlib.h>
|
||||
bool _mi_prim_random_buf(void* buf, size_t buf_len) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue