]> gcc.gnu.org Git - gcc.git/commit
libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of _IO_fpos_t.
authorJakub Jelinek <jakub@redhat.com>
Wed, 22 Dec 1999 09:01:59 +0000 (10:01 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 22 Dec 1999 09:01:59 +0000 (10:01 +0100)
commitbf3f1a7161cf6401a0bba5d5d28b9e79b199f6ec
tree5f116c7f174938acd751cdac89f633761c44642d
parentf6a898ba9e5640269015a0f035adfdc10d18bd40
libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of _IO_fpos_t.

* libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of
_IO_fpos_t.
(_IO_seekoff, _IO_seekpos): Likewise. Use _IO_off64_t instead of
_IO_fpos64_t.
* libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t): Likewise.
(_IO_seekoff, _IO_seekpos): Likewise.
(_IO_default_seekoff, _IO_default_seekpos): Likewise.
(_IO_default_seek): Likewise.
(_IO_file_seekoff, _IO_file_seek, _IO_str_seekoff): Likewise.
* streambuf.h (streampos): Typedef to _IO_off_t resp. _IO_off64_t.
* parsestream.h (class parsebuf::pos_at_line_start): Change type
to _IO_off_t.

From-SVN: r31068
libio/ChangeLog
libio/libio.h
libio/libioP.h
libio/parsestream.h
libio/streambuf.h
This page took 0.055014 seconds and 5 git commands to generate.