diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 10:42:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 10:42:00 +0000 |
commit | 4818c347d02c8161f005f7821846f6afead50b5b (patch) | |
tree | 7f86e8cc5b96a4fd149a81d3d1ae02fd49053a25 /libc/sysdeps/linux/alpha/bits/mman.h | |
parent | 3d4d05dbadf098845328149e3fb0acc48c4ee207 (diff) |
sync with glibc
Diffstat (limited to 'libc/sysdeps/linux/alpha/bits/mman.h')
-rw-r--r-- | libc/sysdeps/linux/alpha/bits/mman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/bits/mman.h b/libc/sysdeps/linux/alpha/bits/mman.h index 8ef939aeb..2a84709d2 100644 --- a/libc/sysdeps/linux/alpha/bits/mman.h +++ b/libc/sysdeps/linux/alpha/bits/mman.h @@ -97,6 +97,8 @@ # define MADV_WILLNEED 3 /* Will need these pages. */ # define MADV_DONTNEED 6 /* Don't need these pages. */ # define MADV_REMOVE 7 /* 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. */ |