]> sourceware.org Git - glibc.git/commitdiff
Remove redundant defines of __O_LARGEFILE
authorAndreas Jaeger <aj@suse.de>
Sat, 27 Oct 2012 11:49:30 +0000 (13:49 +0200)
committerAndreas Jaeger <aj@suse.de>
Sat, 27 Oct 2012 11:49:30 +0000 (13:49 +0200)
* sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
[!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
* sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
[__WORDSIZE != 64]: Likewise.

* sysdeps/unix/sysv/linux/generic/bits/fcntl.h: (__O_LARGEFILE)
[__WORDSIZE != 64]: Do not define, take value from
<bits/fcntl-linux.h>.

ChangeLog
ports/ChangeLog.linux-generic
ports/sysdeps/unix/sysv/linux/generic/bits/fcntl.h
sysdeps/unix/sysv/linux/s390/bits/fcntl.h
sysdeps/unix/sysv/linux/x86/bits/fcntl.h

index f02a3b65e45f68edfdd2af7956b32d41db97afa5..a70fadca4eb606fa2e16a5c52e2fc56dedb11254 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-10-27  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
+       [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
+       * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
+       [__WORDSIZE != 64]: Likewise.
+
 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        *  iconvdata/tst-table.sh: Remove ${SHELL}.
index 6ee9a12b2c290e9cb332f8c7b8bb63c223ea369c..0dfb8402c6096ea3b936dad341d89c089ecbef96 100644 (file)
@@ -1,3 +1,9 @@
+2012-10-27  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: (__O_LARGEFILE)
+       [__WORDSIZE != 64]: Do not define, take value from
+       <bits/fcntl-linux.h>.
+
 2012-10-23  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: Remove all
index 7ea207c4607ddb6acef18c4bc70bb5f0236c0e32..56a914b7eba56ac6aeaf891c46d3df0f8c20786c 100644 (file)
@@ -25,8 +25,6 @@
 
 #if __WORDSIZE == 64
 # define __O_LARGEFILE 0
-#else
-# define __O_LARGEFILE 0100000
 #endif
 
 struct flock
index 43eee7a37a7fa1ccc6d2e273d2b33db2cf60b663..5b95878ccf706b3efc76f97de5029f91c3a24a18 100644 (file)
@@ -25,8 +25,6 @@
 #if __WORDSIZE == 64
 /* Not necessary, files are always with 64bit off_t.  */
 # define __O_LARGEFILE 0
-#else
-# define __O_LARGEFILE 0100000
 #endif
 
 #if __WORDSIZE == 64
index 9251e750edf7f042dc1a41d645052f169ab198d1..2bcded5bf34daace3b75b3787333d41307a3d25d 100644 (file)
@@ -22,8 +22,6 @@
 
 #ifdef __x86_64__
 # define __O_LARGEFILE 0
-#else
-# define __O_LARGEFILE 0100000
 #endif
 
 #ifdef __x86_64__
This page took 0.194226 seconds and 5 git commands to generate.