]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
alpha: Update bits/mman.h.
authorMatt Turner <mattst88@gmail.com>
Fri, 27 Apr 2012 02:07:54 +0000 (22:07 -0400)
committerRichard Henderson <rth@twiddle.net>
Fri, 27 Apr 2012 14:33:47 +0000 (07:33 -0700)
ChangeLog.alpha
sysdeps/unix/sysv/linux/alpha/bits/mman.h

index 72eb5afe5d12910862696eeb81fbfcf9f8a3067f..e908e27790162e9a8a3bf12ada5a9565ef886233 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-26  Matt Turner  <mattst88@gmail.com>
+
+       * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_STACK): Define.
+       (MAP_HUGETLB): Likewise.
+
 2012-04-26  Matt Turner  <mattst88@gmail.com>
 
        * sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
index 5724e5f2946b666cc254da905392e63bb7136617..6635bd44e7a6de15d5dc3a8469787c3bc12d3d89 100644 (file)
@@ -1,6 +1,5 @@
 /* Definitions for POSIX memory map interface.  Linux/Alpha version.
-   Copyright (C) 1997, 1998, 2000, 2003, 2006, 2009
-   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
@@ -71,6 +70,8 @@
 # define MAP_NORESERVE   0x10000       /* Don't check for reservations.  */
 # define MAP_POPULATE    0x20000       /* Populate (prefault) pagetables.  */
 # define MAP_NONBLOCK    0x40000       /* Do not block on IO.  */
+# define MAP_STACK       0x80000       /* Allocation is for a stack.  */
+# define MAP_HUGETLB     0x100000      /* Create huge page mapping.  */
 #endif
 
 /* Flags to `msync'.  */