summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio64/fsetpos64.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio64/fsetpos64.c')
-rw-r--r--newlib/libc/stdio64/fsetpos64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdio64/fsetpos64.c b/newlib/libc/stdio64/fsetpos64.c
index 0cc552d47..f0ec64ebf 100644
--- a/newlib/libc/stdio64/fsetpos64.c
+++ b/newlib/libc/stdio64/fsetpos64.c
@@ -1,5 +1,3 @@
-#ifdef __LARGE64_FILES
-
/*
FUNCTION
<<fsetpos64>>---restore position of a large stream or file
@@ -42,6 +40,8 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>,
#include <stdio.h>
+#ifdef __LARGE64_FILES
+
int
_DEFUN (fsetpos64, (iop, pos),
FILE * iop _AND