From 5582abd2c78a738bc9559c8807acbe62d4e07f48 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 7 Mar 2003 20:41:49 +0000 Subject: * configure.host: Define stdio64_dir for Cygwin. * libc/include/stdio.h: Change definition of fpos_t to fulfill Cygwin 64bit file access requirements. Drop definition of f*64() functions when compiled for Cygwin. * libc/include/sys/config.h: Define __LARGE64_FILES for Cygwin. * libc/reent/lseek64r.c: Use _off64_t instead of off64_t. * libc/stdio64/local64.h: Use _fpos64_t instead of fpos64_t. --- newlib/libc/stdio64/local64.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libc/stdio64/local64.h') diff --git a/newlib/libc/stdio64/local64.h b/newlib/libc/stdio64/local64.h index b1ed1dcbb..98bea6bc2 100644 --- a/newlib/libc/stdio64/local64.h +++ b/newlib/libc/stdio64/local64.h @@ -6,8 +6,8 @@ #include "local.h" #ifdef __LARGE64_FILES -extern fpos64_t _EXFUN(__sseek64,(void *, fpos64_t, int)); -extern fpos64_t _EXFUN(__sseek64_error,(void *, fpos64_t, int)); +extern _fpos64_t _EXFUN(__sseek64,(void *, _fpos64_t, int)); +extern _fpos64_t _EXFUN(__sseek64_error,(void *, _fpos64_t, int)); extern _READ_WRITE_RETURN_TYPE _EXFUN(__swrite64,(void *, char const *, int)); #endif -- cgit v1.2.3