]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ARM: Define MAP_STACK and MAP_HUGETLB.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 28 Mar 2012 12:36:51 +0000 (12:36 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 28 Mar 2012 12:36:51 +0000 (12:36 +0000)
ChangeLog.arm
sysdeps/unix/sysv/linux/arm/bits/mman.h

index 4d8a78ba474a8560bf1f34066dc2a15933e10cbb..491cc920e9eeb921b4fbc7d21d075f54ccdce3a0 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-28  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/bits/mman.h (MAP_STACK): Define.
+       (MAP_HUGETLB): Likewise.
+
 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/arm/elf/start.S: Moved to ...
index 0b24db1034d53d2a3af69265f5e2b64eafbabb7d..46c7249f7538010e2971de5877f8a146103e6f76 100644 (file)
@@ -1,6 +1,5 @@
 /* Definitions for POSIX memory map interface.  Linux/ARM version.
-   Copyright (C) 1997, 2000, 2003, 2005, 2006, 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'.  */