]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix MS_SYNC and MS_INVALIDATE values.
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Jul 2002 23:40:10 +0000 (23:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Jul 2002 23:40:10 +0000 (23:40 +0000)
sysdeps/unix/sysv/linux/ia64/bits/mman.h

index 1381d846474dc8ad68a6a554a233ca6fe4042d26..1ff28663f2733340a81fd74640a38c89cc1fc26e 100644 (file)
@@ -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.  */