Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/reent/open64r.c')
-rw-r--r--newlib/libc/reent/open64r.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/reent/open64r.c b/newlib/libc/reent/open64r.c
index d5ec7bcc5..30310d301 100644
--- a/newlib/libc/reent/open64r.c
+++ b/newlib/libc/reent/open64r.c
@@ -1,5 +1,3 @@
-#ifdef __LARGE64_FILES
-
/* Reentrant versions of open system call. */
#include <reent.h>
@@ -7,6 +5,8 @@
#include <fcntl.h>
#include <_syslist.h>
+#ifdef __LARGE64_FILES
+
/* Some targets provides their own versions of this functions. Those
targets should define REENTRANT_SYSCALLS_PROVIDED in TARGET_CFLAGS. */