From 9c09cd93597a91d6b0b59c8813be97d530e7551c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 17 Feb 2006 16:15:56 +0000 Subject: Updated to fedora-glibc-20060217T1609 --- sysdeps/unix/sysv/linux/powerpc/bits/mman.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/powerpc/bits/mman.h') diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/mman.h b/sysdeps/unix/sysv/linux/powerpc/bits/mman.h index 22ebfd120f..580e93886f 100644 --- a/sysdeps/unix/sysv/linux/powerpc/bits/mman.h +++ b/sysdeps/unix/sysv/linux/powerpc/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. */ -- cgit v1.2.3-70-g09d2