summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/bits/mman.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-24 03:20:06 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-24 03:20:06 +0000
commitec466507064006af7f28b731be33be54fddb9295 (patch)
tree194ac7364594cb8b83878b3395c2c31a441c91a5 /libc/sysdeps/linux/powerpc/bits/mman.h
parent2fb4f236160d580e2e0721b0293dce2103fac45a (diff)
downloaduClibc-alpine-ec466507064006af7f28b731be33be54fddb9295.tar.bz2
uClibc-alpine-ec466507064006af7f28b731be33be54fddb9295.tar.xz
Big fricking merge from trunk, but an easy one.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/bits/mman.h')
-rw-r--r--libc/sysdeps/linux/powerpc/bits/mman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/mman.h b/libc/sysdeps/linux/powerpc/bits/mman.h
index 580e93886..e03ab7ff8 100644
--- a/libc/sysdeps/linux/powerpc/bits/mman.h
+++ b/libc/sysdeps/linux/powerpc/bits/mman.h
@@ -89,7 +89,7 @@
# define MADV_SEQUENTIAL 2 /* Expect sequential page references. */
# 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_REMOVE 9 /* Remove these pages and resources. */
# define MADV_DONTFORK 10 /* Do not inherit across fork. */
# define MADV_DOFORK 11 /* Do inherit across fork. */
#endif