mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
gh-121731: Fix mimalloc compile error on GNU/Hurd (#121732)
This commit is contained in:
parent
5d6861ad06
commit
d005f2c186
@ -0,0 +1 @@
|
||||
Fix mimalloc compile error on GNU/Hurd
|
@ -27,6 +27,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
||||
|
||||
#include <sys/mman.h> // mmap
|
||||
#include <unistd.h> // sysconf
|
||||
#include <fcntl.h> // open, close, read, access
|
||||
|
||||
#if defined(__linux__)
|
||||
#include <features.h>
|
||||
|
Loading…
Reference in New Issue
Block a user