aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-02 14:33:44 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-02 14:33:44 +0000
commit290806a914fea8d16ab56993c10cf4c253b87645 (patch)
tree07a95ec674a484a9bb51567887edb92211938aa9 /sysdeps
parent1593583d58a3bbc5ab0a19bfe8319f9307113da1 (diff)
downloadglibc-290806a914fea8d16ab56993c10cf4c253b87645.tar
glibc-290806a914fea8d16ab56993c10cf4c253b87645.tar.gz
glibc-290806a914fea8d16ab56993c10cf4c253b87645.tar.bz2
glibc-290806a914fea8d16ab56993c10cf4c253b87645.zip
Fix MADV_REMOVE value.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/mman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/mman.h b/sysdeps/unix/sysv/linux/alpha/bits/mman.h
index 2a84709d20..2f0e564916 100644
--- a/sysdeps/unix/sysv/linux/alpha/bits/mman.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/mman.h
@@ -96,7 +96,7 @@
# define MADV_SEQUENTIAL 2 /* Expect sequential page references. */
# 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_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