projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1593583
)
Fix MADV_REMOVE value.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 2 May 2006 14:33:44 +0000
(14:33 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 2 May 2006 14:33:44 +0000
(14:33 +0000)
sysdeps/unix/sysv/linux/alpha/bits/mman.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/alpha/bits/mman.h
b/sysdeps/unix/sysv/linux/alpha/bits/mman.h
index
2a84709
..
2f0e564
100644
(file)
--- 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