* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Fix MADV_REMOVE value.
authorUlrich Drepper <drepper@redhat.com>
Tue, 2 May 2006 14:35:35 +0000 (14:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 2 May 2006 14:35:35 +0000 (14:35 +0000)
* sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.

ChangeLog
sysdeps/unix/sysv/linux/alpha/bits/mman.h
sysdeps/unix/sysv/linux/i386/bits/mman.h
sysdeps/unix/sysv/linux/ia64/bits/mman.h
sysdeps/unix/sysv/linux/powerpc/bits/mman.h
sysdeps/unix/sysv/linux/s390/bits/mman.h
sysdeps/unix/sysv/linux/sh/bits/mman.h
sysdeps/unix/sysv/linux/sparc/bits/mman.h
sysdeps/unix/sysv/linux/x86_64/bits/mman.h

index 7db6241..e5a2765 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-05-02  Thorsten Kukuk  <kukuk@suse.de>
+
+       * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Fix MADV_REMOVE value.
+       * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
+       * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
+
 2006-05-01  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #2502]
index 2a84709..2f0e564 100644 (file)
@@ -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
index f198fa4..00cb982 100644 (file)
@@ -88,7 +88,7 @@
 # define MADV_SEQUENTIAL 2     /* Expect sequential page references.  */
 # define MADV_WILLNEED  3      /* Will need these pages.  */
 # define MADV_DONTNEED  4      /* Don't need these pages.  */
-# define MADV_REMOVE    5      /* 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
index 8634496..a27a30f 100644 (file)
@@ -89,7 +89,7 @@
 # define MADV_SEQUENTIAL 2     /* Expect sequential page references.  */
 # define MADV_WILLNEED  3      /* Will need these pages.  */
 # define MADV_DONTNEED  4      /* Don't need these pages.  */
-# define MADV_REMOVE    5      /* 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
index 580e938..e03ab7f 100644 (file)
@@ -89,7 +89,7 @@
 # define MADV_SEQUENTIAL 2     /* Expect sequential page references.  */
 # define MADV_WILLNEED  3      /* Will need these pages.  */
 # define MADV_DONTNEED  4      /* Don't need these pages.  */
-# define MADV_REMOVE    5      /* 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
index f248929..d25531c 100644 (file)
@@ -89,7 +89,7 @@
 # define MADV_SEQUENTIAL 2     /* Expect sequential page references.  */
 # define MADV_WILLNEED  3      /* Will need these pages.  */
 # define MADV_DONTNEED  4      /* Don't need these pages.  */
-# define MADV_REMOVE    5      /* 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
index 3c10334..7a6b572 100644 (file)
@@ -88,7 +88,7 @@
 # define MADV_SEQUENTIAL 2     /* Expect sequential page references.  */
 # define MADV_WILLNEED  3      /* Will need these pages.  */
 # define MADV_DONTNEED  4      /* Don't need these pages.  */
-# define MADV_REMOVE    5      /* 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
index 8de270f..be2b7eb 100644 (file)
@@ -91,7 +91,7 @@
 # define MADV_WILLNEED  3      /* Will need these pages.  */
 # define MADV_DONTNEED  4      /* Don't need these pages.  */
 # define MADV_FREE      5      /* Content can be freed (Solaris).  */
-# define MADV_REMOVE    6      /* 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
index 8803900..535c9ed 100644 (file)
@@ -89,7 +89,7 @@
 # define MADV_SEQUENTIAL 2     /* Expect sequential page references.  */
 # define MADV_WILLNEED  3      /* Will need these pages.  */
 # define MADV_DONTNEED  4      /* Don't need these pages.  */
-# define MADV_REMOVE    5      /* 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