aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-03-28 18:39:51 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2012-03-29 00:22:33 +0200
commit29dc68465c916dbaf1ee066a6460b67bd47dcb02 (patch)
treedc7b29ac7f2331b1d8c850770f812cd915700544 /sysdeps/unix
parentaa06d8e46a94b2bc1e59257d34b32382d3a16a0c (diff)
downloadglibc-29dc68465c916dbaf1ee066a6460b67bd47dcb02.tar
glibc-29dc68465c916dbaf1ee066a6460b67bd47dcb02.tar.gz
glibc-29dc68465c916dbaf1ee066a6460b67bd47dcb02.tar.bz2
glibc-29dc68465c916dbaf1ee066a6460b67bd47dcb02.zip
m68k: define MAP_STACK and MAP_HUGETLB
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/m68k/bits/mman.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/bits/mman.h b/sysdeps/unix/sysv/linux/m68k/bits/mman.h
index 864f9ea6fe..f361932229 100644
--- a/sysdeps/unix/sysv/linux/m68k/bits/mman.h
+++ b/sysdeps/unix/sysv/linux/m68k/bits/mman.h
@@ -1,6 +1,5 @@
/* Definitions for POSIX memory map interface. Linux/m68k version.
- Copyright (C) 1997, 2000, 2003, 2005, 2008, 2009, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -63,6 +62,8 @@
# define MAP_NORESERVE 0x04000 /* Don't check for reservations. */
# define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */
# define MAP_NONBLOCK 0x10000 /* Do not block on IO. */
+# define MAP_STACK 0x20000 /* Allocation is for a stack. */
+# define MAP_HUGETLB 0x40000 /* Create huge page mapping. */
#endif
/* Flags to `msync'. */