aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio64/tmpfile64.c
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 c26a620..1f97c07 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)