summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-21 01:33:25 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-21 01:33:25 +0000
commit280b34b02463267977e8369ba7c2516a8e14feda (patch)
tree77d59f7cd2294b881f50cee95949b7fc815314af /libc/sysdeps/linux/x86_64
parent331a0e429e426136bbbb55a0922eb8de1392c78d (diff)
sync with glibc
Diffstat (limited to 'libc/sysdeps/linux/x86_64')
-rw-r--r--libc/sysdeps/linux/x86_64/bits/mman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/x86_64/bits/mman.h b/libc/sysdeps/linux/x86_64/bits/mman.h
index b1a8b93d3..880390055 100644
--- a/libc/sysdeps/linux/x86_64/bits/mman.h
+++ b/libc/sysdeps/linux/x86_64/bits/mman.h
@@ -90,6 +90,8 @@
# define MADV_WILLNEED 3 /* Will need these pages. */
# define MADV_DONTNEED 4 /* Don't need these pages. */
# define MADV_REMOVE 5 /* Remove these pages and resources. */
+# define MADV_DONTFORK 10 /* Do not inherit across fork. */
+# define MADV_DOFORK 11 /* Do inherit across fork. */
#endif
/* The POSIX people had to invent similar names for the same things. */