1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Sync with Linux 3.8

This commit is contained in:
Andreas Jaeger
2013-03-06 16:35:19 +01:00
parent 5c56e93368
commit 67525cb832
25 changed files with 108 additions and 6 deletions

View File

@ -51,6 +51,9 @@
# define MAP_FILE 0
# define MAP_ANONYMOUS 0x20 /* Don't use a file. */
# define MAP_ANON MAP_ANONYMOUS
/* When MAP_HUGETLB is set bits [26:31] encode the log2 of the huge page size. */
# define MAP_HUGE_SHIFT 26
# define MAP_HUGE_MASK 0x3f
#endif
/* Flags to `msync'. */