Hi Eric,
> #if defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD,
> DragonFly, MacOS X, Cygwin */
> - fp_->_offset = pos;
> + /* Use a union, since on NetBSD, the compilation flags determine
> + whether fpos_t is typedef'd to off_t or a struct containing a
> + sing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 12/19/2009 4:30 AM:
> This is right for platforms for which the '_offset' field is declared as an
> 'fpos_t'. Thanks. But for the platforms where '_offset' is a scalar type
> (_off64_t on Cygwin), and where fpos_t might or