aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio64/fopen64.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio64/fopen64.c')
-rw-r--r--newlib/libc/stdio64/fopen64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/stdio64/fopen64.c b/newlib/libc/stdio64/fopen64.c
index 75d2c2c..4eee1f2 100644
--- a/newlib/libc/stdio64/fopen64.c
+++ b/newlib/libc/stdio64/fopen64.c
@@ -56,9 +56,7 @@ static char sccsid[] = "%W% (Berkeley) %G%";
#include <stdio.h>
#include <errno.h>
#include "local.h"
-#ifdef __CYGWIN__
#include <fcntl.h>
-#endif
#include <sys/lock.h>
#ifdef __LARGE64_FILES