From b4f095585f1e139cba8d2e078c807e384b3e102d Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 1 May 2007 23:03:36 +0000 Subject: * libc/stdio64/local64.h: Delete, move contents to... * libc/stdio/local.h: ...here. * libc/stdio64/fdopen64.c: Update includes. * libc/stdio64/fopen64.c: Likewise. * libc/stdio64/freopen64.c: Likewise. * libc/stdio64/fseeko64.c: Likewise. * libc/stdio64/ftello64.c: Likewise. * libc/stdio/findfp.c (std) [__LARGE64_FILES]: Open stdin, stdout, and stderr with 64-bit offset. * libc/stdio/fseek.c (_fseek_r): Avoid compile warning. * libc/stdio/makebuf.c (__smakebuf_r): Likewise. * libc/stdio/mktemp.c (_gettemp): Likewise. --- newlib/libc/stdio64/ftello64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libc/stdio64/ftello64.c') 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 <>. RETURNS <> 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 <>; the global <> indicates +positioning or not opened via <>; the global <> indicates this condition with the value <>. PORTABILITY @@ -80,7 +80,7 @@ static char sccsid[] = "%W% (Berkeley) %G%"; #include #include -#include "local64.h" +#include "local.h" #ifdef __LARGE64_FILES -- cgit v1.2.3