mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
m68k: define MADV_DONTDUMP and MADV_DODUMP
This commit is contained in:
parent
bf144a4fae
commit
d44f3a3855
@ -1,3 +1,8 @@
|
||||
2012-05-23 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MADV_DONTDUMP)
|
||||
(MADV_DODUMP): Define.
|
||||
|
||||
2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* sysdeps/m68k/m680x0/fpu/s_logbl.c: New file.
|
||||
|
@ -96,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user