acadia-newlib/newlib/libc/stdio64
Eric Blake 9ae00e9e07 Fix ftell bug after ungetc.
* libc/stdio/ftell.c (_ftell_r): Don't flush ungetc buffer on
ftell.
* libc/stdio64/ftello64.c (_ftello64_r): Likewise.
* libc/stdio/fflush.c (_fflush_r): Clear unget buffer when
repositioning underlying fd offset.
-------------------------------------------------------------------
2008-03-04 02:22:36 +00:00
..
Makefile.am
Makefile.in 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> 2007-12-19 22:36:48 +00:00
dummy.c
fdopen64.c More POSIX stream corner cases. 2007-07-31 20:49:40 +00:00
fgetpos64.c
fopen64.c
freopen64.c
fseeko64.c
fsetpos64.c
ftello64.c Fix ftell bug after ungetc. 2008-03-04 02:22:36 +00:00
stdio64.c
stdio64.tex
tmpfile64.c