mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Define MADV_DONTDUMP and MADV_DODUMP for MIPS.
This commit is contained in:
parent
2def71058e
commit
ec55b2167a
@ -1,3 +1,9 @@
|
||||
2012-05-23 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
|
||||
Define.
|
||||
(MADV_DODUMP): Likewise.
|
||||
|
||||
2012-05-21 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
|
||||
|
@ -98,6 +98,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user