* OS X doesn’t have MAP_ANONYMOUS, alias it to MAP_ANON.
This commit is contained in:
@@ -60,6 +60,10 @@
|
||||
# define SIGKILL 9
|
||||
#endif
|
||||
|
||||
#if !defined MAP_ANONYMOUS
|
||||
# define MAP_ANONYMOUS MAP_ANON
|
||||
#endif
|
||||
|
||||
/* TODO: mremap, maybe brk/sbrk (haha) */
|
||||
|
||||
/* Library functions that we divert */
|
||||
|
||||
Reference in New Issue
Block a user