alpha: Update bits/mman.h.
This commit is contained in:
parent
4ca39b2a40
commit
cdf73ff5b6
@ -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>
|
2012-04-26 Matt Turner <mattst88@gmail.com>
|
||||||
|
|
||||||
* sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
|
* sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* Definitions for POSIX memory map interface. Linux/Alpha version.
|
/* Definitions for POSIX memory map interface. Linux/Alpha version.
|
||||||
Copyright (C) 1997, 1998, 2000, 2003, 2006, 2009
|
Copyright (C) 1997-2012 Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
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_NORESERVE 0x10000 /* Don't check for reservations. */
|
||||||
# define MAP_POPULATE 0x20000 /* Populate (prefault) pagetables. */
|
# define MAP_POPULATE 0x20000 /* Populate (prefault) pagetables. */
|
||||||
# define MAP_NONBLOCK 0x40000 /* Do not block on IO. */
|
# 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
|
#endif
|
||||||
|
|
||||||
/* Flags to `msync'. */
|
/* Flags to `msync'. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user