This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, libgfortran] Remove move_pos_offset


Janne Blomqvist wrote:
Hi,

move_pos_offset is nowadays not needed anymore. Back with the old low
level I/O library, the sseek function didn't have a whence argument, but
now the same functionality is provided by sseek(..., SEEK_CUR). The
attached patch removes said function, and updates callers.

Regtested on i686-pc-linux-gnu, though with lots of ICE's due to some
other patch, but no I/O regressions it seems.

Ok for trunk?

Ok.


Daniel

--
Done:  Arc-Bar-Cav-Ran-Rog-Sam-Tou-Val-Wiz
To go: Hea-Kni-Mon-Pri


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]