about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-11-19 09:35:39 -0500
committerUlrich Drepper <drepper@redhat.com>2010-11-19 09:35:39 -0500
commitcf7c9078a5acdbb435498ace92cd81009637a971 (patch)
tree8e6fd7e368aefaf595a53d4f657d48f0cc45b266 /sysdeps/unix/sysv/linux/i386
parenta1fb5e3ebe9d38b5ae6c5bfbfaa04882d52355bc (diff)
downloadglibc-cf7c9078a5acdbb435498ace92cd81009637a971.tar.gz
glibc-cf7c9078a5acdbb435498ace92cd81009637a971.tar.xz
glibc-cf7c9078a5acdbb435498ace92cd81009637a971.zip
Define MAP_HUGETLB.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r--sysdeps/unix/sysv/linux/i386/bits/mman.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/bits/mman.h b/sysdeps/unix/sysv/linux/i386/bits/mman.h
index 22aa401e02..7ac1aff08b 100644
--- a/sysdeps/unix/sysv/linux/i386/bits/mman.h
+++ b/sysdeps/unix/sysv/linux/i386/bits/mman.h
@@ -1,5 +1,6 @@
 /* Definitions for POSIX memory map interface.  Linux/i386 version.
-   Copyright (C) 1997,2000,2003,2005,2006,2009 Free Software Foundation, Inc.
+   Copyright (C) 1997,2000,2003,2005,2006,2009,2010
+   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
@@ -64,6 +65,7 @@
 # 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'.  */