diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-02-01 16:06:22 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-02-01 16:06:22 -0700 |
commit | f3e57cf83137448ff87d7b857462a14554cf8578 (patch) | |
tree | 2ec7f659a8f60eb2d46b146a66b2a97cb2f69eb2 /libio | |
parent | 9cddeb31c8721c71ad6d1b2d9f8b4c5b9d7ac5f4 (diff) | |
download | gcc-f3e57cf83137448ff87d7b857462a14554cf8578.zip gcc-f3e57cf83137448ff87d7b857462a14554cf8578.tar.gz gcc-f3e57cf83137448ff87d7b857462a14554cf8578.tar.bz2 |
Fix typo in hj's ChangeLog entry.
From-SVN: r17584
Diffstat (limited to 'libio')
-rw-r--r-- | libio/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog index f2a95d3..5a79ec7 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -22,7 +22,7 @@ Sun Feb 1 13:29:47 1998 H.J. Lu (hjl@gnu.org) * libioP.h (_IO_file_open): New declaration. * libio.h (_IO_FILE, _IO_stdin_, _IO_stdout_, _IO_stderr_, - _IO_seekoff, _IO_seekpos): Add support for libio in egcs 2.1. + _IO_seekoff, _IO_seekpos): Add support for libio in glibc 2.1. * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t, _IO_seekoff, _IO_seekpos, _IO_default_seekoff, _IO_default_seekpos, _IO_default_seek, _IO_file_seekoff, |