]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90815: Fix mimalloc build on WASI (#111524)
authorVictor Stinner <vstinner@python.org>
Mon, 30 Oct 2023 22:10:22 +0000 (23:10 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 22:10:22 +0000 (23:10 +0100)
commit1673e440174361568688c7374a32fac3e7785175
treea11628113f700f77968c53df5304ca792984c7e2
parentda4d3142a247fc77da508a4b3261e6642a196052
gh-90815: Fix mimalloc build on WASI (#111524)

Include <unistd.h> to get sbrk() function.
Objects/mimalloc/prim/wasi/prim.c