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

MAP_ANONYMOUS

This commit is contained in:
Konstantin Belousov 2010-03-06 16:46:52 +02:00
parent 3eabce18b1
commit d7f5141075

View file

@ -36,6 +36,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include <sys/mman.h>
#if !defined(MAP_ANONYMOUS) && defined(MAP_ANON)
# define MAP_ANONYMOUS MAP_ANON
#endif
int
main (int argc, char **argv)
{