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