[PATCH] Use fseek/ftell instead of fseeko/ftello when Newlib is the libc

Jonathan Roelofs jonathan at codesourcery.com
Thu Dec 11 13:34:48 PST 2014


================
Comment at: include/iosfwd:184
@@ +183,3 @@
+#if defined(_NEWLIB_VERSION)
+typedef long int streamoff;        // for char_traits in <string>
+#else
----------------
jfb wrote:
> Where does this come from?
<__config>

http://reviews.llvm.org/D6626

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list