newlib/newlib/libc/stdio64
Bastien Bouclet 59362c80e3 newlib: fix fseek optimization with SEEK_CUR
The call to fflush was invalidating the read buffer, preventing relative
seeks to positions that would have been inside the read buffer from
being optimized. The call to srefill would then re-read mostly the same
data that was initially in the read buffer.
2019-11-18 11:02:52 +01:00
..
Makefile.am Move duplicated documentation rules to Makefile.shared 2015-11-02 18:02:39 -05:00
Makefile.in makedoc: make errors visible 2017-12-07 11:54:11 +00:00
dummy.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
fdopen64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
fgetpos64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
fopen64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
freopen64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
fseeko64.c newlib: fix fseek optimization with SEEK_CUR 2019-11-18 11:02:52 +01:00
fsetpos64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ftello64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
stdio64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
stdio64.tex Use source files which have makedoc markup, but aren't processed or included. 2015-06-24 12:24:01 +01:00
tmpfile64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00