Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 297755 | Differences between
and this patch

Collapse All | Expand All

(-)a/glibc-2.11/sysdeps/unix/sysv/linux/i386/bits/mman.h (+2 lines)
Lines 92-97 Link Here
92
# define MADV_REMOVE	 9	/* Remove these pages and resources.  */
92
# define MADV_REMOVE	 9	/* Remove these pages and resources.  */
93
# define MADV_DONTFORK	 10	/* Do not inherit across fork.  */
93
# define MADV_DONTFORK	 10	/* Do not inherit across fork.  */
94
# define MADV_DOFORK	 11	/* Do inherit across fork.  */
94
# define MADV_DOFORK	 11	/* Do inherit across fork.  */
95
# define MADV_MERGEABLE	 12	/* KSM may merge identical pages.  */
96
# define MADV_UNMERGEABLE 13	/* KSM may not merge identical pages.  */
95
#endif
97
#endif
96
98
97
/* The POSIX people had to invent similar names for the same things.  */
99
/* The POSIX people had to invent similar names for the same things.  */
(-)a/glibc-2.11/sysdeps/unix/sysv/linux/x86_64/bits/mman.h (+2 lines)
Lines 93-98 Link Here
93
# define MADV_REMOVE	 9	/* Remove these pages and resources.  */
93
# define MADV_REMOVE	 9	/* Remove these pages and resources.  */
94
# define MADV_DONTFORK	 10	/* Do not inherit across fork.  */
94
# define MADV_DONTFORK	 10	/* Do not inherit across fork.  */
95
# define MADV_DOFORK	 11	/* Do inherit across fork.  */
95
# define MADV_DOFORK	 11	/* Do inherit across fork.  */
96
# define MADV_MERGEABLE	 12	/* KSM may merge identical pages.  */
97
# define MADV_UNMERGEABLE 13	/* KSM may not merge identical pages.  */
96
#endif
98
#endif
97
99
98
/* The POSIX people had to invent similar names for the same things.  */
100
/* The POSIX people had to invent similar names for the same things.  */

Return to bug 297755