]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h
Always define __O_LARGEFILE
[thirdparty/glibc.git] / ports / sysdeps / unix / sysv / linux / arm / bits / fcntl.h
index e37285d3ac0fd56a8d985fc41af4cad5a872d5a8..f259490ab4055296fca83e6976cb5f9c6b3b8080 100644 (file)
 #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
   {