mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 07:10:05 +00:00
Fix MS_SYNC and MS_INVALIDATE values.
This commit is contained in:
parent
f6207aed6d
commit
3b1eb3423a
@ -62,8 +62,8 @@
|
||||
|
||||
/* Flags to `msync'. */
|
||||
#define MS_ASYNC 0x1 /* Sync memory asynchronously. */
|
||||
#define MS_SYNC 0x2 /* Synchronous memory sync. */
|
||||
#define MS_INVALIDATE 0x4 /* Invalidate the caches. */
|
||||
#define MS_INVALIDATE 0x2 /* Invalidate the caches. */
|
||||
#define MS_SYNC 0x4 /* Synchronous memory sync. */
|
||||
|
||||
/* Flags for `mlockall'. */
|
||||
#define MCL_CURRENT 0x1 /* Lock all currently mapped pages. */
|
||||
|
Loading…
Reference in New Issue
Block a user