aboutsummaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorMartin v. Löwis <loewis@gcc.gnu.org>1999-12-21 18:14:50 +0000
committerMartin v. Löwis <loewis@gcc.gnu.org>1999-12-21 18:14:50 +0000
commit2c7af0d7f4438fc756fb8ab0fc37d01681a1a843 (patch)
tree85ef8a526ade71ddf03548586f14d08ce9226600 /libio
parentdec0fa945c807ed495a3b74fbf98c6d30a19b4c8 (diff)
downloadgcc-2c7af0d7f4438fc756fb8ab0fc37d01681a1a843.zip
gcc-2c7af0d7f4438fc756fb8ab0fc37d01681a1a843.tar.gz
gcc-2c7af0d7f4438fc756fb8ab0fc37d01681a1a843.tar.bz2
Add commentary:Remove seek for ios::app if not.
From-SVN: r31059
Diffstat (limited to 'libio')
-rw-r--r--libio/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog
index b582999..8863010 100644
--- a/libio/ChangeLog
+++ b/libio/ChangeLog
@@ -1,6 +1,7 @@
1999-12-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* filebuf.cc (open): Support ios::ate if _G_HAVE_IO_FILE_OPEN.
+ Remove seek for ios::app if not.
1999-12-15 Jason Merrill <jason@casey.cygnus.com>