mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
Fix MADV_REMOVE value.
This commit is contained in:
parent
1593583d58
commit
290806a914
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user