diff options
Diffstat (limited to 'newlib/libc/stdio64/ftello64.c')
-rw-r--r-- | newlib/libc/stdio64/ftello64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdio64/ftello64.c b/newlib/libc/stdio64/ftello64.c index 2a8d30925..cad175b87 100644 --- a/newlib/libc/stdio64/ftello64.c +++ b/newlib/libc/stdio64/ftello64.c @@ -60,7 +60,7 @@ An error occurs if the <[fp]> was not opened via <<fopen64>>. RETURNS <<ftello64>> returns the file position, if possible. If it cannot do this, it returns <<-1>>. Failure occurs on streams that do not support -positioning or not opened via <<fopen64>>; the global <<errno>> indicates +positioning or not opened via <<fopen64>>; the global <<errno>> indicates this condition with the value <<ESPIPE>>. PORTABILITY @@ -80,7 +80,7 @@ static char sccsid[] = "%W% (Berkeley) %G%"; #include <stdio.h> #include <errno.h> -#include "local64.h" +#include "local.h" #ifdef __LARGE64_FILES |