about summary refs log tree commit diff
path: root/ports/sysdeps/unix
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/sysdeps/unix
parent7597ceba89e8969c8e7f603221293b2b533f1943 (diff)
downloadglibc-2a0e2669f902dc574e70f5473f7c165d55b49311.tar.gz
glibc-2a0e2669f902dc574e70f5473f7c165d55b49311.tar.xz
glibc-2a0e2669f902dc574e70f5473f7c165d55b49311.zip
Always define __O_LARGEFILE
Diffstat (limited to 'ports/sysdeps/unix')
-rw-r--r--ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h5
1 files changed, 1 insertions, 4 deletions
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
   {