aboutsummaryrefslogtreecommitdiffstats
path: root/libc/unistd/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd/open.c')
-rw-r--r--libc/unistd/open.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/unistd/open.c b/libc/unistd/open.c
index e8b1c8975..03cba4520 100644
--- a/libc/unistd/open.c
+++ b/libc/unistd/open.c
@@ -35,9 +35,7 @@ int open(const char *pathname, int flags, ...)
{
mode_t mode = 0;
-#if !defined(__i386__)
flags |= O_LARGEFILE;
-#endif
if (flags & O_CREAT)
{