]> sourceware.org Git - newlib-cygwin.git/commit
* libc/include/sys/reent.h (__sFILE): Change type of _offset
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 29 Nov 2012 16:28:30 +0000 (16:28 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 29 Nov 2012 16:28:30 +0000 (16:28 +0000)
commit0772f3f1c18483ff69b4a4cec918df39596eae5c
treead788e069002f5924f39d5f624368177a6223d97
parent0d829d9695a57a37203b1ef1e4ca812bd1fb2fb1
* libc/include/sys/reent.h (__sFILE): Change type of _offset
from int to _off_t.
* libc/stdio/ftell.c: Use _ftello_r().
* libc/stdio/ftello.c: Copy implementation from previous
_ftell_r().
* libc/stdio/fseek.c: Use _fseeko_r().
* libc/stdio/fseeko.c: Copy implementation from previous
_fseek_r().
newlib/ChangeLog
newlib/libc/include/sys/reent.h
newlib/libc/stdio/fseek.c
newlib/libc/stdio/fseeko.c
newlib/libc/stdio/ftell.c
newlib/libc/stdio/ftello.c
This page took 0.030277 seconds and 5 git commands to generate.