... because fseeko and ftello are under STRICT_ANSI, and off_t is long (so they're the same anyway).
Details
Details
Diff Detail
Diff Detail
Differential D6626
Use fseek/ftell instead of fseeko/ftello when Newlib is the libc ClosedPublic Authored by jroelofs on Dec 11 2014, 1:22 PM.
Details
Summary ... because fseeko and ftello are under STRICT_ANSI, and off_t is long (so they're the same anyway).
Diff Detail Event Timeline
This revision is now accepted and ready to land.Feb 2 2015, 6:43 AM
Diff 17192 include/fstream
include/iosfwd
|
#if defined(_WIN32) || defined(_NEWLIB_VERSION)