about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h')
-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
   {