Browse Source
* 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.binutils-2_18-branch
12 changed files with 70 additions and 45 deletions
@ -1,16 +0,0 @@ |
|||
/*
|
|||
* Information local to this implementation of stdio64, |
|||
* in particular, macros and private variables. |
|||
*/ |
|||
|
|||
#include "local.h" |
|||
|
|||
#ifdef __LARGE64_FILES |
|||
extern _fpos64_t _EXFUN(__sseek64,(void *, _fpos64_t, int)); |
|||
extern _fpos64_t _EXFUN(__sseek64_r,(struct _reent *, 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)); |
|||
extern _READ_WRITE_RETURN_TYPE _EXFUN(__swrite64_r,(struct _reent *, void *, |
|||
char const *, int)); |
|||
#endif |
|||
|
|||
Loading…
Reference in new issue