]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 19 Apr 2003 18:32:56 +0000 (18:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 19 Apr 2003 18:32:56 +0000 (18:32 +0000)
2003-04-18  Jes Sorensen  <jes@wildopensource.com>

* libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Sync with Linux
2.5.67.
* libc/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.

ChangeLog
sysdeps/unix/sysv/linux/alpha/bits/fcntl.h
sysdeps/unix/sysv/linux/ia64/bits/fcntl.h

index 76c796a40a04e7ee532580ba1dc259f9b76bfb8a..25d981d6e8ceba08ebc77f21c130f564ec999a64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-18  Jes Sorensen  <jes@wildopensource.com>
+
+       * libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Sync with Linux
+       2.5.67.
+       * libc/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
+
 2003-04-19  Ulrich Drepper  <drepper@redhat.com>
 
        * stdlib/cxa_finalize.c (__cxa_finalize): Don't call
index 8aee77f1a0a244d6f7224d4368b97cc96f2a86d4..a84d33572de94de3de8c3e838e24a53735ab6d80 100644 (file)
@@ -168,6 +168,6 @@ struct flock64
 # define POSIX_FADV_RANDOM     1 /* Expect random page references.  */
 # define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references.  */
 # define POSIX_FADV_WILLNEED   3 /* Will need these pages.  */
-# define POSIX_FADV_DONTNEED   6 /* Don't need these pages.  */
-# define POSIX_FADV_NOREUSE    7 /* Data will be accessed once.  */
+# define POSIX_FADV_DONTNEED   4 /* Don't need these pages.  */
+# define POSIX_FADV_NOREUSE    5 /* Data will be accessed once.  */
 #endif
index e7da71f3939369140ac7fc1c878ba163a0d304d6..0dbd56a462d4699ebb56f9b160c0ed1683d451a0 100644 (file)
@@ -169,6 +169,6 @@ struct flock64
 # define POSIX_FADV_RANDOM     1 /* Expect random page references.  */
 # define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references.  */
 # define POSIX_FADV_WILLNEED   3 /* Will need these pages.  */
-# define POSIX_FADV_DONTNEED   6 /* Don't need these pages.  */
-# define POSIX_FADV_NOREUSE    7 /* Data will be accessed once.  */
+# define POSIX_FADV_DONTNEED   4 /* Don't need these pages.  */
+# define POSIX_FADV_NOREUSE    5 /* Data will be accessed once.  */
 #endif