]> sourceware.org Git - glibc.git/commitdiff
Use __O_LARGEFILE instead of O_LARGEFILE
authorAndreas Jaeger <aj@suse.de>
Mon, 22 Oct 2012 07:19:30 +0000 (09:19 +0200)
committerAndreas Jaeger <aj@suse.de>
Mon, 22 Oct 2012 07:20:00 +0000 (09:20 +0200)
ChangeLog
sysdeps/unix/sysv/linux/s390/bits/fcntl.h
sysdeps/unix/sysv/linux/sparc/bits/fcntl.h

index 6fbc12d6d1466708e6cf87aa71583625bbab7746..35aa29c6eec25fd2c2b13fa98f451266c8c3bee3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-10-22  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
+       to __O_LARGEFILE.
+       * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
+       to __O_LARGEFILE.
+
 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
            Joseph Myers  <joseph@codesourcery.com>
 
index 47941c4473ac64837b8cdc0f8d81dc615406bcf6..6f53fbc0b5b1457d41e88e364f62756ba69c7432 100644 (file)
@@ -25,9 +25,9 @@
 #ifdef __USE_LARGEFILE64
 # if __WORDSIZE == 64
 /* Not necessary, files are always with 64bit off_t.  */
-#  define O_LARGEFILE  0
+#  define __O_LARGEFILE        0
 # else
-#  define O_LARGEFILE  0100000
+#  define __O_LARGEFILE        0100000
 # endif
 #endif
 
index 9c7d43ca91a7234fd49afb32f597a29b19a6ba6e..b8496a9072edd31281db95887c20a2c97c97e874 100644 (file)
@@ -43,9 +43,9 @@
 
 #ifdef __USE_LARGEFILE64
 # if __WORDSIZE == 64
-#  define O_LARGEFILE  0
+#  define __O_LARGEFILE        0
 # else
-#  define O_LARGEFILE  0x40000
+#  define __O_LARGEFILE        0x40000
 # endif
 #endif
 
This page took 0.114152 seconds and 5 git commands to generate.