summaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-21 18:14:50 +0000
committerloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-21 18:14:50 +0000
commit9c94a143b72f591ee03f15f9f265b8585be14524 (patch)
tree85ef8a526ade71ddf03548586f14d08ce9226600 /libio
parent94bbf7dc3ffaf29843ed2c2e087ca74a2bf0f9e6 (diff)
downloadgcc-9c94a143b72f591ee03f15f9f265b8585be14524.tar.gz
Add commentary:Remove seek for ios::app if not.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31059 138bc75d-0d04-0410-961f-82ee72b054a4
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 b582999f614..88630109cc7 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>