You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
py: __MACH__ also uses MAP_ANON.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
#include "misc.h"
|
||||
#include "asmx64.h"
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
#if defined(__OpenBSD__) || defined(__MACH__)
|
||||
#define MAP_ANONYMOUS MAP_ANON
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user