mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
py: __MACH__ also uses MAP_ANON.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "asmx64.h"
|
#include "asmx64.h"
|
||||||
|
|
||||||
#if defined(__OpenBSD__)
|
#if defined(__OpenBSD__) || defined(__MACH__)
|
||||||
#define MAP_ANONYMOUS MAP_ANON
|
#define MAP_ANONYMOUS MAP_ANON
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user