Add commentary:Remove seek for ios::app if not.
authorMartin v. Löwis <loewis@gcc.gnu.org>
Tue, 21 Dec 1999 18:14:50 +0000 (18:14 +0000)
committerMartin v. Löwis <loewis@gcc.gnu.org>
Tue, 21 Dec 1999 18:14:50 +0000 (18:14 +0000)
From-SVN: r31059

libio/ChangeLog

index b582999..8863010 100644 (file)
@@ -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>