aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-10-22 16:23:20 +0200
committerAndreas Jaeger <aj@suse.de>2012-10-22 16:23:20 +0200
commit2a0e2669f902dc574e70f5473f7c165d55b49311 (patch)
treee58ef428a5ba8da19def07b2d58d3c197bb5f7c1 /ports
parent7597ceba89e8969c8e7f603221293b2b533f1943 (diff)
downloadglibc-2a0e2669f902dc574e70f5473f7c165d55b49311.tar
glibc-2a0e2669f902dc574e70f5473f7c165d55b49311.tar.gz
glibc-2a0e2669f902dc574e70f5473f7c165d55b49311.tar.bz2
glibc-2a0e2669f902dc574e70f5473f7c165d55b49311.zip
Always define __O_LARGEFILE
Diffstat (limited to 'ports')
-rw-r--r--ports/ChangeLog.arm5
-rw-r--r--ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h5
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm
index 3641a5282d..6fcfc7ada8 100644
--- a/ports/ChangeLog.arm
+++ b/ports/ChangeLog.arm
@@ -1,4 +1,7 @@
-2012-10-21 Andreas Jaeger <aj@suse.de>
+2012-10-22 Andreas Jaeger <aj@suse.de>
+
+ * ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h (__O_LARGEFILE):
+ Define always.
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Remove all
definitions and declarations that are provided by
diff --git a/ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h b/ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h
index e37285d3ac..f259490ab4 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h
+++ b/ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h
@@ -23,10 +23,7 @@
#define __O_DIRECTORY 040000 /* Must be a directory. */
#define __O_NOFOLLOW 0100000 /* Do not follow links. */
#define __O_DIRECT 0200000 /* Direct disk access. */
-
-#ifdef __USE_LARGEFILE64
-# define __O_LARGEFILE 0400000
-#endif
+#define __O_LARGEFILE 0400000
struct flock
{