1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

MAP_ANONYMOUS

This commit is contained in:
Konstantin Belousov 2010-03-06 16:23:24 +02:00
parent 78cb28b4a6
commit 8ccebc9307

View file

@ -208,6 +208,9 @@ do { \
#define SOS_MEMORY_SIZE 16384 /* see src/mi/mempool.c */
#ifndef MAP_ANONYMOUS
# define MAP_ANONYMOUS MAP_ANON
#endif
#define GET_MEMORY(mem, size_in_bytes) \
do { \
/* Hopefully, mmap() goes straight through to a system call stub... */ \