summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386/bits/mman.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-05-23 09:27:39 +0200
committerAndreas Jaeger <aj@suse.de>2012-05-23 09:27:39 +0200
commitbe08eda54c7cf833ccfa4b8d1f1b1d668c26af66 (patch)
treea9bb2a4be8d401c20391761d3e47f50d716a3447 /sysdeps/unix/sysv/linux/i386/bits/mman.h
parenta6a056bba719828266eda8793e6d2842882042fe (diff)
downloadglibc-be08eda54c7cf833ccfa4b8d1f1b1d668c26af66.tar.gz
Update from Linux 3.4
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/bits/mman.h')
-rw-r--r--sysdeps/unix/sysv/linux/i386/bits/mman.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/bits/mman.h b/sysdeps/unix/sysv/linux/i386/bits/mman.h
index 9677053cf4..2bc2ca9d34 100644
--- a/sysdeps/unix/sysv/linux/i386/bits/mman.h
+++ b/sysdeps/unix/sysv/linux/i386/bits/mman.h
@@ -1,6 +1,5 @@
/* Definitions for POSIX memory map interface. Linux/i386 version.
- Copyright (C) 1997,2000,2003,2005,2006,2009,2010,2011
- 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
@@ -97,6 +96,9 @@
# define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages. */
# define MADV_HUGEPAGE 14 /* Worth backing with hugepages. */
# define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages. */
+# define MADV_DONTDUMP 16 /* Explicity exclude from the core dump,
+ overrides the coredump filter bits. */
+# define MADV_DODUMP 17 /* Clear the MADV_DONTDUMP flag. */
# define MADV_HWPOISON 100 /* Poison a page for testing. */
#endif