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/fstat64r.c')
-rw-r--r--newlib/libc/reent/fstat64r.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/reent/fstat64r.c b/newlib/libc/reent/fstat64r.c
index c74cf58d4..c418778b7 100644
--- a/newlib/libc/reent/fstat64r.c
+++ b/newlib/libc/reent/fstat64r.c
@@ -1,5 +1,3 @@
-#ifdef __LARGE64_FILES
-
/* Reentrant versions of fstat system call. This implementation just
calls the fstat system call. */
@@ -8,6 +6,8 @@
#include <sys/stat.h>
#include <_syslist.h>
+#ifdef __LARGE64_FILES
+
/* Some targets provides their own versions of these functions. Those
targets should define REENTRANT_SYSCALLS_PROVIDED in TARGET_CFLAGS. */