From 2a0e2669f902dc574e70f5473f7c165d55b49311 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Oct 2012 16:23:20 +0200 Subject: Always define __O_LARGEFILE --- ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ports/sysdeps/unix/sysv') 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 { -- cgit 1.4.1