]> gcc.gnu.org Git - gcc.git/commit - libgfortran/io/unix.c
re PR libfortran/15235 (libgfortran doesn't build on Solaris 10)
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Tue, 18 May 2004 16:06:09 +0000 (18:06 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Tue, 18 May 2004 16:06:09 +0000 (18:06 +0200)
commit81f4be3ce1fd9f08d811cf61413e374e0dc43166
tree23c4c98b07e24eaf1541c8090b2f9c1c5e2f219e
parent7d72d96efe1f576cbeea5e6c59724a8d47f476b9
re PR libfortran/15235 (libgfortran doesn't build on Solaris 10)

PR fortran/15235
* gfortran.h (offset_t): Rename to ...
(gfc_offset): ... this.
* io/backspace.c (formatted_backspace, unformatted_backspace),
io/io.h (stream, gfc_unit, global_t, file_length, file_position),
transfer.c (us_read, us_write, next_record_r, next_record_w),
io/unit.c (init_units), unix.c (unix_stream, fd_alloc,
fd_alloc_r_at, fd_alloc_w_at, fd_seek, mmap_alloc,
mmap_alloc_r_at, mmap_alloc_w_at, mmap_seek, mem_alloc_r_at,
mem_alloc_w_at, mem_seek, file_length, file_position): Replace all
occurences of offset_t by gfc_offset.

From-SVN: r81994
libgfortran/ChangeLog
libgfortran/io/backspace.c
libgfortran/io/io.h
libgfortran/io/transfer.c
libgfortran/io/unit.c
libgfortran/io/unix.c
libgfortran/libgfortran.h
This page took 0.084826 seconds and 5 git commands to generate.