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/stdio64/tmpfile64.c')
-rw-r--r--newlib/libc/stdio64/tmpfile64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdio64/tmpfile64.c b/newlib/libc/stdio64/tmpfile64.c
index c26a6204b..1f97c071c 100644
--- a/newlib/libc/stdio64/tmpfile64.c
+++ b/newlib/libc/stdio64/tmpfile64.c
@@ -1,5 +1,3 @@
-#ifdef __LARGE64_FILES
-
/*
FUNCTION
<<tmpfile64>>---create a large temporary file
@@ -52,6 +50,8 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<getpid>>,
#include <stdio.h>
#include <errno.h>
+#ifdef __LARGE64_FILES
+
FILE *
_DEFUN (_tmpfile64_r, (ptr),
struct _reent *ptr)